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

tmberooney
/
medllama

PEFT
Safetensors
llama
Model card Files Files and versions
xet
Community

Instructions to use tmberooney/medllama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use tmberooney/medllama 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, "tmberooney/medllama")
  • Notebooks
  • Google Colab
  • Kaggle
medllama
11.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
tmberooney's picture
tmberooney
Upload tokenizer
19eb1b8 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.11 kB
    Upload model almost 2 years ago
  • adapter_config.json
    660 Bytes
    Upload model almost 2 years ago
  • adapter_model.safetensors
    9.02 MB
    xet
    Upload model almost 2 years ago
  • config.json
    680 Bytes
    Upload config over 2 years ago
  • special_tokens_map.json
    437 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    1.84 MB
    Upload tokenizer almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.37 kB
    Upload tokenizer almost 2 years ago