You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Model Card for gpt-oss-medical

This model is a fine-tuned version of openai/gpt-oss-20b . It has been trained using TRL.

Quick start

from transformers import pipeline

question = "What medicines should I take for spondilytis or leg pain?"
generator = pipeline("text-generation", model="Sandipan1976/gpt-oss-medical", device="cuda")
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
print(output["generated_text"])

Training procedure

This model was trained with SFT.

Framework versions

  • TRL: 0.21.0
  • Transformers: 4.55.0
  • Pytorch: 2.7.1+cu128
  • Datasets: 4.0.0
  • Tokenizers: 0.21.4

Citations

Cite TRL as:

@misc{vonwerra2022trl,
    title        = {gpt-oss-med-reasoner},
    author       = {Sandipan Das},
    year         = 2025,
    journal      = {GitHub repository},
    publisher    = {GitHub},
    howpublished = {\url{https://github.com/huggingface/trl}}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Sandipan1976/gpt-oss-medical

Base model

openai/gpt-oss-20b
Finetuned
(194)
this model