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

farpluto
/
SmolLM-135M-Instruct-Finetune-LoRA

PEFT
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use farpluto/SmolLM-135M-Instruct-Finetune-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use farpluto/SmolLM-135M-Instruct-Finetune-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM-135M")
    model = PeftModel.from_pretrained(base_model, "farpluto/SmolLM-135M-Instruct-Finetune-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
SmolLM-135M-Instruct-Finetune-LoRA
23 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
farpluto's picture
farpluto
End of training
009da04 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.89 kB
    End of training about 2 years ago
  • adapter_config.json
    728 Bytes
    End of training about 2 years ago
  • adapter_model.safetensors
    19.6 MB
    xet
    End of training about 2 years ago
  • merges.txt
    466 kB
    End of training about 2 years ago
  • special_tokens_map.json
    863 Bytes
    End of training about 2 years ago
  • tokenizer.json
    2.1 MB
    End of training about 2 years ago
  • tokenizer_config.json
    3.72 kB
    End of training about 2 years ago
  • training_args.bin
    5.5 kB
    xet
    End of training about 2 years ago
  • vocab.json
    801 kB
    End of training about 2 years ago