Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,49 @@ metrics:
|
|
7 |
- accuracy
|
8 |
inference:
|
9 |
parameters:
|
10 |
-
max_new_tokens:
|
11 |
do_sample: true
|
12 |
repetition_penalty: 1.1
|
13 |
no_repeat_ngram_size: 5
|
14 |
-
guidance_scale: 1.02
|
15 |
eta_cutoff: 0.001
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
datasets:
|
17 |
- JeanKaddour/minipile
|
18 |
- pszemraj/simple_wikipedia_LM
|
|
|
7 |
- accuracy
|
8 |
inference:
|
9 |
parameters:
|
10 |
+
max_new_tokens: 64
|
11 |
do_sample: true
|
12 |
repetition_penalty: 1.1
|
13 |
no_repeat_ngram_size: 5
|
|
|
14 |
eta_cutoff: 0.001
|
15 |
+
widget:
|
16 |
+
- text: My name is El Microondas the Wise and
|
17 |
+
example_title: El Microondas
|
18 |
+
- text: Kennesaw State University is a public
|
19 |
+
example_title: Kennesaw State University
|
20 |
+
- text: >-
|
21 |
+
Bungie Studios is an American video game developer. They are most famous for
|
22 |
+
developing the award winning Halo series of video games. They also made
|
23 |
+
Destiny. The studio was founded
|
24 |
+
example_title: Bungie
|
25 |
+
- text: The Mona Lisa is a world-renowned painting created by
|
26 |
+
example_title: Mona Lisa
|
27 |
+
- text: >-
|
28 |
+
The Harry Potter series, written by J.K. Rowling, begins with the book
|
29 |
+
titled
|
30 |
+
example_title: Harry Potter Series
|
31 |
+
- text: >-
|
32 |
+
Question: I have cities, but no houses. I have mountains, but no trees. I
|
33 |
+
have water, but no fish. What am I?
|
34 |
+
|
35 |
+
Answer:
|
36 |
+
example_title: Riddle
|
37 |
+
- text: The process of photosynthesis involves the conversion of
|
38 |
+
example_title: Photosynthesis
|
39 |
+
- text: >-
|
40 |
+
Jane went to the store to buy some groceries. She picked up apples, oranges,
|
41 |
+
and a loaf of bread. When she got home, she realized she forgot
|
42 |
+
example_title: Story Continuation
|
43 |
+
- text: >-
|
44 |
+
Problem 2: If a train leaves Station A at 9:00 AM and travels at 60 mph, and
|
45 |
+
another train leaves Station B at 10:00 AM and travels at 80 mph, when will
|
46 |
+
they meet if the distance between the stations is 300 miles?
|
47 |
+
|
48 |
+
To determine
|
49 |
+
example_title: Math Problem
|
50 |
+
- text: In the context of computer programming, an algorithm is
|
51 |
+
example_title: Algorithm Definition
|
52 |
+
pipeline_tag: text-generation
|
53 |
datasets:
|
54 |
- JeanKaddour/minipile
|
55 |
- pszemraj/simple_wikipedia_LM
|