alexandreteles commited on
Commit
ad83af3
1 Parent(s): 74c4be0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -3,7 +3,7 @@ tags:
3
  - autotrain
4
  - text-classification
5
  language:
6
- - unk
7
  widget:
8
  - text: "I love AutoTrain 🤗"
9
  datasets:
@@ -16,6 +16,9 @@ co2_eq_emissions:
16
 
17
  - Problem type: Binary Classification
18
  - Model ID: 2489776826
 
 
 
19
  - CO2 Emissions (in grams): 1.7788
20
 
21
  ## Validation Metrics
@@ -29,6 +32,9 @@ co2_eq_emissions:
29
 
30
  ## Usage
31
 
 
 
 
32
  You can use cURL to access this model:
33
 
34
  ```
 
3
  - autotrain
4
  - text-classification
5
  language:
6
+ - pt
7
  widget:
8
  - text: "I love AutoTrain 🤗"
9
  datasets:
 
16
 
17
  - Problem type: Binary Classification
18
  - Model ID: 2489776826
19
+ - Base model: bert-base-portuguese-cased
20
+ - Parameters: 109M
21
+ - Model size: 416MB
22
  - CO2 Emissions (in grams): 1.7788
23
 
24
  ## Validation Metrics
 
32
 
33
  ## Usage
34
 
35
+ This model was trained on a random subset of the [told_br](https://huggingface.co/datasets/told-br) dataset (1/3 of the original size). Our main objective is to provide a small
36
+ model that can be used to classify Brazilian Portuguese tweets in a binary way ('toxic' or 'non toxic').
37
+
38
  You can use cURL to access this model:
39
 
40
  ```