Commit ·
09fbb7d
1
Parent(s): 2acde23
Update config.json
Browse files- config.json +6 -4
config.json
CHANGED
|
@@ -50,7 +50,11 @@
|
|
| 50 |
"torch_dtype": "float32",
|
| 51 |
"transformers_version": "4.20.1",
|
| 52 |
"use_cache": true,
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
"text-generation": {
|
| 55 |
"do_sample": true,
|
| 56 |
"temperature": 0.7,
|
|
@@ -60,6 +64,4 @@
|
|
| 60 |
"wait_for_model": true,
|
| 61 |
"num_return_sequences": 1
|
| 62 |
}
|
| 63 |
-
|
| 64 |
-
"window_size": 256
|
| 65 |
-
}
|
|
|
|
| 50 |
"torch_dtype": "float32",
|
| 51 |
"transformers_version": "4.20.1",
|
| 52 |
"use_cache": true,
|
| 53 |
+
"vocab_size": 50257,
|
| 54 |
+
"window_size": 256
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
+
"task_specific_params": {
|
| 58 |
"text-generation": {
|
| 59 |
"do_sample": true,
|
| 60 |
"temperature": 0.7,
|
|
|
|
| 64 |
"wait_for_model": true,
|
| 65 |
"num_return_sequences": 1
|
| 66 |
}
|
| 67 |
+
|
|
|
|
|
|