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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

UoS-HGIG
/
MIMIC

Text Generation
PEFT
Safetensors
lora
text-generation-inference
biology
medical
ontogpt
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use UoS-HGIG/MIMIC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use UoS-HGIG/MIMIC with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-70B-Instruct")
    model = PeftModel.from_pretrained(base_model, "UoS-HGIG/MIMIC")
  • Notebooks
  • Google Colab
  • Kaggle
MIMIC
504 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
akadhim's picture
akadhim
Upload hpo.png
768045c verified over 1 year ago
  • images
    Upload hpo.png over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • README.md
    1.61 kB
    Update README.md over 1 year ago
  • adapter_config.json
    120 Bytes
    Create adapter_config.json over 1 year ago
  • adapter_model.safetensors
    168 MB
    xet
    Add 42 files over 1 year ago
  • optimizer.pt
    336 MB
    xet
    Add 42 files over 1 year ago
  • scheduler.pt
    1.06 kB
    xet
    Add 42 files over 1 year ago
  • training_args.bin
    5.69 kB
    xet
    Add 42 files over 1 year ago