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

๐Ÿฆท DentaInstruct-1.2B

DentaInstruct-1.2B is a fine-tuned instruction-following language model designed to assist with dental domain queries. It was trained using clinically focused questions and answers from the miriad/miriad-4.4M dataset, specifically filtered for the Dental & Oral Medicine specialty. The base model used is LiquidAI/LFM2-1.2B, optimized with the Unsloth fine-tuning library.


Model Details

  • Architecture: LFM2-1.2B (decoder-only transformer)
  • Base Model: LiquidAI/LFM2-1.2B
  • Fine-tuning Library: Unsloth
  • Instruction Format: Chat-style, formatted using apply_chat_template
  • Trained On: Dental subset of miriad-4.4M
  • Compute: Trained using Google Colab T4 (free tier)

Benchmark Summary

The model was evaluated on a curated set of dental prompts with rich terminology across endodontics, periodontics, prosthodontics, and oral surgery. Responses were assessed for fluency, accuracy, and domain relevance.

  • โœ… Terminology Handling: Excellent coverage of dental-specific terms
  • โœ… Instruction Following: Clear, context-aware responses
  • โœ… Answer Structure: Consistently professional and clinically coherent
  • โš ๏ธ Minor Hallucinations: A few outputs demonstrated factual drift in rare cases

Limitations & Warnings

This model was fine-tuned using the MIRIAD dataset, which comes with the following caution:

This model is trained on data that has not been manually reviewed by medical experts. It should not be used for diagnostic purposes or to inform medical decision-making. It is intended for research and educational purposes only.

  • Not a substitute for professional dental care
  • Do not use this model for clinical diagnosis or treatment advice

Intended Use

  • Educational Q&A for dental students
  • Conversational chatbots focused on oral health
  • Research on clinical-domain instruction tuning

Citation

If you use this model or parts of it, please consider citing:

@misc{miriad2024,
  title={MIRIAD: Medical Instructional Record with Interactions and Answers Dataset},
  author={Xue, Yutong and others},
  year={2024},
  url={https://huggingface.co/datasets/miriad/miriad-4.4M}
}

Acknowledgements


Downloads last month
15
Safetensors
Model size
1B params
Tensor type
BF16
ยท
F16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for yasserrmd/DentaInstruct-1.2B

Finetuned
(67)
this model
Quantizations
3 models

Dataset used to train yasserrmd/DentaInstruct-1.2B

Spaces using yasserrmd/DentaInstruct-1.2B 3