nielsr HF Staff commited on
Commit
de01e71
·
verified ·
1 Parent(s): 645c649

Correct pipeline tag

Browse files

This PR corrects the pipeline tag of the model card by using `image-text-to-text`.

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
  base_model:
6
  - meta-llama/Llama-3.2-11B-Vision-Instruct
7
  datasets:
8
  - Xkev/LLaVA-CoT-100k
9
- pipeline_tag: image-text-to-text
 
10
  library_name: transformers
 
 
11
  ---
12
 
13
  # Sherlock: Self-Correcting Reasoning in Vision-Language Models
 
1
  ---
 
 
 
2
  base_model:
3
  - meta-llama/Llama-3.2-11B-Vision-Instruct
4
  datasets:
5
  - Xkev/LLaVA-CoT-100k
6
+ language:
7
+ - en
8
  library_name: transformers
9
+ license: apache-2.0
10
+ pipeline_tag: image-text-to-text
11
  ---
12
 
13
  # Sherlock: Self-Correcting Reasoning in Vision-Language Models