Wauplin HF Staff commited on
Commit
6b7a858
·
verified ·
1 Parent(s): cb34f33

Remove hardcode pipeline_tag (must be image-text-to-text)

Browse files

I believe the pipeline_tag must be `image-text-to-text` which is the underlying task of the model in transformers/vllm/etc. The Image-to-Text label itself it not wrong but takes precedence as "main pipeline tag" and therefore breaks a few integrations with the Hub (no "conversational" tag, broken inference widget, no chat template parser, etc.)

This PR should solve this by letting the Hub auto detect the correct pipeline tag.

This should also solve this issue reported here: https://github.com/huggingface/hub-docs/issues/2481

Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -9,7 +9,6 @@ language:
9
  - de
10
  - ja
11
  - ko
12
- pipeline_tag: image-to-text
13
  library_name: transformers
14
  ---
15
 
 
9
  - de
10
  - ja
11
  - ko
 
12
  library_name: transformers
13
  ---
14