mehmetkeremturkcan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -22,8 +22,15 @@ Vision language models with chain-of-thought reasoning are just starting to emer
|
|
22 |
```bash
|
23 |
pip install git+https://github.com/facebookresearch/schedule_free.git
|
24 |
pip install peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
```
|
26 |
-
|
27 |
## Training Details
|
28 |
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.
|
29 |
It has been trained using [seers](https://github.com/mkturkcan/seers).
|
|
|
22 |
```bash
|
23 |
pip install git+https://github.com/facebookresearch/schedule_free.git
|
24 |
pip install peft
|
25 |
+
git clone https://github.com/mkturkcan/seers.git
|
26 |
+
cd seers/seers/
|
27 |
+
git clone https://huggingface.co/mehmetkeremturkcan/DeepSeer-R1-Vision-Distill-Qwen-1.5B_google_vit-base-patch16-224
|
28 |
+
```
|
29 |
+
## Test
|
30 |
+
Run
|
31 |
+
```bash
|
32 |
+
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).
|