nicholasKluge commited on
Commit
4ebff41
1 Parent(s): 158a340

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -175,10 +175,10 @@ Evaluations on benchmarks were performed using the [Language Model Evaluation Ha
175
 
176
  | | **ARC** | **HellaSwag** | **MMLU** | **TruthfulQA** | **Average** |
177
  |------------------|-----------|---------------|-----------|----------------|-------------|
178
- | Pythia-410m | 24.83* | **41.29*** | 25.99* | 40.95* | 33.26 |
179
- | **TTL-460m** | **29.40** | 33.00 | **28.55** | 41.10 | 33.01 |
180
  | Bloom-560m | 24.74* | 37.15* | 24.22* | 42.44* | 32.13 |
181
- | Xglm-564M | 25.56 | 34.64* | 25.18* | **42.53** | 31.97 |
182
  | OPT-350m | 23.55* | 36.73* | 26.02* | 40.83* | 31.78 |
183
  | **TTL-160m** | 26.15 | 29.29 | 28.11 | 41.12 | 31.16 |
184
  | Pythia-160m | 24.06* | 31.39* | 24.86* | 44.34* | 31.16 |
@@ -187,6 +187,26 @@ Evaluations on benchmarks were performed using the [Language Model Evaluation Ha
187
  | Gpt2-small | 21.48* | 31.60* | 25.79* | 40.65* | 29.97 |
188
  | Multilingual GPT | 23.81 | 26.37* | 25.17* | 39.62 | 28.73 |
189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  ## Fine-Tuning Comparisons
191
 
192
  To further evaluate the downstream capabilities of our models, we decided to employ a basic fine-tuning procedure for our TTL pair on a subset of tasks from the Poeta benchmark. We apply the same procedure for comparison purposes on both [BERTimbau](https://huggingface.co/neuralmind/bert-base-portuguese-cased) models, given that they are also LLM trained from scratch in Brazilian Portuguese and have a similar size range to our models. We used these comparisons to assess if our pre-training runs produced LLM capable of producing good results ("good" here means "close to BERTimbau") when utilized for downstream applications.
 
175
 
176
  | | **ARC** | **HellaSwag** | **MMLU** | **TruthfulQA** | **Average** |
177
  |------------------|-----------|---------------|-----------|----------------|-------------|
178
+ | Pythia-410m | 24.83* | 41.29* | 25.99* | 40.95* | 33.26 |
179
+ | **TTL-460m** | 29.40 | 33.00 | 28.55 | 41.10 | 33.01 |
180
  | Bloom-560m | 24.74* | 37.15* | 24.22* | 42.44* | 32.13 |
181
+ | Xglm-564M | 25.56 | 34.64* | 25.18* | 42.53 | 31.97 |
182
  | OPT-350m | 23.55* | 36.73* | 26.02* | 40.83* | 31.78 |
183
  | **TTL-160m** | 26.15 | 29.29 | 28.11 | 41.12 | 31.16 |
184
  | Pythia-160m | 24.06* | 31.39* | 24.86* | 44.34* | 31.16 |
 
187
  | Gpt2-small | 21.48* | 31.60* | 25.79* | 40.65* | 29.97 |
188
  | Multilingual GPT | 23.81 | 26.37* | 25.17* | 39.62 | 28.73 |
189
 
190
+ Evaluations on Brazilian Portuguese benchmarks were performed using a [Portuguese implementation of the EleutherAI LM Evaluation Harness](https://github.com/eduagarcia/lm-evaluation-harness-pt) (created by [Eduardo Garcia](https://github.com/eduagarcia/lm-evaluation-harness-pt)).
191
+
192
+ | | **ASSIN2 RTE** | **ASSIN2 STS** | **BLUEX** | **ENEM** | **FAQUAD NLI** | **HateBR** | **OAB Exams** | **Average** |
193
+ |----------------|----------------|----------------|-----------|----------|----------------|------------|---------------|-------------|
194
+ | Qwen-1.8B | 64.83 | 19.53 | 26.15 | 30.23 | 43.97 | 33.33 | 27.20 | 35.03 |
195
+ | TinyLlama-1.1B | 58.93 | 13.57 | 22.81 | 22.25 | 43.97 | 36.92 | 23.64 | 31.72 |
196
+ | **TTL-460m** | 53.93 | 12.66 | 22.81 | 19.87 | 49.01 | 33.59 | 27.06 | 31.27 |
197
+ | XGLM-564m | 49.61 | 22.91 | 19.61 | 19.38 | 43.97 | 33.99 | 23.42 | 30.41 |
198
+ | Bloom-1b7 | 53.60 | 4.81 | 21.42 | 18.96 | 43.97 | 34.89 | 23.05 | 28.67 |
199
+ | **TTL-160m** | 53.36 | 2.58 | 21.84 | 18.75 | 43.97 | 36.88 | 22.60 | 28.56 |
200
+ | OPT-125m | 39.77 | 2.00 | 21.84 | 17.42 | 43.97 | 47.04 | 22.78 | 27.83 |
201
+ | Pythia-160 | 33.33 | 12.81 | 16.13 | 16.66 | 50.36 | 41.09 | 22.82 | 27.60 |
202
+ | OLMo-1b | 34.12 | 9.28 | 18.92 | 20.29 | 43.97 | 41.33 | 22.96 | 27.26 |
203
+ | Bloom-560m | 33.33 | 8.48 | 18.92 | 19.03 | 43.97 | 37.07 | 23.05 | 26.26 |
204
+ | Pythia-410m | 33.33 | 4.80 | 19.47 | 19.45 | 43.97 | 33.33 | 23.01 | 25.33 |
205
+ | OPT-350m | 33.33 | 3.65 | 20.72 | 17.35 | 44.71 | 33.33 | 23.01 | 25.15 |
206
+ | GPT-2 small | 33.26 | 0.00 | 10.43 | 11.20 | 43.52 | 33.68 | 13.12 | 20.74 |
207
+ | GPorTuguese | 33.33 | 3.85 | 14.74 | 3.01 | 28.81 | 33.33 | 21.23 | 19.75 |
208
+ | Samba-1.1B | 33.33 | 1.30 | 8.07 | 10.22 | 17.72 | 35.79 | 15.03 | 17.35 |
209
+
210
  ## Fine-Tuning Comparisons
211
 
212
  To further evaluate the downstream capabilities of our models, we decided to employ a basic fine-tuning procedure for our TTL pair on a subset of tasks from the Poeta benchmark. We apply the same procedure for comparison purposes on both [BERTimbau](https://huggingface.co/neuralmind/bert-base-portuguese-cased) models, given that they are also LLM trained from scratch in Brazilian Portuguese and have a similar size range to our models. We used these comparisons to assess if our pre-training runs produced LLM capable of producing good results ("good" here means "close to BERTimbau") when utilized for downstream applications.