Subject-Emu-5259 commited on
Commit
c917e85
·
verified ·
1 Parent(s): 3c386d9

Add YAML metadata to model card (fixes HF warning)

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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." />