Instructions to use WRHC/EfficientVideoAgent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WRHC/EfficientVideoAgent with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("WRHC/EfficientVideoAgent") model = AutoModelForMultimodalLM.from_pretrained("WRHC/EfficientVideoAgent") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# EVA: Efficient Reinforcement Learning for End-to-End Video Agent
|
| 2 |
|
| 3 |
[](https://arxiv.org/abs/2603.22918)
|
|
@@ -167,4 +170,4 @@ bash batch.sh
|
|
| 167 |
primaryClass={cs.CV},
|
| 168 |
url={https://arxiv.org/abs/2603.22918},
|
| 169 |
}
|
| 170 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: video-text-to-text
|
| 3 |
+
---
|
| 4 |
# EVA: Efficient Reinforcement Learning for End-to-End Video Agent
|
| 5 |
|
| 6 |
[](https://arxiv.org/abs/2603.22918)
|
|
|
|
| 170 |
primaryClass={cs.CV},
|
| 171 |
url={https://arxiv.org/abs/2603.22918},
|
| 172 |
}
|
| 173 |
+
```
|