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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -1,8 +1,7 @@
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
- Our model is fine-tuned on the [WavLM base plus](https://arxiv.org/abs/2110.13900) with 2,374 hours of audio clips from
5
- voice chat for multilabel classification. The audio clips are automatically labeled using a synthetic data pipeline
6
  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
 
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