Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,13 @@ language:
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- facebook/wav2vec2-base
|
9 |
-
pipeline_tag:
|
10 |
metrics:
|
11 |
- accuracy
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
# Voice Detection AI - Real vs AI Audio Classifier
|
14 |
|
@@ -95,6 +99,4 @@ This project is licensed under the MIT License. See the LICENSE file for details
|
|
95 |
|
96 |
## Acknowledgements
|
97 |
* Special thanks to the developers of the [Wav2Vec2](https://huggingface.co/facebook/wav2vec2-base) model and the contributors to the datasets used in this project.
|
98 |
-
* View the complete project on [GitHub](https://github.com/Mrkomiljon/VoiceGUARD2)
|
99 |
-
|
100 |
-
|
|
|
6 |
- en
|
7 |
base_model:
|
8 |
- facebook/wav2vec2-base
|
9 |
+
pipeline_tag: audio-classification
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
+
library_name: transformers
|
13 |
+
tags:
|
14 |
+
- voice_phishing
|
15 |
+
- audio_classification
|
16 |
---
|
17 |
# Voice Detection AI - Real vs AI Audio Classifier
|
18 |
|
|
|
99 |
|
100 |
## Acknowledgements
|
101 |
* Special thanks to the developers of the [Wav2Vec2](https://huggingface.co/facebook/wav2vec2-base) model and the contributors to the datasets used in this project.
|
102 |
+
* View the complete project on [GitHub](https://github.com/Mrkomiljon/VoiceGUARD2)
|
|
|
|