nightey3s commited on
Commit
9762aaf
·
unverified ·
1 Parent(s): 7b5d023

Update readme

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. README_.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ This app provides a comprehensive solution for detecting and cleaning profanity
26
 
27
  - Profanity Detection: `parsawar/profanity_model_3.1`
28
  - Text Detoxification: `s-nlp/t5-paranmt-detox`
29
- - Speech Recognition: OpenAI Whisper (large)
30
  - Text-to-Speech: Microsoft SpeechT5
31
 
32
  ## Requirements
 
26
 
27
  - Profanity Detection: `parsawar/profanity_model_3.1`
28
  - Text Detoxification: `s-nlp/t5-paranmt-detox`
29
+ - Speech Recognition: OpenAI Whisper (large-v2)
30
  - Text-to-Speech: Microsoft SpeechT5
31
 
32
  ## Requirements
README_.md CHANGED
@@ -35,7 +35,7 @@ The system leverages four powerful models:
35
 
36
  1. **Profanity Detection**: `parsawar/profanity_model_3.1` - A RoBERTa-based model trained for offensive language detection
37
  2. **Content Refinement**: `s-nlp/t5-paranmt-detox` - A T5-based model for rephrasing offensive language
38
- 3. **Speech-to-Text**: OpenAI's `Whisper` (large) - For transcribing spoken audio
39
  4. **Text-to-Speech**: Microsoft's `SpeechT5` - For converting rephrased text back to audio
40
 
41
  ## 🚀 Deployment Options
 
35
 
36
  1. **Profanity Detection**: `parsawar/profanity_model_3.1` - A RoBERTa-based model trained for offensive language detection
37
  2. **Content Refinement**: `s-nlp/t5-paranmt-detox` - A T5-based model for rephrasing offensive language
38
+ 3. **Speech-to-Text**: OpenAI's `Whisper` (large-v2) - For transcribing spoken audio
39
  4. **Text-to-Speech**: Microsoft's `SpeechT5` - For converting rephrased text back to audio
40
 
41
  ## 🚀 Deployment Options