Spaces:
Running
Running
Fix README: proper Zen branding
Browse files
README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
| 1 |
-
# Zen Coder Training
|
| 2 |
-
|
| 3 |
---
|
| 4 |
-
title:
|
| 5 |
-
emoji:
|
| 6 |
-
colorFrom:
|
| 7 |
-
colorTo:
|
| 8 |
sdk: docker
|
| 9 |
pinned: false
|
| 10 |
-
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_expiration_minutes: 36000
|
| 13 |
hf_oauth_scopes:
|
|
@@ -15,26 +13,17 @@ hf_oauth_scopes:
|
|
| 15 |
- write-repos
|
| 16 |
- manage-repos
|
| 17 |
- inference-api
|
| 18 |
-
- read-billing
|
| 19 |
tags:
|
| 20 |
-
-
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
-
#
|
| 24 |
-
|
| 25 |
-
https://huggingface.co/docs/autotrain
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
-
|
| 30 |
-
title={AutoTrain: No-code training for state-of-the-art models},
|
| 31 |
-
author={Abhishek Thakur},
|
| 32 |
-
year={2024},
|
| 33 |
-
eprint={2410.15735},
|
| 34 |
-
archivePrefix={arXiv},
|
| 35 |
-
primaryClass={cs.AI},
|
| 36 |
-
url={https://arxiv.org/abs/2410.15735},
|
| 37 |
-
}
|
| 38 |
|
|
|
|
| 39 |
|
| 40 |
**Developed by**: Zen LM Authors
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Zen Coder Training
|
| 3 |
+
emoji: 🔧
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
license: apache-2.0
|
| 9 |
hf_oauth: true
|
| 10 |
hf_oauth_expiration_minutes: 36000
|
| 11 |
hf_oauth_scopes:
|
|
|
|
| 13 |
- write-repos
|
| 14 |
- manage-repos
|
| 15 |
- inference-api
|
|
|
|
| 16 |
tags:
|
| 17 |
+
- zen
|
| 18 |
+
- training
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# Zen Coder Training
|
|
|
|
|
|
|
| 22 |
|
| 23 |
+
Training and fine-tuning infrastructure for Zen Coder models.
|
| 24 |
|
| 25 |
+
## About
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
+
Automated training environment for Zen code-specialized language models, supporting SFT, RLHF, and DPO training pipelines.
|
| 28 |
|
| 29 |
**Developed by**: Zen LM Authors
|