LiangJiang commited on
Commit
3ba64be
·
verified ·
1 Parent(s): 428a664

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,7 +41,7 @@ For a comprehensive evaluation of the quality of our reasoning models, we implem
41
 
42
 
43
 
44
- More details will be reported in our technical report. [TBD]
45
 
46
  ## Quickstart
47
 
@@ -84,7 +84,7 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
84
  ```
85
 
86
  ## Dataset
87
- The training data of Ring-lite-distill-preview will be released soon.
88
 
89
  ## Deployment
90
  Please refer to [GitHub](https://github.com/inclusionAI/Ring/blob/main/README.md)
 
41
 
42
 
43
 
44
+ More details will be reported in our [technical report](https://arxiv.org/abs/2506.14731).
45
 
46
  ## Quickstart
47
 
 
84
  ```
85
 
86
  ## Dataset
87
+ The training data of Ring-lite is release at [Ring-lite-sft-data](https://huggingface.co/datasets/inclusionAI/Ring-lite-sft-data).
88
 
89
  ## Deployment
90
  Please refer to [GitHub](https://github.com/inclusionAI/Ring/blob/main/README.md)