Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata for better discoverability and clarity. The `pipeline_tag` is set to `text-generation` as the model is a large language model capable of generating text. The `library_name` is set to `transformers` based on the file structure of the repository.
README.md
CHANGED
|
@@ -2,9 +2,14 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: mg0-2.0
|
| 4 |
license_link: https://github.com/Xtra-Computing/ModelGo/blob/main/MG_licenses/V2/MG0-2.0.txt
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
-
|
| 7 |
-
https://
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
```
|
| 10 |
@misc{nuo2025judgelrm,
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: mg0-2.0
|
| 4 |
license_link: https://github.com/Xtra-Computing/ModelGo/blob/main/MG_licenses/V2/MG0-2.0.txt
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: transformers
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
This repository contains the JudgeLRM model as presented in [JudgeLRM: Large Reasoning Models as a Judge](https://arxiv.org/abs/2504.00050).
|
| 10 |
+
|
| 11 |
+
Demo: https://huggingface.co/spaces/nuojohnchen/JudgeLRMDemo
|
| 12 |
+
Github: https://github.com/NuoJohnChen/JudgeLRM
|
| 13 |
|
| 14 |
```
|
| 15 |
@misc{nuo2025judgelrm,
|