Video-Text-to-Text
Transformers
Safetensors
English
qwen3_vl
image-text-to-text
video-grounding
temporal-grounding
video-understanding
qwen3-vl
Instructions to use TencentARC/TimeLens-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TencentARC/TimeLens-8B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("TencentARC/TimeLens-8B") model = AutoModelForImageTextToText.from_pretrained("TencentARC/TimeLens-8B") - Notebooks
- Google Colab
- Kaggle
Restore Qwen3-VL default cache config
#2
by JungleGym - opened
- config.json +0 -1
config.json
CHANGED
|
@@ -39,7 +39,6 @@
|
|
| 39 |
},
|
| 40 |
"tie_word_embeddings": false,
|
| 41 |
"transformers_version": "4.57.1",
|
| 42 |
-
"use_cache": false,
|
| 43 |
"video_token_id": 151656,
|
| 44 |
"vision_config": {
|
| 45 |
"deepstack_visual_indexes": [
|
|
|
|
| 39 |
},
|
| 40 |
"tie_word_embeddings": false,
|
| 41 |
"transformers_version": "4.57.1",
|
|
|
|
| 42 |
"video_token_id": 151656,
|
| 43 |
"vision_config": {
|
| 44 |
"deepstack_visual_indexes": [
|