Update README.md
Browse files
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.
|
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
|
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)
|