Add pipeline tag
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card
|
| 2 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 3 |
Parrot is a multi-language and multi-modal large language model capable of achieving excellent performance.
|
|
@@ -34,4 +38,4 @@ If you find Parrot useful, please cite the paper
|
|
| 34 |
```
|
| 35 |
|
| 36 |
# License
|
| 37 |
-
The project is licensed under Apache License Version 2.0 and is restricted to uses that comply with the license agreements of Qwen and Clip.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-text-to-text
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
# Model Card
|
| 6 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 7 |
Parrot is a multi-language and multi-modal large language model capable of achieving excellent performance.
|
|
|
|
| 38 |
```
|
| 39 |
|
| 40 |
# License
|
| 41 |
+
The project is licensed under Apache License Version 2.0 and is restricted to uses that comply with the license agreements of Qwen and Clip.
|