mnandwana commited on
Commit
33b5c5b
1 Parent(s): 3987e4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ## Model Description
2
  We present a large classification model trained on a manually curated real-world dataset that can be used as a new
3
  benchmark for advancing research in toxicity detection and classification.
4
- We started with the original weights from the [WavLM base plus](https://arxiv.org/abs/2110.13900) and fine-tuned it with 2,374 hours of voice chat audio clips for multilabel classification. The audio clips are automatically labeled using a synthetic data pipeline
5
- described in [our blog post](link to blog post here). A single output can have multiple labels.
 
6
  The model outputs a n by 6 output tensor where the inferred labels are `Profanity`, `DatingAndSexting`, `Racist`,
7
  `Bullying`, `Other`, `NoViolation`. `Other` consists of policy violation categories with low prevalence such as drugs
8
  and alcohol or self-harm that are combined into a single category.
 
1
  ## Model Description
2
  We present a large classification model trained on a manually curated real-world dataset that can be used as a new
3
  benchmark for advancing research in toxicity detection and classification.
4
+ We started with the original weights from the [WavLM base plus](https://arxiv.org/abs/2110.13900) and fine-tuned it
5
+ with 2,374 hours of voice chat audio clips for multilabel classification. The audio clips are automatically labeled using a
6
+ synthetic data pipeline described in [our blog post](link to blog post here). A single output can have multiple labels.
7
  The model outputs a n by 6 output tensor where the inferred labels are `Profanity`, `DatingAndSexting`, `Racist`,
8
  `Bullying`, `Other`, `NoViolation`. `Other` consists of policy violation categories with low prevalence such as drugs
9
  and alcohol or self-harm that are combined into a single category.