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

  • Log In
  • Sign Up

vininhosts
/
gemma3-12b-engineering

Text Generation
MLX
Safetensors
English
gemma3
aerospace
engineering
thermodynamics
mathematics
finance
coding
signals
statics
dynamics
mechanics-of-materials
controls
manufacturing
lora
fine-tuned
chain-of-thought
conversational
4-bit precision
Model card Files Files and versions
xet
Community

Instructions to use vininhosts/gemma3-12b-engineering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use vininhosts/gemma3-12b-engineering with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("vininhosts/gemma3-12b-engineering")
    
    prompt = "Write a story about Einstein"
    messages = [{"role": "user", "content": prompt}]
    prompt = tokenizer.apply_chat_template(
        messages, add_generation_prompt=True
    )
    
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
  • MLX LM

    How to use vininhosts/gemma3-12b-engineering with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Interactive chat REPL
    mlx_lm.chat --model "vininhosts/gemma3-12b-engineering"
    Run an OpenAI-compatible server
    # Install MLX LM
    uv tool install mlx-lm
    # Start the server
    mlx_lm.server --model "vininhosts/gemma3-12b-engineering"
    # Calling the OpenAI-compatible server with curl
    curl -X POST "http://localhost:8000/v1/chat/completions" \
       -H "Content-Type: application/json" \
       --data '{
         "model": "vininhosts/gemma3-12b-engineering",
         "messages": [
           {"role": "user", "content": "Hello"}
         ]
       }'
gemma3-12b-engineering
7.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
vininhosts's picture
vininhosts
Update model card: v3 training — 4 passes, 6 new engineering domains, 23,850 examples
435fae6 verified about 2 months ago
  • .gitattributes
    1.57 kB
    Add gemma3-12b-engineering MLX 4-bit fine-tuned model about 2 months ago
  • README.md
    4.07 kB
    Update model card: v3 training — 4 passes, 6 new engineering domains, 23,850 examples about 2 months ago
  • chat_template.jinja
    1.53 kB
    Add gemma3-12b-engineering MLX 4-bit fine-tuned model about 2 months ago
  • config.json
    929 Bytes
    Add gemma3-12b-engineering MLX 4-bit fine-tuned model about 2 months ago
  • generation_config.json
    192 Bytes
    Add gemma3-12b-engineering MLX 4-bit fine-tuned model about 2 months ago
  • model-00001-of-00002.safetensors
    5.37 GB
    xet
    Upload v3 model: model-00001-of-00002.safetensors about 2 months ago
  • model-00002-of-00002.safetensors
    1.82 GB
    xet
    Upload v3 model: model-00002-of-00002.safetensors about 2 months ago
  • model.safetensors.index.json
    132 kB
    Add gemma3-12b-engineering MLX 4-bit fine-tuned model about 2 months ago
  • tokenizer.json
    33.4 MB
    xet
    Add gemma3-12b-engineering MLX 4-bit fine-tuned model about 2 months ago
  • tokenizer_config.json
    723 Bytes
    Add gemma3-12b-engineering MLX 4-bit fine-tuned model about 2 months ago