Instructions to use yassinsiouda/minimind-fr-electronics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use yassinsiouda/minimind-fr-electronics with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf yassinsiouda/minimind-fr-electronics:F16 # Run inference directly in the terminal: llama cli -hf yassinsiouda/minimind-fr-electronics:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf yassinsiouda/minimind-fr-electronics:F16 # Run inference directly in the terminal: llama cli -hf yassinsiouda/minimind-fr-electronics:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf yassinsiouda/minimind-fr-electronics:F16 # Run inference directly in the terminal: ./llama-cli -hf yassinsiouda/minimind-fr-electronics:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf yassinsiouda/minimind-fr-electronics:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf yassinsiouda/minimind-fr-electronics:F16
Use Docker
docker model run hf.co/yassinsiouda/minimind-fr-electronics:F16
- LM Studio
- Jan
- Ollama
How to use yassinsiouda/minimind-fr-electronics with Ollama:
ollama run hf.co/yassinsiouda/minimind-fr-electronics:F16
- Unsloth Desktop
- Pi
How to use yassinsiouda/minimind-fr-electronics with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf yassinsiouda/minimind-fr-electronics:F16
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "yassinsiouda/minimind-fr-electronics:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use yassinsiouda/minimind-fr-electronics with Docker Model Runner:
docker model run hf.co/yassinsiouda/minimind-fr-electronics:F16
- Lemonade
How to use yassinsiouda/minimind-fr-electronics with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull yassinsiouda/minimind-fr-electronics:F16
Run and chat with the model
lemonade run user.minimind-fr-electronics-F16
List all available models
lemonade list
- Hermes Agent
How to use yassinsiouda/minimind-fr-electronics with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf yassinsiouda/minimind-fr-electronics:F16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default yassinsiouda/minimind-fr-electronics:F16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use yassinsiouda/minimind-fr-electronics with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf yassinsiouda/minimind-fr-electronics:F16
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "yassinsiouda/minimind-fr-electronics:F16" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
minimind-fr-electronics
Electronics-repair q&a specialist. ~64 M params (hidden_size=768, num_hidden_layers=8, dense),
MiniMind architecture. SFT from minimind-fr-electronics's base (pretrain-enfr -> base SFT -> agentic SFT).
Round-1 prototype — fluent but small; treat outputs accordingly. Training framework: https://github.com/jingyaogong/minimind.
Files
| file | format |
|---|---|
spec-electronics_768.pth |
raw PyTorch state_dict (fp16) — load with MiniMindForCausalLM(strict=False) |
spec-electronics-f16.gguf |
GGUF F16 — exported via Qwen3ForCausalLM, runs in llama.cpp / Ollama / LM Studio |
tokenizer.json, tokenizer_config.json |
byte-level BPE, vocab_size=6400, EN/FR |
Config: num_attention_heads 8, num_key_value_heads 4, vocab_size 6400,
max_position_embeddings 32768, rope_theta 1e6, tied embeddings, no MoE.
Training data
| dataset | contribution |
|---|---|
yassinsiouda/minimind-fr-electronics-data |
packaged training file for this model |
theprint/Electronics-QA |
electronics Q&A (2,516) |
bshada/electronics.stackexchange.com |
accepted answers, HTML stripped (30,000) |
allenai/tulu-3-sft-mixture |
base-SFT replay (anti-forgetting) |
jpacifico/French-Alpaca-dataset-Instruct-110K |
base-SFT replay |
angeluriot/french_instruct |
base-SFT replay |
NousResearch/hermes-function-calling-v1 |
agentic replay |
nvidia/Nemotron-SFT-SWE-v3.5 |
terminal-loop replay |
42,537 rows. English domain data, French carried by the bilingual base. ~25% replay of the base SFT mix; ~30% of rows carry a diagnostic <think> (symptom -> cause -> check). Recipe: convert_spec_electronics.py.
Run (GGUF)
llama-cli -m spec-electronics-f16.gguf -p "..." -ngl 99
Limitations
64 M parameters; English domain data for the specialists (French comes from the
bilingual base, so domain idiom is anglicised); agentic capability is SFT-only
(short 2-4 step tool loops); safety limited to the router's thin unsafe bucket.
License
Apache-2.0 (weights). Upstream dataset licenses govern downstream use — see the dataset repo.
- Downloads last month
- 13
16-bit
Model tree for yassinsiouda/minimind-fr-electronics
Base model
yassinsiouda/minimind-fr-pretrain-enfr