Instructions to use moo100/DeepSeek-R1-telecom-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moo100/DeepSeek-R1-telecom-chatbot with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("moo100/DeepSeek-R1-telecom-chatbot", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags: []
|
|
| 12 |
### Model Description
|
| 13 |
|
| 14 |
<!-- Provide a longer summary of what this model is. -->
|
| 15 |
-
This is a fine-tuned version of **DeepSeek-R1-Distill-Llama-8B**, optimized for **telecom-related queries**. The model has been fine-tuned to provide **concise and factual answers**, ensuring that it
|
| 16 |
|
| 17 |
- **Developed by:** Mohamed Abdulaziz
|
| 18 |
- **Model type:** Fine-tune-DeepSeek-R1-Distill-Llama-8B
|
|
|
|
| 12 |
### Model Description
|
| 13 |
|
| 14 |
<!-- Provide a longer summary of what this model is. -->
|
| 15 |
+
This is a fine-tuned version of **DeepSeek-R1-Distill-Llama-8B**, optimized for **telecom-related queries**. The model has been fine-tuned to provide **concise and factual answers**, ensuring that it **does role-play as a customer service agent**.
|
| 16 |
|
| 17 |
- **Developed by:** Mohamed Abdulaziz
|
| 18 |
- **Model type:** Fine-tune-DeepSeek-R1-Distill-Llama-8B
|