nielsr HF Staff commited on
Commit
8af25a4
·
verified ·
1 Parent(s): 1659291

Add pipeline_tag, library_name, and paper link to metadata

Browse files

This PR enhances the model card by adding key metadata tags:
- `pipeline_tag: text-generation`: This correctly categorizes the model, ensuring it appears in relevant searches and filters on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=text-generation).
- `library_name: transformers`: This indicates that the model can be easily loaded and used with the Hugging Face Transformers library, enabling the "Use in Transformers" widget on the model page for improved usability.
- `paper: 2507.09104`: This links the model directly to its official Hugging Face paper page, enhancing discoverability and providing immediate access to the research context.

The existing content of the model card is preserved as it already provides comprehensive information.

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  license: apache-2.0
3
-
 
 
4
  ---
5
 
6
  # CompassJudger-2
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ library_name: transformers
5
+ paper: 2507.09104
6
  ---
7
 
8
  # CompassJudger-2