nielsr HF Staff commited on
Commit
380ffed
·
verified ·
1 Parent(s): 9528653

Add pipeline tag and library name

Browse files

This PR adds the `text-generation` pipeline tag and `transformers` library name to the model card metadata. This will improve discoverability of the model and ensure it can be easily loaded using the `transformers` library.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
- - openbmb/RLPR-train
5
  language:
6
- - en
 
 
 
7
  ---
8
 
9
  # Model Card for RLPR-Gemma2-2B-it
 
1
  ---
 
2
  datasets:
3
+ - openbmb/RLPR-train
4
  language:
5
+ - en
6
+ license: apache-2.0
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
  ---
10
 
11
  # Model Card for RLPR-Gemma2-2B-it