Fix task tag
#2
by
merve
HF staff
- opened
README.md
CHANGED
@@ -3,7 +3,8 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
-
inference:
|
|
|
7 |
---
|
8 |
## Sharded BLIP-2 Model Card - flan-t5-xl
|
9 |
|
@@ -46,5 +47,4 @@ inputs = processor(raw_image, question, return_tensors="pt")
|
|
46 |
|
47 |
out = model.generate(**inputs)
|
48 |
print(processor.decode(out[0], skip_special_tokens=True))
|
49 |
-
```
|
50 |
-
|
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
+
inference: false
|
7 |
+
pipeline_tag: image-text-to-text
|
8 |
---
|
9 |
## Sharded BLIP-2 Model Card - flan-t5-xl
|
10 |
|
|
|
47 |
|
48 |
out = model.generate(**inputs)
|
49 |
print(processor.decode(out[0], skip_special_tokens=True))
|
50 |
+
```
|
|