Commit
•
79fd1a5
1
Parent(s):
9234f67
Specify right model card metadata (#14)
Browse files- Specify right model card metadata (56bfebb0f909169b659f81abdd53064affd92b00)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
3 |
license_name: yi-license
|
4 |
license_link: LICENSE
|
5 |
-
|
6 |
---
|
7 |
|
8 |
<div align="center">
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
library_name: pytorch
|
4 |
+
tags:
|
5 |
+
- llava
|
6 |
license_name: yi-license
|
7 |
license_link: LICENSE
|
8 |
+
pipeline_tag: image-text-to-text
|
9 |
---
|
10 |
|
11 |
<div align="center">
|