annieske commited on
Commit
7f44339
1 Parent(s): d20f856

update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,7 +12,7 @@ inference:
12
 
13
  ### bert-large-finnish-cased-v1 for toxicity detection
14
 
15
- This is the `bert-base-finnish-cased-v1 model`, fine-tuned using the Finnish `wikipedia-toxicity-data-fi` dataset. The model is trained to predict probabilities for 6 different toxicity labels introduced in the dataset card.
16
 
17
  ### Overview
18
  Language model: bert-base-finnish-v1
@@ -21,9 +21,9 @@ Language: Finnish
21
 
22
  Downstream-task: Multi-label toxicity detection (multi-label text classification)
23
 
24
- Training data: wikipedia-toxicity-data-fi
25
 
26
- Eval data: wikipedia-toxicity-data-fi
27
 
28
  ### Usage
29
 
 
12
 
13
  ### bert-large-finnish-cased-v1 for toxicity detection
14
 
15
+ This is the `bert-base-finnish-cased-v1 model`, fine-tuned using the Finnish `jigsaw_toxicity_pred_fi` dataset. The model is trained to predict probabilities for 6 different toxicity labels introduced in the dataset card.
16
 
17
  ### Overview
18
  Language model: bert-base-finnish-v1
 
21
 
22
  Downstream-task: Multi-label toxicity detection (multi-label text classification)
23
 
24
+ Training data: jigsaw_toxicity_pred_fi
25
 
26
+ Eval data: jigsaw_toxicity_pred_fi
27
 
28
  ### Usage
29