Add pipeline tag and library_name metadata
Browse filesThis PR ensures the model is now discoverable at https://huggingface.co/models?pipeline_tag=text-generation and it adds the
appropriate library_name as metadata, improving the model card.
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- google/gemma-2-2b-it
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# General Preference Representation Model (GPM)
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- google/gemma-2-2b-it
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
|
9 |
# General Preference Representation Model (GPM)
|