Commit
•
2d659d8
1
Parent(s):
ea53d39
Fix metadata to have right library and task (#1)
Browse files- Fix metadata to have right library and task (8e3defc7a384f7791f052290722081ee7432c3d3)
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">
|