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

Gustav-Proxi
/
stablemedv1

Text Generation
PEFT
Safetensors
English
medical
conversational
Model card Files Files and versions
xet
Community

Instructions to use Gustav-Proxi/stablemedv1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Gustav-Proxi/stablemedv1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-3b-4e1t")
    model = PeftModel.from_pretrained(base_model, "Gustav-Proxi/stablemedv1")
  • Notebooks
  • Google Colab
  • Kaggle
stablemedv1
619 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
Vaishak G Kumar
Update README.md
d24e82a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    219 Bytes
    Update README.md over 2 years ago
  • adapter_config.json
    673 Bytes
    Update adapter_config.json over 2 years ago
  • adapter_model.safetensors
    619 MB
    xet
    Upload StableLMEpochForCausalLM over 2 years ago
  • configuration_stablelm_epoch.py
    5.27 kB
    Upload StableLMEpochForCausalLM over 2 years ago
  • generation_config.json
    116 Bytes
    Upload StableLMEpochForCausalLM over 2 years ago
  • modeling_stablelm_epoch.py
    27.8 kB
    Upload StableLMEpochForCausalLM over 2 years ago