Transformers
Safetensors
Italian
tiny-gpt
DAC
data-ai
DATA-AI
transformer
experimental
8-bit precision
Instructions to use Mattimax/PicoDAC-IT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mattimax/PicoDAC-IT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Mattimax/PicoDAC-IT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,7 @@ base_model:
|
|
| 23 |
|
| 24 |
- **Autore:** [Mattimax](https://huggingface.co/Mattimax)
|
| 25 |
- **Organizzazione:** [M.INC](https://huggingface.co/MINC01)
|
|
|
|
| 26 |
- **Licenza:** GPL-3.0
|
| 27 |
|
| 28 |
**Descrizione:**
|
|
|
|
| 23 |
|
| 24 |
- **Autore:** [Mattimax](https://huggingface.co/Mattimax)
|
| 25 |
- **Organizzazione:** [M.INC](https://huggingface.co/MINC01)
|
| 26 |
+
- **Pagina GitHub:** [PicoDAC](https://github.com/M-INC-01/PicoDAC/tree/main)
|
| 27 |
- **Licenza:** GPL-3.0
|
| 28 |
|
| 29 |
**Descrizione:**
|