CoolFace
Modelpublic

clemsail/ailiance-kicad-sft

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
2likes12downloads
Model Card

Ailiance KICAD SFT โ€” LoRA Adapter

Fine-tuned LoRA adapter for kicad domain expertise, based on Qwen/Qwen3-8B.

Part of the Ailiance Models Tuning pipeline for the Ailiance platform.

Training Details

ParameterValue
Base ModelQwen/Qwen3-8B
MethodQLoRA (4-bit NF4)
LoRA Rank16
Epochs3
Dataset2647 examples
Domainkicad

Usage

python
from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-8B", device_map="auto")
model = PeftModel.from_pretrained(model, "clemsail/ailiance-kicad-sft")
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-8B")

License

Apache 2.0

๐Ÿ‡ช๐Ÿ‡บ EU AI Act transparency

This adapter is provided as a fine-tuned LoRA under the AI Act framework (Regulation EU 2024/1689). Compliance metadata:

FieldValue
ProviderAiliance (clemsail / electron-rare)
Role under AI ActGPAI provider for this adapter
Base modelQwen/Qwen3-8B โ€” see upstream provenance
Adapter typeLoRA / PEFT โ€” adapter weights only; base unchanged
Training data originAiliance proprietary technical corpus + curated public docs
LicenseApache-2.0 (adapter). Upstream base licence applies separately.
Intended useKiCad PCB design assistance
Out of scopeHealthcare diagnosis, legal advice, autonomous safety-critical decisions, generation of malicious code
Risk classificationLimited risk โ€” Article 50 transparency obligations apply
Copyright respectTraining data does not include scraped copyrighted material. Opt-out signals (robots.txt, ai.txt) are honoured for web-sourced data.
Full provenancehttps://github.com/ailiance/ailiance/tree/main/docs/provenance
Contactpostmaster@saillant.cc โ€” biased output reports, copyright concerns, etc.

โš ๏ธ You are using an AI model. Outputs may be inaccurate, biased or fabricated. Do not act on them without independent verification, especially in regulated domains.