How to use from
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 emredeveloper/DeepSeek-R1-Medical-COT 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 emredeveloper/DeepSeek-R1-Medical-COT to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for emredeveloper/DeepSeek-R1-Medical-COT to start chatting
Load model with FastModel
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
    model_name="emredeveloper/DeepSeek-R1-Medical-COT",
    max_seq_length=2048,
)
Quick Links

DeepSeek-R1-Medical-COT

Overview

This model is a fine-tuned version of the DeepSeek-R1-Distill-Llama-8B model, optimized for medical reasoning and clinical decision-making tasks. It leverages advanced techniques such as Chain-of-Thought (CoT) reasoning, and cold-start optimization to provide accurate and explainable responses in medical scenarios.


Key Features

1. Chain-of-Thought Reasoning

  • The model generates step-by-step explanations for its answers, ensuring logical and transparent reasoning.
  • Example:
    <think>
    Let's break this down step by step:
    1. Analyze the key information provided in the question.
    2. Identify relevant medical concepts or conditions.
    3. Consider possible explanations or hypotheses based on the given data.
    4. Evaluate each hypothesis critically and eliminate unlikely options.
    5. Arrive at the most logical conclusion based on the evidence.
    </think>
    
    <answer>
    Based on the above reasoning, the most likely answer is: {}
    </answer>
    
Downloads last month
10
Video Preview
loading

Model tree for emredeveloper/DeepSeek-R1-Medical-COT

Quantizations
1 model

Spaces using emredeveloper/DeepSeek-R1-Medical-COT 15