Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
|
@@ -42,4 +45,4 @@ python inference.py --audio_file <your audio file path> --model_path <path to Hu
|
|
| 42 |
```
|
| 43 |
You can get the model weights either by downloading from the model releases page [here](https://github.com/Roblox/voice-safety-classifier/releases/tag/vs-classifier-v1), or from HuggingFace under
|
| 44 |
[`roblox/voice-safety-classifier`](https://huggingface.co/Roblox/voice-safety-classifier). If `model_path` isn’t
|
| 45 |
-
specified, the model will be loaded directly from HuggingFace.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-3.0
|
| 3 |
+
---
|
| 4 |
## Model Description
|
| 5 |
We present a large classification model trained on a manually curated real-world dataset that can be used as a new
|
| 6 |
benchmark for advancing research in toxicity detection and classification.
|
|
|
|
| 45 |
```
|
| 46 |
You can get the model weights either by downloading from the model releases page [here](https://github.com/Roblox/voice-safety-classifier/releases/tag/vs-classifier-v1), or from HuggingFace under
|
| 47 |
[`roblox/voice-safety-classifier`](https://huggingface.co/Roblox/voice-safety-classifier). If `model_path` isn’t
|
| 48 |
+
specified, the model will be loaded directly from HuggingFace.
|