lalamo export, ver. 0.2.0
Browse files- config.json +2 -1
- generation_config.json +12 -0
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -85,6 +85,7 @@
|
|
| 85 |
},
|
| 86 |
"tokenizer_file_names": [
|
| 87 |
"tokenizer.json",
|
| 88 |
-
"tokenizer_config.json"
|
|
|
|
| 89 |
]
|
| 90 |
}
|
|
|
|
| 85 |
},
|
| 86 |
"tokenizer_file_names": [
|
| 87 |
"tokenizer.json",
|
| 88 |
+
"tokenizer_config.json",
|
| 89 |
+
"generation_config.json"
|
| 90 |
]
|
| 91 |
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 128000,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
128001,
|
| 6 |
+
128008,
|
| 7 |
+
128009
|
| 8 |
+
],
|
| 9 |
+
"temperature": 0.6,
|
| 10 |
+
"top_p": 0.9,
|
| 11 |
+
"transformers_version": "4.45.0.dev0"
|
| 12 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b83402a0e7f5e0b271dcafdc99c73acb87ca614351f5694876f2052b5261696b
|
| 3 |
+
size 2505194368
|