nielsr HF staff commited on
Commit
0cf6390
·
verified ·
1 Parent(s): 16ba30d

Add library name and pipeline tag

Browse files

This PR improves the model card by adding the `library_name` and `pipeline_tag`.

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
  # lmarena-ai/p2l-7b-grk-02222025
5
 
6
  Large language model (LLM) evaluations typically rely on aggregated metrics like accuracy or human preference, averaging across users and prompts. This averaging obscures user- and prompt-specific variations in model performance.
 
1
  ---
2
  license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
  ---
6
+
7
  # lmarena-ai/p2l-7b-grk-02222025
8
 
9
  Large language model (LLM) evaluations typically rely on aggregated metrics like accuracy or human preference, averaging across users and prompts. This averaging obscures user- and prompt-specific variations in model performance.