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
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 NeuralAI: The Generative AI Engine
|
| 2 |
|
| 3 |
<img src="neuralai_banner.svg" alt="NeuralAI - Your AI. On your hardware. In your browser." />
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- smolllm
|
| 5 |
+
- lora
|
| 6 |
+
- dpo
|
| 7 |
+
- neuralai
|
| 8 |
+
- peft
|
| 9 |
+
- alignment
|
| 10 |
+
- 360m
|
| 11 |
+
library_name: peft
|
| 12 |
+
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." />
|