drzeeIslam commited on
Commit
18e434d
·
verified ·
1 Parent(s): 4371568

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -1,12 +1,10 @@
1
- ---
2
- title: Training Nelson
3
- emoji: 🦀
4
- colorFrom: purple
5
- colorTo: yellow
6
- sdk: docker
7
- pinned: false
8
- license: apache-2.0
9
- short_description: Nelson book of pediatrics
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # Nelson-GPT Training Space
2
+
3
+ This Space trains a DistilBERT model on pediatric chunks using Masked Language Modeling (MLM).
4
+
5
+ - Dataset: `your-username/nelson-gpt-chunks`
6
+ - Model: `distilbert-base-uncased`
7
+
8
+ ## Run
9
+
10
+ This Space will automatically start training when deployed.