ruanchaves
commited on
Commit
β’
fa21eab
1
Parent(s):
032cf39
Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,22 @@ size_categories:
|
|
13 |
- 100K<n<1M
|
14 |
---
|
15 |
|
16 |
-
# Natural Portuguese Language Benchmark (Napolab)
|
17 |
|
18 |
-
|
19 |
-
<img width="300" height="300" src="https://raw.githubusercontent.com/ruanchaves/napolab/main/images/ideogram_ai_logo.png">
|
20 |
-
</p>
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
* πΏ **Natural**: As much as possible, datasets consist of natural Portuguese text or professionally translated text.
|
25 |
* β
**Reliable**: Metrics correlate reliably with human judgments (accuracy, F1 score, Pearson correlation, etc.).
|
@@ -39,15 +48,6 @@ The [**Napolab**](https://huggingface.co/datasets/ruanchaves/napolab) is your go
|
|
39 |
|
40 |
π For broader accessibility, all datasets have translations in **Catalan, English, Galician and Spanish** using the `facebook/nllb-200-1.3B model` via [Easy-Translate](https://github.com/ikergarcia1996/Easy-Translate).
|
41 |
|
42 |
-
## π Napolab for Experiments with Large Language Models (LLMs)
|
43 |
-
|
44 |
-
A new format of Napolab specifically designed for researchers experimenting with Large Language Models (LLMs) is now available. This format includes two main fields:
|
45 |
-
|
46 |
-
* **Prompt**: The input prompt to be fed into the LLM.
|
47 |
-
* **Answer**: The expected classification output label from the LLM, which is always a number between 0 and 5.
|
48 |
-
|
49 |
-
The dataset in this format can be accessed at [https://huggingface.co/datasets/ruanchaves/napolab](https://huggingface.co/datasets/ruanchaves/napolab). If you've evaluated recent LLMs on this benchmark, please let us know! We'd love to hear about it.
|
50 |
-
|
51 |
## Leaderboards
|
52 |
|
53 |
The [Open PT LLM Leaderboard](https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard) incorporates datasets from Napolab.
|
|
|
13 |
- 100K<n<1M
|
14 |
---
|
15 |
|
16 |
+
# π Natural Portuguese Language Benchmark (Napolab)
|
17 |
|
18 |
+
The [**Napolab**](https://github.com/ruanchaves/napolab) is your go-to collection of Portuguese datasets for the evaluation of Large Language Models.
|
|
|
|
|
19 |
|
20 |
+
## π Napolab for Large Language Models (LLMs)
|
21 |
+
|
22 |
+
A format of Napolab specifically designed for researchers experimenting with Large Language Models (LLMs) is now available. This format includes two main fields:
|
23 |
+
|
24 |
+
* **Prompt**: The input prompt to be fed into the LLM.
|
25 |
+
* **Answer**: The expected classification output label from the LLM, which is always a number between 0 and 5.
|
26 |
+
|
27 |
+
The dataset in this format can be accessed at [https://huggingface.co/datasets/ruanchaves/napolab](https://huggingface.co/datasets/ruanchaves/napolab). If youβve used Napolab for LLM evaluations, please share your findings with us!
|
28 |
+
|
29 |
+
## Guidelines
|
30 |
+
|
31 |
+
Napolab adopts the following guidelines for the inclusion of datasets:
|
32 |
|
33 |
* πΏ **Natural**: As much as possible, datasets consist of natural Portuguese text or professionally translated text.
|
34 |
* β
**Reliable**: Metrics correlate reliably with human judgments (accuracy, F1 score, Pearson correlation, etc.).
|
|
|
48 |
|
49 |
π For broader accessibility, all datasets have translations in **Catalan, English, Galician and Spanish** using the `facebook/nllb-200-1.3B model` via [Easy-Translate](https://github.com/ikergarcia1996/Easy-Translate).
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
## Leaderboards
|
52 |
|
53 |
The [Open PT LLM Leaderboard](https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard) incorporates datasets from Napolab.
|