nielsr HF staff commited on
Commit
c8e8e61
·
verified ·
1 Parent(s): 95e9a52

Add library_name and pipeline_tag metadata

Browse files

This PR adds the library_name and pipeline_tag metadata.

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-0.5b-bt-01132025
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-0.5b-bt-01132025
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.