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

askalgore
/
llama-3.2-3b-A1.5

Text Generation
PEFT
Safetensors
English
smart-contracts
solidity
decompilation
ethereum
evm
bytecode
three-address-code
lora
llama
code-generation
Model card Files Files and versions
xet
Community

Instructions to use askalgore/llama-3.2-3b-A1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use askalgore/llama-3.2-3b-A1.5 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B")
    model = PeftModel.from_pretrained(base_model, "askalgore/llama-3.2-3b-A1.5")
  • Notebooks
  • Google Colab
  • Kaggle
llama-3.2-3b-A1.5
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
askalgore's picture
askalgore
Update README.md
2ae9452 verified 7 months ago
  • .gitattributes
    1.57 kB
    Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation 7 months ago
  • README.md
    7.25 kB
    Update README.md 7 months ago
  • adapter_config.json
    1.1 kB
    Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation 7 months ago
  • adapter_model.safetensors
    97.3 MB
    xet
    Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation 7 months ago
  • model_config.json
    338 Bytes
    Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation 7 months ago
  • tokenizer.json
    17.2 MB
    xet
    Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation 7 months ago
  • tokenizer_config.json
    377 Bytes
    Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation 7 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "accelerate.utils.dataclasses.DistributedType",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments",
    • "torch.device",
    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    5.14 kB
    xet
    Upload LoRA fine-tuned Llama 3.2 3B for smart contract decompilation 7 months ago