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