Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MaximoLopezChenlo
/
OncoAgent-v1.0-9B

Text Generation
PEFT
Safetensors
English
Spanish
oncology
medical
lora
qwen3
amd
rocm
mi300x
clinical
fine-tuned
conversational
Model card Files Files and versions
xet
Community

Instructions to use MaximoLopezChenlo/OncoAgent-v1.0-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use MaximoLopezChenlo/OncoAgent-v1.0-9B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-9B")
    model = PeftModel.from_pretrained(base_model, "MaximoLopezChenlo/OncoAgent-v1.0-9B")
  • Notebooks
  • Google Colab
  • Kaggle
OncoAgent-v1.0-9B
136 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
MaximoLopezChenlo's picture
MaximoLopezChenlo
feat: add chat_template.jinja
858ee30 verified 7 days ago
  • .gitattributes
    1.57 kB
    feat: add tokenizer.json 7 days ago
  • README.md
    4.79 kB
    docs: add model card for OncoAgent v1.0 9B 7 days ago
  • adapter_config.json
    1.25 kB
    feat: add adapter_config.json 7 days ago
  • adapter_model.safetensors
    116 MB
    xet
    feat: add adapter_model.safetensors 7 days ago
  • chat_template.jinja
    7.76 kB
    feat: add chat_template.jinja 7 days ago
  • tokenizer.json
    20 MB
    xet
    feat: add tokenizer.json 7 days ago
  • tokenizer_config.json
    7.12 kB
    feat: add tokenizer_config.json 7 days ago