yizheapple commited on
Commit
bf2df4d
·
verified ·
1 Parent(s): ec8ca1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -15,6 +15,10 @@ This model is an example of the **Simple Self-Distillation (SimpleSD)** method t
15
  - **Self-distillation sampling:** temperature=1.6, top_p=0.8, top_k=20
16
  - **Evaluation sampling:** temperature=1.1, top_p=0.8, top_k=20
17
 
 
 
 
 
18
  ## Notes
19
  - These are research checkpoints for reproducibility.
20
  - They are not optimized Qwen releases.
 
15
  - **Self-distillation sampling:** temperature=1.6, top_p=0.8, top_k=20
16
  - **Evaluation sampling:** temperature=1.1, top_p=0.8, top_k=20
17
 
18
+ paper: https://arxiv.org/abs/2604.01193
19
+
20
+ code: https://github.com/apple/ml-ssd
21
+
22
  ## Notes
23
  - These are research checkpoints for reproducibility.
24
  - They are not optimized Qwen releases.