pszemraj commited on
Commit
f44a0ea
·
1 Parent(s): 9a6080b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -4
README.md CHANGED
@@ -5,9 +5,54 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
- model-index:
9
- - name: verysmol_llama-v10-rw3m_dd-knowledge-inoc-concat-v1-vN
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -118,4 +163,4 @@ The following hyperparameters were used during training:
118
  - Transformers 4.33.3
119
  - Pytorch 2.2.0.dev20231017+cu121
120
  - Datasets 2.14.5
121
- - Tokenizers 0.13.3
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
+ inference:
9
+ parameters:
10
+ max_new_tokens: 64
11
+ do_sample: true
12
+ repetition_penalty: 1.2
13
+ no_repeat_ngram_size: 5
14
+ eta_cutoff: 0.0006
15
+ renormalize_logits: true
16
+ widget:
17
+ - text: My name is El Microondas the Wise and
18
+ example_title: El Microondas
19
+ - text: Kennesaw State University is a public
20
+ example_title: Kennesaw State University
21
+ - text: >-
22
+ Bungie Studios is an American video game developer. They are most famous for
23
+ developing the award winning Halo series of video games. They also made
24
+ Destiny. The studio was founded
25
+ example_title: Bungie
26
+ - text: The Mona Lisa is a world-renowned painting created by
27
+ example_title: Mona Lisa
28
+ - text: >-
29
+ The Harry Potter series, written by J.K. Rowling, begins with the book
30
+ titled
31
+ example_title: Harry Potter Series
32
+ - text: >-
33
+ Question: I have cities, but no houses. I have mountains, but no trees. I
34
+ have water, but no fish. What am I?
35
+
36
+ Answer:
37
+ example_title: Riddle
38
+ - text: The process of photosynthesis involves the conversion of
39
+ example_title: Photosynthesis
40
+ - text: >-
41
+ Jane went to the store to buy some groceries. She picked up apples, oranges,
42
+ and a loaf of bread. When she got home, she realized she forgot
43
+ example_title: Story Continuation
44
+ - text: >-
45
+ Problem 2: If a train leaves Station A at 9:00 AM and travels at 60 mph, and
46
+ another train leaves Station B at 10:00 AM and travels at 80 mph, when will
47
+ they meet if the distance between the stations is 300 miles?
48
+
49
+ To determine
50
+ example_title: Math Problem
51
+ - text: In the context of computer programming, an algorithm is
52
+ example_title: Algorithm Definition
53
+ pipeline_tag: text-generation
54
+ datasets:
55
+ - BEE-spoke-data/knowledge-inoc-concat-v1
56
  ---
57
 
58
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
163
  - Transformers 4.33.3
164
  - Pytorch 2.2.0.dev20231017+cu121
165
  - Datasets 2.14.5
166
+ - Tokenizers 0.13.3