kenhktsui commited on
Commit
91f62b2
·
verified ·
1 Parent(s): a5d7dd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -37
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.0
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
21
- for developing the award winning Halo series of video games. They also
22
- made 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,
40
- oranges, 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,
44
- and another train leaves Station B at 10:00 AM and travels at 80 mph, when
45
- will 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
  ---
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