Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card, making it easier for others to discover and use this model. It also adds a link to the code.
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
base_model:
|
6 |
- MAGAer13/mplug-owl2-llama2-7b
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# DeQA-Score-Mix3
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- MAGAer13/mplug-owl2-llama2-7b
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: mit
|
7 |
+
pipeline_tag: image-to-text
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
|
11 |
# DeQA-Score-Mix3
|