File size: 870 Bytes
5fc3881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
HEAD
---
license: mit
---

---
language:
- multilingual
license: apache-2.0
tags:
- voice
- classification
- vocalization
- speech
- audio
datasets:
- NonverbalVocalization
widget:
- src: >-
    https://huggingface.co/padmalcom/wav2vec2-large-nonverbalvocalization-classification/resolve/main/test.wav
  example_title: Sample 1
pipeline_tag: audio-classification
metrics:
- accuracy
---
This language indendent wav2vec2 classification model is based on [this dataset](https://github.com/deeplyinc/Nonverbal-Vocalization-Dataset).

Sound classes are:
- teeth-chattering
- teeth-grinding
- tongue-clicking
- nose-blowing
- coughing
- yawning
- throat clearing
- sighing
- lip-popping
- lip-smacking
- panting
- crying
- laughing
- sneezing
- moaning
- screaming

*inference.py* shows, how the model can be used.
18e5a42 (Initial commit of Nonverbal-AudioCLwav2vec2 model)