CreitinGameplays
commited on
Commit
•
5abae6b
1
Parent(s):
6f5cc9a
Update README.md
Browse files
README.md
CHANGED
@@ -6,12 +6,13 @@ widget:
|
|
6 |
- text: <|system|> You are an AI assistant. <|prompter|> what is an essay? <|assistant|>
|
7 |
inference:
|
8 |
parameters:
|
9 |
-
temperature: 0.
|
10 |
do_sample: True
|
11 |
-
top_p: 0.
|
12 |
-
top_k:
|
13 |
max_new_tokens: 250
|
14 |
-
repetition_penalty: 1.
|
|
|
15 |
datasets:
|
16 |
- smangrul/chat-instruct-mixer
|
17 |
language:
|
|
|
6 |
- text: <|system|> You are an AI assistant. <|prompter|> what is an essay? <|assistant|>
|
7 |
inference:
|
8 |
parameters:
|
9 |
+
temperature: 0.1
|
10 |
do_sample: True
|
11 |
+
top_p: 0.98
|
12 |
+
top_k: 0
|
13 |
max_new_tokens: 250
|
14 |
+
repetition_penalty: 1.05
|
15 |
+
no_repeat_ngram_size: 4
|
16 |
datasets:
|
17 |
- smangrul/chat-instruct-mixer
|
18 |
language:
|