Fix metadata to have right library and task
#2
by
osanseviero
- opened
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">
|
@@ -76,4 +77,4 @@ After the evaluation is completed, if it's a development set, it will directly p
|
|
76 |
howpublished = {\url{https://github.com/InternLM/xtuner}},
|
77 |
year={2023}
|
78 |
}
|
79 |
-
```
|
|
|
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">
|
|
|
77 |
howpublished = {\url{https://github.com/InternLM/xtuner}},
|
78 |
year={2023}
|
79 |
}
|
80 |
+
```
|