Update README.md
Browse files
README.md
CHANGED
@@ -86,6 +86,9 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
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) and [Ring-lite-rl-data](https://huggingface.co/datasets/inclusionAI/Ring-lite-rl-data).
|
88 |
|
|
|
|
|
|
|
89 |
## Deployment
|
90 |
Please refer to [GitHub](https://github.com/inclusionAI/Ring/blob/main/README.md)
|
91 |
|
|
|
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) and [Ring-lite-rl-data](https://huggingface.co/datasets/inclusionAI/Ring-lite-rl-data).
|
88 |
|
89 |
+
## Code
|
90 |
+
The code will be released soon.
|
91 |
+
|
92 |
## Deployment
|
93 |
Please refer to [GitHub](https://github.com/inclusionAI/Ring/blob/main/README.md)
|
94 |
|