Upload Videollama3ForConditionalGeneration
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
| 63 |
"use_sliding_window": false,
|
| 64 |
"vocab_size": 151936
|
| 65 |
},
|
| 66 |
-
"transformers_version": "4.
|
| 67 |
"use_token_compression": true,
|
| 68 |
"video_token_id": 151656,
|
| 69 |
"vision_config": {
|
|
|
|
| 63 |
"use_sliding_window": false,
|
| 64 |
"vocab_size": 151936
|
| 65 |
},
|
| 66 |
+
"transformers_version": "4.57.0.dev0",
|
| 67 |
"use_token_compression": true,
|
| 68 |
"video_token_id": 151656,
|
| 69 |
"vision_config": {
|
generation_config.json
CHANGED
|
@@ -10,5 +10,5 @@
|
|
| 10 |
"temperature": 0.7,
|
| 11 |
"top_k": 20,
|
| 12 |
"top_p": 0.8,
|
| 13 |
-
"transformers_version": "4.
|
| 14 |
}
|
|
|
|
| 10 |
"temperature": 0.7,
|
| 11 |
"top_k": 20,
|
| 12 |
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.57.0.dev0"
|
| 14 |
}
|