mehmetkeremturkcan commited on
Commit
fa4c185
·
verified ·
1 Parent(s): d82d5b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -6,6 +6,7 @@ base_model:
6
  - google/vit-base-patch16-224
7
  - deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
8
  library_name: transformers
 
9
  ---
10
 
11
  <p align="center">
@@ -33,6 +34,4 @@ python predict.py
33
  ```
34
  ## Training Details
35
  This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) on the [5CD-AI/LLaVA-CoT-o1-Instruct](https://huggingface.co/datasets/5CD-AI/LLaVA-CoT-o1-Instruct) dataset.
36
- It has been trained using [seers](https://github.com/mkturkcan/seers).
37
-
38
-
 
6
  - google/vit-base-patch16-224
7
  - deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
8
  library_name: transformers
9
+ pipeline_tag: image-text-to-text
10
  ---
11
 
12
  <p align="center">
 
34
  ```
35
  ## Training Details
36
  This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) on the [5CD-AI/LLaVA-CoT-o1-Instruct](https://huggingface.co/datasets/5CD-AI/LLaVA-CoT-o1-Instruct) dataset.
37
+ It has been trained using [seers](https://github.com/mkturkcan/seers).