leaderboard-pt-pr-bot
commited on
Commit
•
bc5b8a3
1
Parent(s):
899003d
Fixing some errors of the leaderboard evaluation results in the ModelCard yaml
Browse filesThe name of a few benchmarks are incorrect on the model metadata.
This commit fixes some minor errors of the [last PR](1) on the ModelCard YAML metadata.
README.md
CHANGED
@@ -77,6 +77,19 @@ model-index:
|
|
77 |
- type: f1_macro
|
78 |
value: 75.74
|
79 |
name: f1-macro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
- type: pearson
|
81 |
value: 12.08
|
82 |
name: pearson
|
@@ -104,7 +117,7 @@ model-index:
|
|
104 |
name: Text Generation
|
105 |
dataset:
|
106 |
name: HateBR Binary
|
107 |
-
type:
|
108 |
split: test
|
109 |
args:
|
110 |
num_few_shot: 25
|
@@ -112,6 +125,19 @@ model-index:
|
|
112 |
- type: f1_macro
|
113 |
value: 79.57
|
114 |
name: f1-macro
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
- type: f1_macro
|
116 |
value: 64.01
|
117 |
name: f1-macro
|
|
|
77 |
- type: f1_macro
|
78 |
value: 75.74
|
79 |
name: f1-macro
|
80 |
+
source:
|
81 |
+
url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=dominguesm/Canarim-7B-Instruct
|
82 |
+
name: Open Portuguese LLM Leaderboard
|
83 |
+
- task:
|
84 |
+
type: text-generation
|
85 |
+
name: Text Generation
|
86 |
+
dataset:
|
87 |
+
name: Assin2 STS
|
88 |
+
type: eduagarcia/portuguese_benchmark
|
89 |
+
split: test
|
90 |
+
args:
|
91 |
+
num_few_shot: 15
|
92 |
+
metrics:
|
93 |
- type: pearson
|
94 |
value: 12.08
|
95 |
name: pearson
|
|
|
117 |
name: Text Generation
|
118 |
dataset:
|
119 |
name: HateBR Binary
|
120 |
+
type: ruanchaves/hatebr
|
121 |
split: test
|
122 |
args:
|
123 |
num_few_shot: 25
|
|
|
125 |
- type: f1_macro
|
126 |
value: 79.57
|
127 |
name: f1-macro
|
128 |
+
source:
|
129 |
+
url: https://huggingface.co/spaces/eduagarcia/open_pt_llm_leaderboard?query=dominguesm/Canarim-7B-Instruct
|
130 |
+
name: Open Portuguese LLM Leaderboard
|
131 |
+
- task:
|
132 |
+
type: text-generation
|
133 |
+
name: Text Generation
|
134 |
+
dataset:
|
135 |
+
name: PT Hate Speech Binary
|
136 |
+
type: hate_speech_portuguese
|
137 |
+
split: test
|
138 |
+
args:
|
139 |
+
num_few_shot: 25
|
140 |
+
metrics:
|
141 |
- type: f1_macro
|
142 |
value: 64.01
|
143 |
name: f1-macro
|