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