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

Radhe09
/
tinyllama-medical-dapt

PEFT
Safetensors
English
llama
medical
dapt
lora
trl
sft
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use Radhe09/tinyllama-medical-dapt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Radhe09/tinyllama-medical-dapt with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "Radhe09/tinyllama-medical-dapt")
  • Notebooks
  • Google Colab
  • Kaggle
tinyllama-medical-dapt
782 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Radhe09's picture
Radhe09
Upload model
4ef0e43 verified 12 days ago
  • .gitattributes
    1.52 kB
    initial commit 12 days ago
  • README.md
    565 Bytes
    Upload LlamaForCausalLM 12 days ago
  • adapter_config.json
    1.06 kB
    Upload model 12 days ago
  • adapter_model.safetensors
    16.2 MB
    xet
    Upload model 12 days ago
  • config.json
    1.2 kB
    Upload LlamaForCausalLM 12 days ago
  • generation_config.json
    133 Bytes
    Upload LlamaForCausalLM 12 days ago
  • model.safetensors
    762 MB
    xet
    Upload LlamaForCausalLM 12 days ago
  • tokenizer.json
    3.62 MB
    Upload tokenizer 12 days ago
  • tokenizer_config.json
    388 Bytes
    Upload tokenizer 12 days ago