Sharjeelbaig commited on
Commit
207ac77
·
verified ·
1 Parent(s): 2944735

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,5 +1,15 @@
1
- # TinyMoE Coder
2
 
3
- From-scratch narrow-domain coding SLM for React+Tailwind generation and unified-diff edits.
 
 
4
 
5
- This package may contain placeholder weights in early development stages.
 
 
 
 
 
 
 
 
 
1
+ # NeuroCoder
2
 
3
+ From-scratch narrow-domain coding SLM for:
4
+ - React + Tailwind landing page generation
5
+ - Unified-diff patch edits for UI/code changes
6
 
7
+ ## Current Status
8
+ - Early-stage trained checkpoint.
9
+ - Not general-purpose chat.
10
+ - Not yet at Qwen-level coding quality.
11
+
12
+ ## Responsible Use
13
+ - Use this model for constrained coding/edit tasks with validation loops.
14
+ - Do not claim broad coding parity until benchmark gates are passed.
15
+ - Validate all generated patches with apply/lint/build checks.