Add model card, link to paper
Browse filesThis PR adds a model card, links it to https://huggingface.co/papers/2403.19046.
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
pipeline_tag: video-text-to-text
|
4 |
+
---
|
5 |
+
|
6 |
+
# LITA model
|
7 |
+
|
8 |
+
This repository contains the weights of the LITA-13B-v1.3 model, presented in the paper [LITA: Language Instructed Temporal-Localization Assistant](https://huggingface.co/papers/2403.19046).
|
9 |
+
|
10 |
+
## Usage
|
11 |
+
|
12 |
+
See the Github repository: https://github.com/nvlabs/lita
|