djstrong commited on
Commit
1602bff
1 Parent(s): 92530b5

move to speakleash

Browse files
Files changed (2) hide show
  1. src/about.py +1 -1
  2. src/envs.py +1 -1
src/about.py CHANGED
@@ -149,6 +149,6 @@ CITATION_BUTTON_TEXT = r"""
149
  author = {Wróbel, Krzysztof and {SpeakLeash Team} and {Cyfronet Team}},
150
  year = 2024,
151
  publisher = {Hugging Face},
152
- howpublished = "\url{https://huggingface.co/spaces/enelpol/open_pl_llm_leaderboard}"
153
  }
154
  """
 
149
  author = {Wróbel, Krzysztof and {SpeakLeash Team} and {Cyfronet Team}},
150
  year = 2024,
151
  publisher = {Hugging Face},
152
+ howpublished = "\url{https://huggingface.co/spaces/speakleash/open_pl_llm_leaderboard}"
153
  }
154
  """
src/envs.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import HfApi
6
  # ----------------------------------
7
  TOKEN = os.environ.get("TOKEN") # A read/write token for your org
8
 
9
- OWNER = "enelpol" # Change to your org - don't forget to create a results and request file
10
  DEVICE = "cpu" # "cuda:0" if you add compute
11
  LIMIT = 20 # !!!! Should be None for actual evaluations!!!
12
  # ----------------------------------
 
6
  # ----------------------------------
7
  TOKEN = os.environ.get("TOKEN") # A read/write token for your org
8
 
9
+ OWNER = "speakleash" # Change to your org - don't forget to create a results and request file
10
  DEVICE = "cpu" # "cuda:0" if you add compute
11
  LIMIT = 20 # !!!! Should be None for actual evaluations!!!
12
  # ----------------------------------