update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# whisper-vm-finetune
|
2 |
|
3 |
Fast, production-ready AMD for outbound calling and IVR workflows using **Whisper-small** (fine-tuned) for STT and a **supervised text classifier** for **Human vs Machine** detection.
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- openai/whisper-small
|
7 |
+
pipeline_tag: audio-classification
|
8 |
+
tags:
|
9 |
+
- voicemail
|
10 |
+
- voicemail detection
|
11 |
+
- answering machine detection
|
12 |
+
- amd
|
13 |
+
- amdy
|
14 |
+
---
|
15 |
# whisper-vm-finetune
|
16 |
|
17 |
Fast, production-ready AMD for outbound calling and IVR workflows using **Whisper-small** (fine-tuned) for STT and a **supervised text classifier** for **Human vs Machine** detection.
|