MatteoWood commited on
Commit
d13c2f0
1 Parent(s): 2218304

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,18 +1,23 @@
1
-
2
- ---
3
  tags:
4
- - autotrain
5
  - text-classification
 
6
  widget:
7
- - text: "I love AutoTrain"
 
8
  datasets:
9
- - MatteoWood/autotrain-data-bert-sexism-classifier-aug500
10
  ---
11
 
12
  # Model Trained Using AutoTrain
13
 
14
  - Problem type: Text Classification
15
 
 
 
 
 
 
 
16
  ## Validation Metrics
17
  loss: 0.38336655497550964
18
 
 
 
 
1
  tags:
 
2
  - text-classification
3
+ - sexism
4
  widget:
5
+ - text: I love women
6
+ - text: I hate women
7
  datasets:
8
+ - MatteoWood/bert-sexism-classifier-aug500-dataset
9
  ---
10
 
11
  # Model Trained Using AutoTrain
12
 
13
  - Problem type: Text Classification
14
 
15
+ # Training parameters
16
+
17
+ - lr: 5e-05
18
+ - epochs: 5
19
+ - batch size: 8
20
+
21
  ## Validation Metrics
22
  loss: 0.38336655497550964
23