tangtang1995 commited on
Commit
fab9919
·
verified ·
1 Parent(s): 2be366d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- title: HHEM Leaderboard
3
  emoji: 🥇
4
- colorFrom: green
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.37.1
@@ -10,6 +10,8 @@ pinned: true
10
  license: apache-2.0
11
  tags:
12
  - leaderboard
 
 
13
  ---
14
 
15
 
@@ -17,6 +19,7 @@ python>3.10
17
  pip spacy
18
  python -m spacy download en_core_web_sm
19
  pip install google.generativeai
 
20
 
21
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
22
 
 
1
  ---
2
+ title: Humanlike Evaluation Leaderboard
3
  emoji: 🥇
4
+ colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.37.1
 
10
  license: apache-2.0
11
  tags:
12
  - leaderboard
13
+ models:
14
+ - google/gemma-2-9b
15
  ---
16
 
17
 
 
19
  pip spacy
20
  python -m spacy download en_core_web_sm
21
  pip install google.generativeai
22
+ python -m spacy download en_core_web_trf
23
 
24
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
25