shi-zheng-qxhs commited on
Commit
1902a91
1 Parent(s): c2a68f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -10,19 +10,19 @@ datasets:
10
  - sablo/oasst2_curated
11
  language:
12
  - en
13
- pipeline_tag: conversational
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
 
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