eduagarcia commited on
Commit
88675db
1 Parent(s): 649d6d4

change name

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Open PT LLM Leaderboard
3
  emoji: 🏆
4
  colorFrom: green
5
  colorTo: indigo
 
1
  ---
2
+ title: Open Portuguese LLM Leaderboard
3
  emoji: 🏆
4
  colorFrom: green
5
  colorTo: indigo
src/display/about.py CHANGED
@@ -143,7 +143,7 @@ What kind of information can I find?
143
  - *Let's imagine you are interested in the Yi-34B results. You have access to {"3" if RAW_RESULTS_REPO is not None else "2"} different information categories:*
144
  - *The [request file](https://huggingface.co/datasets/{QUEUE_REPO}/blob/main/01-ai/Yi-34B_eval_request_False_bfloat16_Original.json): it gives you information about the status of the evaluation*
145
  - *The [aggregated results folder](https://huggingface.co/datasets/{RESULTS_REPO}/tree/main/01-ai/Yi-34B): it gives you aggregated scores, per experimental run*
146
- {"- *The [details dataset](https://huggingface.co/datasets/{RAW_RESULTS_REPO}/tree/main/01-ai/Yi-34B): it gives you the full details (scores and examples for each task and a given model)*" if RAW_RESULTS_REPO is not None else ""}
147
 
148
 
149
  Why do models appear several times in the leaderboard?
 
143
  - *Let's imagine you are interested in the Yi-34B results. You have access to {"3" if RAW_RESULTS_REPO is not None else "2"} different information categories:*
144
  - *The [request file](https://huggingface.co/datasets/{QUEUE_REPO}/blob/main/01-ai/Yi-34B_eval_request_False_bfloat16_Original.json): it gives you information about the status of the evaluation*
145
  - *The [aggregated results folder](https://huggingface.co/datasets/{RESULTS_REPO}/tree/main/01-ai/Yi-34B): it gives you aggregated scores, per experimental run*
146
+ {f"- *The [details dataset](https://huggingface.co/datasets/{RAW_RESULTS_REPO}/tree/main/01-ai/Yi-34B): it gives you the full details (scores and examples for each task and a given model)*" if RAW_RESULTS_REPO is not None else ""}
147
 
148
 
149
  Why do models appear several times in the leaderboard?
tasks_config/pt_config.yaml CHANGED
@@ -7,7 +7,7 @@ config:
7
  DYNAMIC_INFO_REPO: "eduagarcia-temp/llm_pt_leaderboard_model_info"
8
  PATH_TO_COLLECTION: "eduagarcia/portuguese-llm-leaderboard-best-models-65c152c13ab3c67bc4f203a6"
9
  IS_PUBLIC: true
10
- LEADERBOARD_NAME: "Open PT-LLM Leaderboard"
11
  GET_ORIGINAL_HF_LEADERBOARD_EVAL_RESULTS: true
12
  TRUST_REMOTE_CODE: true
13
  SHOW_INCOMPLETE_EVALS: false
 
7
  DYNAMIC_INFO_REPO: "eduagarcia-temp/llm_pt_leaderboard_model_info"
8
  PATH_TO_COLLECTION: "eduagarcia/portuguese-llm-leaderboard-best-models-65c152c13ab3c67bc4f203a6"
9
  IS_PUBLIC: true
10
+ LEADERBOARD_NAME: "Open Portuguese LLM Leaderboard"
11
  GET_ORIGINAL_HF_LEADERBOARD_EVAL_RESULTS: true
12
  TRUST_REMOTE_CODE: true
13
  SHOW_INCOMPLETE_EVALS: false