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

marcodsn
/
catmind-1.2b-adapter

Text Generation
PEFT
Safetensors
English
lora
liquid
lfm2.5
reasoning
research
cats
conversational
Model card Files Files and versions
xet
Community

Instructions to use marcodsn/catmind-1.2b-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use marcodsn/catmind-1.2b-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("LiquidAI/LFM2.5-1.2B-Thinking")
    model = PeftModel.from_pretrained(base_model, "marcodsn/catmind-1.2b-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
catmind-1.2b-adapter
78 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
marcodsn's picture
marcodsn
Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license
d728149 verified 11 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 days ago
  • LICENSE
    10.5 kB
    Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license 11 days ago
  • README.md
    4.08 kB
    Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license 11 days ago
  • adapter_config.json
    1.44 kB
    Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license 11 days ago
  • adapter_model.safetensors
    73.2 MB
    xet
    Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license 11 days ago
  • chat_template.jinja
    1.78 kB
    Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license 11 days ago
  • tokenizer.json
    4.73 MB
    Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license 11 days ago
  • tokenizer_config.json
    92.2 kB
    Add catmind-1.2b LoRA adapter (r=32) + model card + LFM1.0 license 11 days ago