AreejB commited on
Commit
b243e55
1 Parent(s): 342564b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +149 -1
README.md CHANGED
@@ -8,4 +8,152 @@ metrics:
8
  - accuracy
9
  - recall
10
  - precision
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - accuracy
9
  - recall
10
  - precision
11
+ ---
12
+
13
+ # Emotion Recognition in English Using RAVDESS and Wav2Vec 2.0
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+ This model recreates the work [in](https://huggingface.co/m3hrdadfi/wav2vec2-xlsr-greek-speech-emotion-recognition/blob/main/README.md) using RAVDESS, an English dataset. It extracts emotions from audio recordings.
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ## Bias, Risks, and Limitations
51
+
52
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Recommendations
57
+
58
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
59
+
60
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
61
+
62
+ ## How to Get Started with the Model
63
+
64
+ Use the code below to get started with the model.
65
+
66
+ [More Information Needed]
67
+
68
+ ## Training Details
69
+
70
+ ### Training Data
71
+
72
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
73
+
74
+ [More Information Needed]
75
+
76
+ ### Training Procedure
77
+
78
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
79
+
80
+ #### Preprocessing [optional]
81
+
82
+ [More Information Needed]
83
+
84
+
85
+ #### Training Hyperparameters
86
+
87
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
88
+
89
+ #### Speeds, Sizes, Times [optional]
90
+
91
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
92
+
93
+ [More Information Needed]
94
+
95
+ ## Evaluation
96
+
97
+ <!-- This section describes the evaluation protocols and provides the results. -->
98
+
99
+ ### Testing Data, Factors & Metrics
100
+
101
+ #### Testing Data
102
+
103
+ <!-- This should link to a Dataset Card if possible. -->
104
+
105
+ [More Information Needed]
106
+
107
+ #### Factors
108
+
109
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
110
+
111
+ [More Information Needed]
112
+
113
+ #### Metrics
114
+
115
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
116
+
117
+ [More Information Needed]
118
+
119
+ ### Results
120
+
121
+ [More Information Needed]
122
+
123
+ #### Summary
124
+
125
+
126
+
127
+ ## Model Examination [optional]
128
+
129
+ <!-- Relevant interpretability work for the model goes here -->
130
+
131
+ [More Information Needed]
132
+
133
+ ## Environmental Impact
134
+
135
+ - **Hardware Type:** [More Information Needed]
136
+ - **Hours used:** [More Information Needed]
137
+ - **Cloud Provider:** [More Information Needed]
138
+ - **Compute Region:** [More Information Needed]
139
+ - **Carbon Emitted:** [More Information Needed]
140
+
141
+ ### Compute Infrastructure
142
+ Used Google Colab for training.
143
+
144
+ #### Software
145
+
146
+ [More Information Needed]
147
+
148
+ ## Citation [optional]
149
+
150
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
151
+
152
+ **BibTeX:**
153
+
154
+ [More Information Needed]
155
+
156
+ **APA:**
157
+
158
+ [More Information Needed]
159
+