Instructions to use TurkishCodeMan/DeepSeek-R1-Turkish-Dialog-Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use TurkishCodeMan/DeepSeek-R1-Turkish-Dialog-Dataset with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for TurkishCodeMan/DeepSeek-R1-Turkish-Dialog-Dataset to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for TurkishCodeMan/DeepSeek-R1-Turkish-Dialog-Dataset to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for TurkishCodeMan/DeepSeek-R1-Turkish-Dialog-Dataset to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="TurkishCodeMan/DeepSeek-R1-Turkish-Dialog-Dataset", max_seq_length=2048, )
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,13 @@ tags:
|
|
| 4 |
- unsloth
|
| 5 |
- trl
|
| 6 |
- sft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# DeepSeek-R1-Turkish-Dialog-Dataset
|
|
@@ -30,4 +37,4 @@ Türkçe doğal dil işleme (NLP) görevleri için hazırlanmış, çeşitli kon
|
|
| 30 |
"topic": "günlük_sohbet",
|
| 31 |
"source": "sentetik_veri",
|
| 32 |
"lang": "tr"
|
| 33 |
-
}
|
|
|
|
| 4 |
- unsloth
|
| 5 |
- trl
|
| 6 |
- sft
|
| 7 |
+
datasets:
|
| 8 |
+
- TFLai/Turkish-Dialog-Dataset
|
| 9 |
+
language:
|
| 10 |
+
- tr
|
| 11 |
+
- en
|
| 12 |
+
base_model:
|
| 13 |
+
- deepseek-ai/DeepSeek-R1-Distill-Llama-8B
|
| 14 |
---
|
| 15 |
|
| 16 |
# DeepSeek-R1-Turkish-Dialog-Dataset
|
|
|
|
| 37 |
"topic": "günlük_sohbet",
|
| 38 |
"source": "sentetik_veri",
|
| 39 |
"lang": "tr"
|
| 40 |
+
}
|