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

  • Log In
  • Sign Up

ylfeng
/
ReF-Decompile-lora

Text Generation
PEFT
Safetensors
llama-factory
lora
Generated from Trainer
conversational
Model card Files Files and versions
xet
Community

Instructions to use ylfeng/ReF-Decompile-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ylfeng/ReF-Decompile-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("LLM4Binary/llm4decompile-6.7b-v1.5")
    model = PeftModel.from_pretrained(base_model, "ylfeng/ReF-Decompile-lora")
  • Notebooks
  • Google Colab
  • Kaggle
ReF-Decompile-lora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
ylfeng's picture
ylfeng
Update README.md
c984dac verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.63 kB
    Update README.md 12 months ago
  • adapter_config.json
    770 Bytes
    Update adapter_config.json over 1 year ago
  • adapter_model.safetensors
    688 MB
    xet
    upload model over 1 year ago
  • special_tokens_map.json
    1.55 kB
    upload model over 1 year ago
  • tokenizer.json
    2.29 MB
    upload model over 1 year ago
  • tokenizer_config.json
    8.73 kB
    update tokenizer_config.json over 1 year ago