annieske commited on
Commit
a74a40c
·
1 Parent(s): 7ce9d58

update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: cc-by-sa-4.0
3
  task_categories:
4
  - text-classification
 
 
5
  language:
6
  - fi
7
  multilinguality:
@@ -54,14 +56,14 @@ Fields marked as `label_` have either `0` to convey *not* having that category o
54
  The splits are the same as in the original English data.
55
  | dataset | train | test |
56
  | -------- | -----: | ---------: |
57
- | TurkuNLP/wikipedia-toxicity-data-fi| 159571 | 63978 |
58
 
59
  ### Evaluation Results
60
 
61
- Results from fine-tuning [TurkuNLP/bert-large-finnish-cased-v1](https://huggingface.co/TurkuNLP/bert-large-finnish-cased-v1) for multi-label toxicity detection.
62
  | dataset | F1-micro | Precision | Recall |
63
  | -------------------- | ----: | ---: | ----: |
64
- | TurkuNLP/wikipedia-toxicity-data-fi | 0.66 | 0.58 | 0.76 |
65
 
66
  <!--- Base results from fine-tuning [bert-large-cased](https://huggingface.co/bert-large-cased) on the original English data for multi-label toxicity detection.
67
  | dataset | F1-micro | Precision | Recall |
 
2
  license: cc-by-sa-4.0
3
  task_categories:
4
  - text-classification
5
+ task_ids:
6
+ - multi-label-classification
7
  language:
8
  - fi
9
  multilinguality:
 
56
  The splits are the same as in the original English data.
57
  | dataset | train | test |
58
  | -------- | -----: | ---------: |
59
+ | TurkuNLP/jigsaw_toxicity_pred_fi| 159571 | 63978 |
60
 
61
  ### Evaluation Results
62
 
63
+ Results from fine-tuning [TurkuNLP/bert-large-finnish-cased-v1](https://huggingface.co/TurkuNLP/bert-large-finnish-cased-v1) for multi-label toxicity detection. The fine-tuned model can be found
64
  | dataset | F1-micro | Precision | Recall |
65
  | -------------------- | ----: | ---: | ----: |
66
+ | TurkuNLP/jigsaw_toxicity_pred_fi | 0.66 | 0.58 | 0.76 |
67
 
68
  <!--- Base results from fine-tuning [bert-large-cased](https://huggingface.co/bert-large-cased) on the original English data for multi-label toxicity detection.
69
  | dataset | F1-micro | Precision | Recall |