Add image-text-to-text tag to model tags
#8
by
robertwebbmodular
- opened
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
datasets:
|
| 3 |
- Lin-Chen/ShareGPT4V
|
| 4 |
pipeline_tag: image-to-text
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
<div align="center">
|
|
@@ -109,4 +111,4 @@ Please refer to [docs](https://github.com/InternLM/xtuner/tree/main/xtuner/confi
|
|
| 109 |
howpublished = {\url{https://github.com/InternLM/xtuner}},
|
| 110 |
year={2023}
|
| 111 |
}
|
| 112 |
-
```
|
|
|
|
| 2 |
datasets:
|
| 3 |
- Lin-Chen/ShareGPT4V
|
| 4 |
pipeline_tag: image-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- image-text-to-text
|
| 7 |
---
|
| 8 |
|
| 9 |
<div align="center">
|
|
|
|
| 111 |
howpublished = {\url{https://github.com/InternLM/xtuner}},
|
| 112 |
year={2023}
|
| 113 |
}
|
| 114 |
+
```
|