Upload 7 files
Browse files- generation_config.json +4 -12
- model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
generation_config.json
CHANGED
|
@@ -1,14 +1,6 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"bos_token_id": 0,
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
|
| 6 |
-
],
|
| 7 |
-
"max_new_tokens": 2048,
|
| 8 |
-
"pad_token_id": 0,
|
| 9 |
-
"repetition_penalty": 1.1,
|
| 10 |
-
"temperature": 0.3,
|
| 11 |
-
"top_k": 50,
|
| 12 |
-
"top_p": 0.95,
|
| 13 |
-
"transformers_version": "5.6.0"
|
| 14 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
"bos_token_id": 0,
|
| 4 |
+
"eos_token_id": 0,
|
| 5 |
+
"transformers_version": "4.40.1"
|
| 6 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 269165584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06bc178fcfcf393b03c5917dab12f52d255d46b39f89ae9b652d8fd741a2dc11
|
| 3 |
size 269165584
|
tokenizer_config.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"<jupyter_script>",
|
| 25 |
"<empty_output>"
|
| 26 |
],
|
| 27 |
-
"is_local":
|
| 28 |
"local_files_only": false,
|
| 29 |
"model_max_length": 1000000000000000019884624838656,
|
| 30 |
"pad_token": "<|endoftext|>",
|
|
|
|
| 24 |
"<jupyter_script>",
|
| 25 |
"<empty_output>"
|
| 26 |
],
|
| 27 |
+
"is_local": true,
|
| 28 |
"local_files_only": false,
|
| 29 |
"model_max_length": 1000000000000000019884624838656,
|
| 30 |
"pad_token": "<|endoftext|>",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e12edf486a917327d8c891a27228ac773be54aea4e5fa1313cf859a3e661ab8
|
| 3 |
size 5713
|