Text Generation
Transformers
Safetensors
English
mega
Generated from Trainer
Inference Endpoints
pszemraj commited on
Commit
29d5fca
1 Parent(s): 43082d5

Update README.md

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