Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ArpitSinghGautam
/
MonsterAPI-LLaMA3-Hackathon-Model-3

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use ArpitSinghGautam/MonsterAPI-LLaMA3-Hackathon-Model-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ArpitSinghGautam/MonsterAPI-LLaMA3-Hackathon-Model-3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "ArpitSinghGautam/MonsterAPI-LLaMA3-Hackathon-Model-3")
  • Notebooks
  • Google Colab
  • Kaggle
MonsterAPI-LLaMA3-Hackathon-Model-3
29.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ArpitSinghGautam's picture
ArpitSinghGautam
Update README.md
1925757 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    231 Bytes
    Update README.md about 2 years ago
  • adapter_config.json
    690 Bytes
    Upload 6 files about 2 years ago
  • adapter_model.safetensors
    20.5 MB
    xet
    Upload 6 files about 2 years ago
  • special_tokens_map.json
    335 Bytes
    Upload 6 files about 2 years ago
  • tokenizer.json
    9.09 MB
    Upload 6 files about 2 years ago
  • tokenizer_config.json
    51 kB
    Upload 6 files about 2 years ago