Update README.md
Browse files
README.md
CHANGED
@@ -10,11 +10,12 @@ tags:
|
|
10 |
model-index:
|
11 |
- name: wav2vec-vm-finetune
|
12 |
results: []
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
-
should probably proofread and complete it, then remove this comment. -->
|
17 |
-
|
18 |
# wav2vec-vm-finetune
|
19 |
|
20 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) for **voicemail detection**. It is trained on a dataset of call recordings to distinguish between **voicemail greetings** and **live human responses**.
|
@@ -40,6 +41,13 @@ The model was trained on a proprietary dataset of call recordings, labeled as:
|
|
40 |
|
41 |
The dataset includes diverse voicemail recordings across multiple types to improve generalization.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Training procedure
|
44 |
|
45 |
### Training hyperparameters
|
@@ -62,4 +70,4 @@ The following hyperparameters were used during training:
|
|
62 |
- Transformers 4.48.2
|
63 |
- Pytorch 2.5.1+cu124
|
64 |
- Datasets 1.18.3
|
65 |
-
- Tokenizers 0.21.0
|
|
|
10 |
model-index:
|
11 |
- name: wav2vec-vm-finetune
|
12 |
results: []
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
metrics:
|
16 |
+
- accuracy
|
17 |
---
|
18 |
|
|
|
|
|
|
|
19 |
# wav2vec-vm-finetune
|
20 |
|
21 |
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) for **voicemail detection**. It is trained on a dataset of call recordings to distinguish between **voicemail greetings** and **live human responses**.
|
|
|
41 |
|
42 |
The dataset includes diverse voicemail recordings across multiple types to improve generalization.
|
43 |
|
44 |
+
|
45 |
+
## Evaluation metrics
|
46 |
+
|
47 |
+
The model achieved:
|
48 |
+
- **98% accuracy** on voicemail detection.
|
49 |
+
|
50 |
+
|
51 |
## Training procedure
|
52 |
|
53 |
### Training hyperparameters
|
|
|
70 |
- Transformers 4.48.2
|
71 |
- Pytorch 2.5.1+cu124
|
72 |
- Datasets 1.18.3
|
73 |
+
- Tokenizers 0.21.0
|