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

aryansiddiqui
/
llama3v1

Text Generation
PEFT
Safetensors
English
code-generation
text-to-text-generation
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use aryansiddiqui/llama3v1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-70B-Instruct")
    model = PeftModel.from_pretrained(base_model, "aryansiddiqui/llama3v1")
  • Notebooks
  • Google Colab
  • Kaggle
llama3v1
140 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
aryansiddiqui's picture
aryansiddiqui
Update README.md
1b64968 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.19 kB
    Update README.md over 2 years ago
  • adapter_config.json
    688 Bytes
    Upload 6 files over 2 years ago
  • adapter_model.safetensors
    131 MB
    xet
    Upload 6 files over 2 years ago
  • special_tokens_map.json
    335 Bytes
    Upload 6 files over 2 years ago
  • tokenizer.json
    9.09 MB
    Upload 6 files over 2 years ago
  • tokenizer_config.json
    51 kB
    Upload 6 files over 2 years ago