Text Generation
PEFT
Safetensors
English
French
electronics
embedded-systems
embedded
lora
sft
ailiance-tuning
conversational
Instructions to use clemsail/ailiance-embedded-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use clemsail/ailiance-embedded-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-8B") model = PeftModel.from_pretrained(base_model, "clemsail/ailiance-embedded-sft") - Notebooks
- Google Colab
- Kaggle
File size: 2,444 Bytes
9b508c6 b5cd69e 9b508c6 b5cd69e 9b508c6 b5cd69e 9b508c6 b5cd69e 9b508c6 7459277 b5cd69e 7459277 b5cd69e 7459277 b5cd69e 7459277 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | ---
library_name: peft
base_model: Qwen/Qwen3-8B
license: apache-2.0
tags:
- electronics
- embedded-systems
- embedded
- lora
- sft
- ailiance-tuning
language:
- en
- fr
datasets:
- custom
pipeline_tag: text-generation
---
# Ailiance EMBEDDED SFT — LoRA Adapter
Fine-tuned LoRA adapter for **embedded** domain expertise, based on `Qwen/Qwen3-8B`.
Part of the [Ailiance Models Tuning](https://github.com/ailiance/ailiance-models-tuning) pipeline
for the [Ailiance](https://github.com/ailiance) platform.
## Training Details
| Parameter | Value |
|-----------|-------|
| Base Model | `Qwen/Qwen3-8B` |
| Method | QLoRA (4-bit NF4) |
| LoRA Rank | 16 |
| Epochs | 3 |
| Dataset | 8344 examples |
| Domain | embedded |
## 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-embedded-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:
| Field | Value |
|---|---|
| Provider | Ailiance (clemsail / electron-rare) |
| Role under AI Act | GPAI provider for this adapter |
| Base model | `Qwen/Qwen3-8B` — see upstream provenance |
| Adapter type | LoRA / PEFT — adapter weights only; base unchanged |
| Training data origin | Ailiance proprietary technical corpus + curated public docs |
| License | Apache-2.0 (adapter). Upstream base licence applies separately. |
| Intended use | Embedded systems programming |
| Out of scope | Healthcare diagnosis, legal advice, autonomous safety-critical decisions, generation of malicious code |
| Risk classification | Limited risk — Article 50 transparency obligations apply |
| Copyright respect | Training data does not include scraped copyrighted material. Opt-out signals (robots.txt, ai.txt) are honoured for web-sourced data. |
| Full provenance | https://github.com/ailiance/ailiance/tree/main/docs/provenance |
| Contact | postmaster@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.
|