Text Classification
Transformers
nielsr HF Staff commited on
Commit
e20fc89
·
verified ·
1 Parent(s): 4dbae63

Add pipeline_tag and library_name to model card

Browse files

Hi! I'm Niels from the Hugging Face community team.

This PR improves the model card by:
- Moving the metadata to the standard YAML frontmatter format at the top of the file.
- Adding `pipeline_tag: text-classification`, which is the standard tag for reward models.
- Adding `library_name: transformers` as the model utilizes the Transformers library for text encoding and base model loading.

These changes help users discover your model more easily and enable the "Use in Transformers" button on the Hub. The rest of your documentation remains unchanged as it is already very comprehensive!

Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,12 +1,23 @@
1
  ---
2
- license: mit
 
3
  datasets:
4
  - openai/summarize_from_feedback
 
 
 
 
 
 
5
  base_model:
6
  - Skywork/Skywork-Reward-Llama-3.1-8B-v0.2
 
 
 
 
 
7
  ---
8
 
9
-
10
  # Meta Reward Modeling (MRM)
11
 
12
  ## Overview
@@ -172,4 +183,4 @@ If you use this model or code in your research, please cite:
172
 
173
  ## License
174
 
175
- This model is released under the **MIT License**.
 
1
  ---
2
+ base_model:
3
+ - Skywork/Skywork-Reward-Llama-3.1-8B-v0.2
4
  datasets:
5
  - openai/summarize_from_feedback
6
+ license: mit
7
+ pipeline_tag: text-classification
8
+ library_name: transformers
9
+ ---
10
+
11
+ ---
12
  base_model:
13
  - Skywork/Skywork-Reward-Llama-3.1-8B-v0.2
14
+ datasets:
15
+ - openai/summarize_from_feedback
16
+ license: mit
17
+ pipeline_tag: text-classification
18
+ library_name: transformers
19
  ---
20
 
 
21
  # Meta Reward Modeling (MRM)
22
 
23
  ## Overview
 
183
 
184
  ## License
185
 
186
+ This model is released under the **MIT License**.