Update README.md
#21
by
reach-vb
HF staff
- opened
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
pipeline_tag: image-text-to-text
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -107,5 +108,4 @@ Would you like more information on any specific aspect?
|
|
107 |
```
|
108 |
|
109 |
While it may appear that spacing in the input is disrupted, this is caused by us skipping special tokens for display, and actually "Can this animal" and "live here" are
|
110 |
-
correctly separated by image tokens. Try decoding with special tokens included to see exactly what the model sees!
|
111 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
pipeline_tag: image-text-to-text
|
4 |
+
license: apache-2.0
|
5 |
---
|
6 |
|
7 |
# Model Card for Model ID
|
|
|
108 |
```
|
109 |
|
110 |
While it may appear that spacing in the input is disrupted, this is caused by us skipping special tokens for display, and actually "Can this animal" and "live here" are
|
111 |
+
correctly separated by image tokens. Try decoding with special tokens included to see exactly what the model sees!
|
|