pszemraj commited on
Commit
32d9e14
1 Parent(s): c00e52b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -12
README.md CHANGED
@@ -11,22 +11,43 @@ inference:
11
  do_sample: true
12
  repetition_penalty: 1.1
13
  no_repeat_ngram_size: 5
14
- guidance_scale: 1.01
15
  eta_cutoff: 0.001
16
  widget:
17
- - text: "My name is El Microondas the Wise and"
18
- example_title: "El Microondas"
19
- - text: "A meme is"
20
- example_title: "meme"
21
- - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had"
22
- example_title: "Coreference resolution"
23
- - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book"
24
- example_title: "Logic puzzles"
25
- - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night"
26
- example_title: "Reading comprehension"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  datasets:
28
  - pszemraj/simple_wikipedia_LM
29
- pipeline_tag: text-generation
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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: Bungie Studios is an American video game developer. They are most famous for developing the award winning Halo series of video games. They also made Destiny. The studio was founded
21
+ example_title: Bungie
22
+ - text: The Mona Lisa is a world-renowned painting created by
23
+ example_title: Mona Lisa
24
+ - text: >-
25
+ The Harry Potter series, written by J.K. Rowling, begins with the book titled
26
+ example_title: Harry Potter Series
27
+ - text: >-
28
+ Question: I have cities, but no houses. I have mountains, but no trees.
29
+ I have water, but no fish. What am I?
30
+
31
+ Answer:
32
+ example_title: Riddle
33
+ - text: The process of photosynthesis involves the conversion of
34
+ example_title: Photosynthesis
35
+ - text: >-
36
+ Jane went to the store to buy some groceries. She picked up apples, oranges, and a loaf of bread. When she got home, she realized she forgot
37
+ example_title: Story Continuation
38
+ - text: >-
39
+ Problem 2: If a train leaves Station A at 9:00 AM and travels at 60 mph,
40
+ and another train leaves Station B at 10:00 AM and travels at 80 mph,
41
+ when will they meet if the distance between the stations is 300 miles?
42
+
43
+ To determine
44
+ example_title: Math Problem
45
+ - text: >-
46
+ In the context of computer programming, an algorithm is
47
+ example_title: Algorithm Definition
48
+ pipeline_tag: text-generation
49
  datasets:
50
  - pszemraj/simple_wikipedia_LM
 
51
  ---
52
 
53
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You