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

  • Log In
  • Sign Up

glitchfilter
/
methanol-apc

Text Generation
PEFT
Safetensors
grpo
lora
trl
unsloth
reinforcement-learning
process-control
methanol
conversational
Model card Files Files and versions
xet
Community
1

Instructions to use glitchfilter/methanol-apc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use glitchfilter/methanol-apc with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B-Instruct-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "glitchfilter/methanol-apc")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use glitchfilter/methanol-apc with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for glitchfilter/methanol-apc to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for glitchfilter/methanol-apc to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for glitchfilter/methanol-apc to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="glitchfilter/methanol-apc",
        max_seq_length=2048,
    )
methanol-apc
131 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
glitchfilter's picture
glitchfilter
AnanyaGupta's picture
AnanyaGupta
Weights of Model Trained Via Unsloth (#1)
7a60548 19 days ago
  • plots
    Weights of Model Trained Via Unsloth (#1) 19 days ago
  • .gitattributes
    1.61 kB
    Weights of Model Trained Via Unsloth (#1) 19 days ago
  • README.md
    6.25 kB
    Weights of Model Trained Via Unsloth (#1) 19 days ago
  • adapter_config.json
    1.2 kB
    Weights of Model Trained Via Unsloth (#1) 19 days ago
  • adapter_model.safetensors
    120 MB
    xet
    Weights of Model Trained Via Unsloth (#1) 19 days ago
  • chat_template.jinja
    2.51 kB
    Weights of Model Trained Via Unsloth (#1) 19 days ago
  • tokenizer.json
    11.4 MB
    xet
    Weights of Model Trained Via Unsloth (#1) 19 days ago
  • tokenizer_config.json
    4.56 kB
    Weights of Model Trained Via Unsloth (#1) 19 days ago