Commit
•
a3f8bd9
1
Parent(s):
566240a
Fix metadata to have right library and task (#1)
Browse files- Fix metadata to have right library and task (9d322cc06e00282e3f794d4176ae7d59036d522f)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
datasets:
|
3 |
- liuhaotian/LLaVA-Pretrain
|
4 |
- liuhaotian/LLaVA-Instruct-150K
|
5 |
-
pipeline_tag:
|
|
|
6 |
---
|
7 |
|
8 |
<div align="center">
|
|
|
2 |
datasets:
|
3 |
- liuhaotian/LLaVA-Pretrain
|
4 |
- liuhaotian/LLaVA-Instruct-150K
|
5 |
+
pipeline_tag: image-text-to-text
|
6 |
+
library_name: xtuner
|
7 |
---
|
8 |
|
9 |
<div align="center">
|