Upload 2 files
Browse files- generation_config.json +5 -0
- tokenizer_config.json +4 -0
generation_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"max_new_tokens": 256,
|
| 3 |
+
"temperature": 0.1,
|
| 4 |
+
"do_sample": true
|
| 5 |
+
}
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 3 |
+
"clean_up_tokenization_spaces": false
|
| 4 |
+
}
|