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

dmariko
/
smolLM

PEFT
TensorBoard
Safetensors
English
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use dmariko/smolLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use dmariko/smolLM with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM-360M-Instruct")
    model = PeftModel.from_pretrained(base_model, "dmariko/smolLM")
  • Notebooks
  • Google Colab
  • Kaggle
smolLM / runs
152 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
dmariko's picture
dmariko
SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter
34ff0d7 verified over 1 year ago
  • Aug28_11-21-37_algo-1
    HuggingFaceTB/SmolLM-360M-Instruct over 1 year ago
  • Aug28_12-28-25_algo-2
    HuggingFaceTB/SmolLM-360M-Instruct over 1 year ago
  • Aug28_13-15-09_algo-1
    HuggingFaceTB/SmolLM-360M-Instruct over 1 year ago
  • Aug28_14-07-12_algo-1
    HuggingFaceTB/SmolLM-360M-Instruct over 1 year ago
  • Aug29_07-58-46_algo-2
    HuggingFaceTB/SmolLM-360M-Instruct over 1 year ago
  • Aug29_08-59-43_algo-1
    HuggingFaceTB/SmolLM-360M-Instruct over 1 year ago
  • Aug29_09-53-03_algo-2
    HuggingFaceTB/SmolLM-360M-Instruct over 1 year ago
  • Aug29_13-28-40_algo-1
    SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter over 1 year ago
  • Aug29_14-12-28_algo-2
    SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter over 1 year ago
  • Aug29_14-50-40_algo-2
    SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter over 1 year ago
  • Sep04_11-56-07_algo-1
    SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter over 1 year ago
  • Sep04_12-54-06_algo-2
    SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter over 1 year ago
  • Sep05_16-00-30_algo-2
    SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter over 1 year ago