Add pipeline tag and library name
Browse filesThis PR improves the model card by ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation and enables the "How to use" button.
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- google/gemma-2b-it
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# General Preference Representation Model (GPM)
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- google/gemma-2b-it
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
# General Preference Representation Model (GPM)
|