Shaltiel commited on
Commit
a18789d
1 Parent(s): 09b283b

Updated title

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. src/about.py +1 -1
  3. src/envs.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Demo Leaderboard
3
  emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
 
1
  ---
2
+ title: Hebrew LLM Leaderboard
3
  emoji: 🥇
4
  colorFrom: green
5
  colorTo: indigo
src/about.py CHANGED
@@ -23,7 +23,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
23
 
24
 
25
  # Your leaderboard name
26
- TITLE = """<h1 align="center" id="space-title">Demo leaderboard</h1>"""
27
 
28
  # What does your leaderboard evaluate?
29
  INTRODUCTION_TEXT = """
 
23
 
24
 
25
  # Your leaderboard name
26
+ TITLE = """<h1 align="center" id="space-title">Hebrew LLM Leaderboard</h1>"""
27
 
28
  # What does your leaderboard evaluate?
29
  INTRODUCTION_TEXT = """
src/envs.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import HfApi
4
 
5
  # Info to change for your repository
6
  # ----------------------------------
7
- TOKEN = os.environ.get("TOKEN") # A read/write token for your org
8
 
9
  OWNER = "dicta-hebrew-llm-leaderboard" # Change to your org - don't forget to create a results and request file
10
  DEVICE = "cpu" # "cuda:0" if you add compute
 
4
 
5
  # Info to change for your repository
6
  # ----------------------------------
7
+ TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
8
 
9
  OWNER = "dicta-hebrew-llm-leaderboard" # Change to your org - don't forget to create a results and request file
10
  DEVICE = "cpu" # "cuda:0" if you add compute