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

ILoveBuns
/
llama-3.3-70b-python-mental-execution-lora

PEFT
Safetensors
English
llama
lora
python
code-reasoning
mental-execution
Model card Files Files and versions
xet
Community

Instructions to use ILoveBuns/llama-3.3-70b-python-mental-execution-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ILoveBuns/llama-3.3-70b-python-mental-execution-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Meta-Llama-3.3-70B-Instruct-Reference")
    model = PeftModel.from_pretrained(base_model, "ILoveBuns/llama-3.3-70b-python-mental-execution-lora")
  • Notebooks
  • Google Colab
  • Kaggle
llama-3.3-70b-python-mental-execution-lora
82.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ILoveBuns's picture
ILoveBuns
Upload 9 files
9eae1e5 verified 4 days ago
  • .gitattributes
    1.57 kB
    Upload 9 files 4 days ago
  • README.md
    2.7 kB
    Upload 9 files 4 days ago
  • adapter_config.json
    805 Bytes
    Upload 9 files 4 days ago
  • adapter_model.safetensors
    65.6 MB
    xet
    Upload 9 files 4 days ago
  • chat_template.jinja
    4.61 kB
    Upload 9 files 4 days ago
  • config.json
    895 Bytes
    Upload 9 files 4 days ago
  • special_tokens_map.json
    96 Bytes
    Upload 9 files 4 days ago
  • tokenizer.json
    17.2 MB
    xet
    Upload 9 files 4 days ago
  • tokenizer_config.json
    380 Bytes
    Upload 9 files 4 days ago
  • trainer_state.json
    5.43 kB
    Upload 9 files 4 days ago