Safetensors
llama
nielsr HF staff commited on
Commit
e3ac7c9
·
verified ·
1 Parent(s): a6741c1

Add library_name, pipeline_tag

Browse files

Adds library_name and pipeline_tag for better discoverability.

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-360m-rk-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-360m-rk-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.