Spaces:
Running
Running
matthoffner
commited on
Commit
ยท
2479adf
1
Parent(s):
0472301
Create config.json
Browse files- config.json +15 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"task_specific_params": {
|
3 |
+
"text-generation": {
|
4 |
+
"temperature": 0.8,
|
5 |
+
"top_p": 0.95,
|
6 |
+
"top_k": 50,
|
7 |
+
"max_new_tokens": 1024,
|
8 |
+
"use_cache": True,
|
9 |
+
"do_sample": True,
|
10 |
+
"repetition_penalty": 1.02,
|
11 |
+
"max_seq_len": 4096,
|
12 |
+
"n_tokens": -1
|
13 |
+
}
|
14 |
+
}
|
15 |
+
}
|