Add Hugging Face paper link for improved discoverability
Browse filesThis pull request improves the model card for Gazal-R1-32B-GRPO-preview by adding a direct link to its corresponding paper on the Hugging Face Papers page (`https://huggingface.co/papers/2506.21594`). This enhances discoverability and provides immediate access to the paper details directly from the model page. The existing arXiv link for the technical report remains unchanged, as per instructions.
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
datasets:
|
5 |
- TachyHealth/medical_grpo
|
6 |
- TachyHealth/structured_medical
|
7 |
-
base_model:
|
8 |
-
- TachyHealth/Gazal-R1-32B-sft-merged-preview
|
9 |
-
pipeline_tag: text-generation
|
10 |
library_name: transformers
|
|
|
|
|
|
|
11 |
tags:
|
12 |
- gazal-r1
|
13 |
- grpo
|
@@ -21,6 +21,8 @@ tags:
|
|
21 |
|
22 |
# Gazal-R1-32B: Medical Reasoning Language Model
|
23 |
|
|
|
|
|
24 |
<a href="https://gazal.ai/" target="_blank" style="margin: 0px;">
|
25 |
<img alt="Gazal AI" src="./logo.png" style=" width: 70%;" />
|
26 |
</a>
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- TachyHealth/Gazal-R1-32B-sft-merged-preview
|
4 |
datasets:
|
5 |
- TachyHealth/medical_grpo
|
6 |
- TachyHealth/structured_medical
|
|
|
|
|
|
|
7 |
library_name: transformers
|
8 |
+
license: apache-2.0
|
9 |
+
license_link: https://huggingface.co/TachyHealth/Gazal-R1-32B-GRPO-preview/blob/main/LICENSE
|
10 |
+
pipeline_tag: text-generation
|
11 |
tags:
|
12 |
- gazal-r1
|
13 |
- grpo
|
|
|
21 |
|
22 |
# Gazal-R1-32B: Medical Reasoning Language Model
|
23 |
|
24 |
+
The model was presented in the paper [Gazal-R1: Achieving State-of-the-Art Medical Reasoning with Parameter-Efficient Two-Stage Training](https://huggingface.co/papers/2506.21594).
|
25 |
+
|
26 |
<a href="https://gazal.ai/" target="_blank" style="margin: 0px;">
|
27 |
<img alt="Gazal AI" src="./logo.png" style=" width: 70%;" />
|
28 |
</a>
|