nielsr HF Staff commited on
Commit
95edc84
·
verified ·
1 Parent(s): d115961

Add pipeline tag and library name

Browse files

This 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.

Files changed (1) hide show
  1. README.md +7 -2
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
- https://huggingface.co/spaces/nuojohnchen/JudgeLRMDemo
7
- https://github.com/NuoJohnChen/JudgeLRM
 
 
 
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,