Instructions to use Subject-Emu-5259/NeuralAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Subject-Emu-5259/NeuralAI with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Add YAML metadata to model card (fixes HF warning)
Browse files
README.md
CHANGED
|
@@ -13,6 +13,21 @@ base_model: HuggingFaceTB/SmolLM2-360M-Instruct
|
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
---
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
# 🧠 NeuralAI: The Generative AI Engine
|
| 17 |
|
| 18 |
<img src="neuralai_banner.svg" alt="NeuralAI - Your AI. On your hardware. In your browser." />
|
|
|
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
---
|
| 15 |
|
| 16 |
+
---
|
| 17 |
+
license: apache-2.0
|
| 18 |
+
tags:
|
| 19 |
+
- smolllm
|
| 20 |
+
- lora
|
| 21 |
+
- dpo
|
| 22 |
+
- neuralai
|
| 23 |
+
- peft
|
| 24 |
+
- alignment
|
| 25 |
+
- 360m
|
| 26 |
+
library_name: peft
|
| 27 |
+
base_model: HuggingFaceTB/SmolLM2-360M-Instruct
|
| 28 |
+
pipeline_tag: text-generation
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
# 🧠 NeuralAI: The Generative AI Engine
|
| 32 |
|
| 33 |
<img src="neuralai_banner.svg" alt="NeuralAI - Your AI. On your hardware. In your browser." />
|