zeekay commited on
Commit
74734e1
·
verified ·
1 Parent(s): 817b028

Fix README: proper Zen branding

Browse files
Files changed (1) hide show
  1. README.md +11 -22
README.md CHANGED
@@ -1,13 +1,11 @@
1
- # Zen Coder Training
2
-
3
  ---
4
- title: AutoTrain Advanced
5
- emoji: 🚀
6
- colorFrom: blue
7
- colorTo: green
8
  sdk: docker
9
  pinned: false
10
- short_description: Create powerful AI models without code
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
- - autotrain
 
21
  ---
22
 
23
- # Docs
24
-
25
- https://huggingface.co/docs/autotrain
26
 
27
- # Citation
28
 
29
- @misc{thakur2024autotrainnocodetrainingstateoftheart,
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