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

AIRRC
/
ELN-AOC-CAIN

PEFT
Safetensors
code
llm
Evolution_Learning_Network
qlora
llama
Model card Files Files and versions
xet
Community

Instructions to use AIRRC/ELN-AOC-CAIN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AIRRC/ELN-AOC-CAIN with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-1B")
    model = PeftModel.from_pretrained(base_model, "AIRRC/ELN-AOC-CAIN")
  • Notebooks
  • Google Colab
  • Kaggle
ELN-AOC-CAIN
13 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
diabolic6045's picture
diabolic6045
Update README.md
e5b6916 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.33 kB
    Update README.md over 1 year ago
  • adapter_config.json
    750 Bytes
    Upload 7 files over 1 year ago
  • adapter_model.safetensors
    3.42 MB
    xet
    Upload 7 files over 1 year ago
  • evolution_report.json
    3.75 kB
    Upload 7 files over 1 year ago
  • special_tokens_map.json
    352 Bytes
    Upload 7 files over 1 year ago
  • tokenizer.json
    9.5 MB
    Upload 7 files over 1 year ago
  • tokenizer_config.json
    52.6 kB
    Upload 7 files over 1 year ago