Upload SmolVLMForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +5 -4
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"SmolVLMForConditionalGeneration"
|
| 4 |
],
|
| 5 |
-
"dtype": "
|
| 6 |
"image_token_id": 49190,
|
| 7 |
"model_type": "smolvlm",
|
| 8 |
"pad_token_id": 128002,
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"SmolVLMForConditionalGeneration"
|
| 4 |
],
|
| 5 |
+
"dtype": "float32",
|
| 6 |
"image_token_id": 49190,
|
| 7 |
"model_type": "smolvlm",
|
| 8 |
"pad_token_id": 128002,
|
generation_config.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
-
"bos_token_id":
|
| 4 |
-
"eos_token_id":
|
| 5 |
-
"pad_token_id":
|
| 6 |
-
"transformers_version": "4.57.3"
|
|
|
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"pad_token_id": 128002,
|
| 6 |
+
"transformers_version": "4.57.3",
|
| 7 |
+
"use_cache": false
|
| 8 |
}
|
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:26d2b8159d50722e9e1853640f497d1a27460ad56f482a73f277222d16f379ef
|
| 3 |
+
size 10798536
|