Upload folder using huggingface_hub
Browse files- generation_config.json +2 -0
- model.safetensors +1 -1
generation_config.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"decoder_start_token_id": 0,
|
| 3 |
"eos_token_id": 1,
|
|
|
|
|
|
|
| 4 |
"pad_token_id": 0,
|
| 5 |
"transformers_version": "4.47.0"
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"decoder_start_token_id": 0,
|
| 3 |
"eos_token_id": 1,
|
| 4 |
+
"max_length": 1024,
|
| 5 |
+
"max_new_tokens": 1024,
|
| 6 |
"pad_token_id": 0,
|
| 7 |
"transformers_version": "4.47.0"
|
| 8 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 990345064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed88a51ffda4713722ac4d1b9286c7a11b569ceb0901cea1f2a7b01cf467922d
|
| 3 |
size 990345064
|