Video-Text-to-Text
Transformers
PyTorch
English
vision-encoder-decoder
image-text-to-text
video-captioning
Eval Results (legacy)
Instructions to use Neleac/SpaceTimeGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Neleac/SpaceTimeGPT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("Neleac/SpaceTimeGPT") model = AutoModelForImageTextToText.from_pretrained("Neleac/SpaceTimeGPT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,10 @@ metrics:
|
|
| 7 |
- bleu
|
| 8 |
- meteor
|
| 9 |
- rouge
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# TimeSformer-GPT2 Video Captioning
|
| 12 |
|
|
|
|
| 7 |
- bleu
|
| 8 |
- meteor
|
| 9 |
- rouge
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
inference: false
|
| 12 |
+
tags:
|
| 13 |
+
- video-captioning
|
| 14 |
---
|
| 15 |
# TimeSformer-GPT2 Video Captioning
|
| 16 |
|