Safetensors
gemma2
nielsr HF Staff commited on
Commit
eec8992
·
verified ·
1 Parent(s): 460cab9

Add pipeline tag and library_name metadata

Browse files

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

Files changed (1) hide show
  1. README.md +3 -1
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)