shi-zheng-qxhs
commited on
Commit
•
1902a91
1
Parent(s):
c2a68f2
Update README.md
Browse files
README.md
CHANGED
@@ -10,19 +10,19 @@ datasets:
|
|
10 |
- sablo/oasst2_curated
|
11 |
language:
|
12 |
- en
|
13 |
-
pipeline_tag:
|
14 |
widget:
|
15 |
-
- text:
|
16 |
-
- text:
|
17 |
-
- text:
|
18 |
inference:
|
19 |
parameters:
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- sablo/oasst2_curated
|
11 |
language:
|
12 |
- en
|
13 |
+
pipeline_tag: text-generation
|
14 |
widget:
|
15 |
+
- text: Who is the president of the United States?
|
16 |
+
- text: Hi, my name is Superman. How are you!
|
17 |
+
- text: Do you know the history of Chelsea Football Club?
|
18 |
inference:
|
19 |
parameters:
|
20 |
+
temperature: 0.7
|
21 |
+
max_length: 128
|
22 |
+
top_k: 1
|
23 |
+
do_sample: true
|
24 |
+
pad_token_id: 50256
|
25 |
+
eos_token_id: 50256
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|