padmalcom commited on
Commit
e8883a7
1 Parent(s): ad5d9be

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This language indendent wav2vec2 classification model is based on (this dataset)[https://github.com/deeplyinc/Nonverbal-Vocalization-Dataset]
2
+
3
+ Sound classes are:
4
+ - teeth-chattering
5
+ - teeth-grinding
6
+ - tongue-clicking
7
+ - nose-blowing
8
+ - coughing
9
+ - yawning
10
+ - throat clearing
11
+ - sighing
12
+ - lip-popping
13
+ - lip-smacking
14
+ - panting
15
+ - crying
16
+ - laughing
17
+ - sneezing
18
+ - moaning
19
+ - screaming
20
+
21
+ Inference can be seen in *inference.py*.