FpOliveira commited on
Commit
4b709df
1 Parent(s): 669293d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -15,16 +15,16 @@ pipeline_tag: text-classification
15
  ## Introduction
16
 
17
 
18
- Tupi-BERT-Base represents a fine-tuned BERT model designed specifically for binary classification of hate speech in Portuguese. Derived from the [BERTimbau base](https://huggingface.co/neuralmind/bert-base-portuguese-cased), TuPi are model family dedicated solution for addressing hate speech concerns.
19
  For more details or specific inquiries, please refer to the [BERTimbau repository](https://github.com/neuralmind-ai/portuguese-bert/).
20
 
21
- The efficacy of Language Models can exhibit notable variations when confronted with a shift in domain between training and test data. In the creation of a specialized Portuguese Language Model tailored for hate speech classification, the original BERTimbau model underwent meticulous fine-tuning carried out on the [TuPi Hate Speech DataSet](https://huggingface.co/datasets/FpOliveira/TuPi-Portuguese-Hate-Speech-Dataset-Binary), sourced from diverse social networks.
22
 
23
  ## Available models
24
 
25
  | Model | Arch. | #Layers | #Params |
26
  | ---------------------------------------- | ---------- | ------- | ------- |
27
- | `FpOliveira/tupi-bert-base-portuguese-cased` | BERT-Base |12 |110M|
28
- | `FpOliveira/tupi-bert-large-portuguese-cased` | BERT-Large | 24 | 335M |
29
- | `FpOliveira/tupi-bert-large-portuguese-cased` | BERT-Large | 24 | 335M |
30
- | `FpOliveira/tupi-bert-large-portuguese-cased` | BERT-Large | 24 | 335M |
 
15
  ## Introduction
16
 
17
 
18
+ Tupi-BERT-Base represents a fine-tuned BERT model designed specifically for binary classification of hate speech in Portuguese. Derived from the [BERTimbau base](https://huggingface.co/neuralmind/bert-base-portuguese-cased), TuPi-Base is refinde solution for addressing hate speech concerns.
19
  For more details or specific inquiries, please refer to the [BERTimbau repository](https://github.com/neuralmind-ai/portuguese-bert/).
20
 
21
+ The efficacy of Language Models can exhibit notable variations when confronted with a shift in domain between training and test data. In the creation of a specialized Portuguese Language Model tailored for hate speech classification, the original BERTimbau model underwent fine-tuning processe carried out on the [TuPi Hate Speech DataSet](https://huggingface.co/datasets/FpOliveira/TuPi-Portuguese-Hate-Speech-Dataset-Binary), sourced from diverse social networks.
22
 
23
  ## Available models
24
 
25
  | Model | Arch. | #Layers | #Params |
26
  | ---------------------------------------- | ---------- | ------- | ------- |
27
+ | `FpOliveira/tupi-bert-base-portuguese-cased` | BERT-Base |12 |109M|
28
+ | `FpOliveira/tupi-bert-large-portuguese-cased` | BERT-Large | 24 | 334M |
29
+ | `FpOliveira/tupi-bert-base-portuguese-cased-multiclass-multilabel` | BERT-Base | 24 | 109M |
30
+ | `FpOliveira/tupi-bert-large-portuguese-cased-multiclass-multilabel` | BERT-Large | 24 | 334M |