Instructions to use Aditya02/VideoLlava-SceneGraphGeneration with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aditya02/VideoLlava-SceneGraphGeneration with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Aditya02/VideoLlava-SceneGraphGeneration", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training finished
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
| 59 |
"legacy": false,
|
| 60 |
"model_max_length": 4096,
|
| 61 |
"pad_token": "<pad>",
|
| 62 |
-
"padding_side": "
|
| 63 |
"processor_class": "VideoLlavaProcessor",
|
| 64 |
"sp_model_kwargs": {},
|
| 65 |
"spaces_between_special_tokens": false,
|
|
|
|
| 59 |
"legacy": false,
|
| 60 |
"model_max_length": 4096,
|
| 61 |
"pad_token": "<pad>",
|
| 62 |
+
"padding_side": "right",
|
| 63 |
"processor_class": "VideoLlavaProcessor",
|
| 64 |
"sp_model_kwargs": {},
|
| 65 |
"spaces_between_special_tokens": false,
|