fabxx48's picture
Update README.md
1c83865 verified
|
Raw
History Blame Contribute Delete
3.45 kB
---
base_model: openai/gpt-oss-20b
tags:
- text-generation-inference
- transformers
- unsloth
- arduino
- electronics
- embedded-systems
- cpp
- gguf
license: apache-2.0
language:
- en
- it
- fr
- es
- de
---
# ๐Ÿค– GPT_OSS_20B_ArduinoExpert_v0.2 - GGUF
![Unsloth](https://img.shields.io/badge/made%20with-unsloth-yellow?style=flat&logo=unsloth)
![Arduino](https://img.shields.io/badge/domain-Arduino%20%26%20Embedded-00979D?style=flat&logo=arduino)
![GGUF](https://img.shields.io/badge/format-GGUF-blue?style=flat)
> **Languages:** ๐Ÿ‡บ๐Ÿ‡ธ English | ๐Ÿ‡ฎ๐Ÿ‡น Italiano | ๐Ÿ‡ซ๐Ÿ‡ท Franรงais | ๐Ÿ‡ช๐Ÿ‡ธ Espaรฑol | ๐Ÿ‡ฉ๐Ÿ‡ช Deutsch
>
> This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
---
<a name="english-description"></a>
## ๐Ÿ‡ฌ๐Ÿ‡ง English Description
**GPT_OSS_20B_ArduinoExpert_v0.2** is a specialized fine-tune designed to assist makers, students, and engineers with **Arduino prototyping, embedded C++ programming, and circuit design**.
### ๐ŸŒ Multilingual Capabilities
While fine-tuned primarily on English and Italian technical data, this model inherits the strong multilingual capabilities of the base `gpt-oss-20b`. It can understand and generate technical explanations in **French, Spanish, and German**, effectively bridging the gap between technical English documentation and your native language.
### ๐Ÿš€ Capabilities
* **Arduino/C++ Syntax:** Modern libraries, proper memory management, and ISRs.
* **Hardware Wiring:** Pinouts for Arduino Uno, Nano, ESP32, and common sensor connections.
* **Debugging:** Identifying compilation errors and common hardware pitfalls.
### โš ๏ธ Limitations & Safety
* **Voltage Logic:** Always verify pin voltages (3.3V vs 5V) with a multimeter.
* **Safety:** Do **NOT** use for mains voltage (110V/220V).
* **Hallucinations:** Always check official datasheets.
---
<a name="descrizione-italiana"></a>
## ๐Ÿ‡ฎ๐Ÿ‡น Descrizione Italiana
**GPT_OSS_20B_ArduinoExpert_v0.2** รจ un modello specializzato per **Arduino, C++ embedded e progettazione circuitale**.
### ๐ŸŒ Supporto Multilingue
Oltre all'Italiano e all'Inglese, il modello mantiene le capacitร  multilingue native di `gpt-oss-20b`. Puoi fargli domande in **Francese, Spagnolo o Tedesco** e ricevere risposte tecniche coerenti e codice commentato correttamente.
### ๐Ÿš€ Cosa sa fare
* **Codice C++:** Scrive sketch ottimizzati per Arduino e ESP32.
* **Hardware:** Spiega come collegare sensori (I2C, SPI) e gestisce i pinout.
* **Debug:** Analizza errori di compilazione e suggerisce fix hardware.
### โš ๏ธ Avvertenze
1. **Voltaggi:** Controlla sempre i voltaggi col multimetro prima di collegare.
2. **Sicurezza:** Non usare per progetti ad alta tensione (220V).
---
## ๐Ÿ“‚ Available Model Files / File Disponibili
| Filename | Quantization | Description |
| :--- | :--- | :--- |
| `gpt-oss-20b.MXFP4.gguf` | MXFP4 | Balanced performance/size (Recommended) |
## ๐Ÿ”ง Training Details
* **Finetuned with:** [Unsloth](https://github.com/unslothai/unsloth)
* **Base Model:** openai/gpt-oss-20b
* **Format:** GGUF
<br>
<details>
<summary><strong>๐Ÿ“š Citation / Citazione (Click to expand)</strong></summary>
```bibtex
@misc{unsloth2023,
title={Unsloth: Faster and Memory Efficient LLM Fine-tuning},
author={Daniel Han and Unsloth Team},
year={2023},
url={[https://github.com/unslothai/unsloth](https://github.com/unslothai/unsloth)}
}