Improve model card (#1)
Browse files- Improve model card (7248878fa9db0df1f3472586406db30249486b64)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -4,6 +4,18 @@ datasets:
|
|
4 |
- internlm/OREAL-RL-Prompts
|
5 |
base_model:
|
6 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# OREAL-DeepSeek-R1-Distill-Qwen-7B
|
@@ -62,11 +74,11 @@ We release not only the **RL** models, but also the **SFT** models for the **ORE
|
|
62 |
|
63 |
| Model | Link |
|
64 |
|-------|------|
|
65 |
-
|**RL Models
|
66 |
| OREAL-7B | [Hugging Face](https://huggingface.co/internlm/OREAL-7B) |
|
67 |
| OREAL-DSR1-Distill-Qwen-7B | [Hugging Face](https://huggingface.co/internlm/OREAL-DeepSeek-R1-Distill-Qwen-7B) |
|
68 |
| OREAL-32B | [Hugging Face](https://huggingface.co/internlm/OREAL-32B) |
|
69 |
-
| **SFT Models** |
|
70 |
| OREAL-7B-SFT | [Hugging Face](https://huggingface.co/internlm/OREAL-7B-SFT) |
|
71 |
| OREAL-32B-SFT | [Hugging Face](https://huggingface.co/internlm/OREAL-32B-SFT) |
|
72 |
|
|
|
4 |
- internlm/OREAL-RL-Prompts
|
5 |
base_model:
|
6 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
---
|
10 |
+
|
11 |
+
---
|
12 |
+
license: apache-2.0
|
13 |
+
datasets:
|
14 |
+
- internlm/OREAL-RL-Prompts
|
15 |
+
base_model:
|
16 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
17 |
+
library_name: transformers
|
18 |
+
pipeline_tag: text-generation
|
19 |
---
|
20 |
|
21 |
# OREAL-DeepSeek-R1-Distill-Qwen-7B
|
|
|
74 |
|
75 |
| Model | Link |
|
76 |
|-------|------|
|
77 |
+
|**RL Models**|
|
78 |
| OREAL-7B | [Hugging Face](https://huggingface.co/internlm/OREAL-7B) |
|
79 |
| OREAL-DSR1-Distill-Qwen-7B | [Hugging Face](https://huggingface.co/internlm/OREAL-DeepSeek-R1-Distill-Qwen-7B) |
|
80 |
| OREAL-32B | [Hugging Face](https://huggingface.co/internlm/OREAL-32B) |
|
81 |
+
| **SFT Models** |
|
82 |
| OREAL-7B-SFT | [Hugging Face](https://huggingface.co/internlm/OREAL-7B-SFT) |
|
83 |
| OREAL-32B-SFT | [Hugging Face](https://huggingface.co/internlm/OREAL-32B-SFT) |
|
84 |
|