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

CanisAI
/
teach-multilingual-gemma-4-e2b-r3

Text Generation
PEFT
Safetensors
GGUF
unsloth
gemma4
gemma-4-good
trl
lora
qlora
education
tutoring
socratic
small-language-model
canis
canis-teach
conversational
Model card Files Files and versions
xet
Community

Instructions to use CanisAI/teach-multilingual-gemma-4-e2b-r3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use CanisAI/teach-multilingual-gemma-4-e2b-r3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-4-e2b-it-unsloth-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "CanisAI/teach-multilingual-gemma-4-e2b-r3")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use CanisAI/teach-multilingual-gemma-4-e2b-r3 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 CanisAI/teach-multilingual-gemma-4-e2b-r3 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 CanisAI/teach-multilingual-gemma-4-e2b-r3 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for CanisAI/teach-multilingual-gemma-4-e2b-r3 to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="CanisAI/teach-multilingual-gemma-4-e2b-r3",
        max_seq_length=2048,
    )
teach-multilingual-gemma-4-e2b-r3
207 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Nedimark's picture
Nedimark
Upload teach-multilingual-gemma-4-e2b-r3-Q4_K_M.gguf
f34fccb verified 6 days ago
  • .gitattributes
    1.65 kB
    Upload teach-multilingual-gemma-4-e2b-r3-Q4_K_M.gguf 6 days ago
  • README.md
    6.57 kB
    Update README.md 6 days ago
  • adapter_config.json
    1.22 kB
    Upload model trained with Unsloth 10 days ago
  • adapter_model.safetensors
    124 MB
    xet
    Upload model trained with Unsloth 10 days ago
  • chat_template.jinja
    16.8 kB
    Upload model trained with Unsloth 10 days ago
  • processor_config.json
    1.69 kB
    Upload model trained with Unsloth 10 days ago
  • teach-multilingual-gemma-4-e2b-r3-Q4_K_M.gguf
    50.7 MB
    xet
    Upload teach-multilingual-gemma-4-e2b-r3-Q4_K_M.gguf 6 days ago
  • tokenizer.json
    32.2 MB
    xet
    Upload model trained with Unsloth 10 days ago
  • tokenizer_config.json
    6.86 kB
    Upload model trained with Unsloth 10 days ago