Chat-UniVi
commited on
Commit
•
12ca2ed
1
Parent(s):
3fb23f8
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
3 |
---
|
4 |
# Chat-UniVi: Unified Visual Representation Empowers Large Language Models with Image and Video Understanding
|
5 |
|
@@ -263,5 +264,4 @@ if __name__ == '__main__':
|
|
263 |
outputs = outputs[:-len(stop_str)]
|
264 |
outputs = outputs.strip()
|
265 |
print(outputs)
|
266 |
-
```
|
267 |
-
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
pipeline_tag: video-text-to-text
|
4 |
---
|
5 |
# Chat-UniVi: Unified Visual Representation Empowers Large Language Models with Image and Video Understanding
|
6 |
|
|
|
264 |
outputs = outputs[:-len(stop_str)]
|
265 |
outputs = outputs.strip()
|
266 |
print(outputs)
|
267 |
+
```
|
|