Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -9,12 +11,11 @@ metrics:
|
|
9 |
- f1
|
10 |
- recall
|
11 |
- precision
|
|
|
|
|
12 |
model-index:
|
13 |
- name: wav2vec2-base-Toronto_emotional_speech_set
|
14 |
results: []
|
15 |
-
language:
|
16 |
-
- en
|
17 |
-
pipeline_tag: audio-classification
|
18 |
---
|
19 |
|
20 |
# wav2vec2-base-Toronto_emotional_speech_set
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
11 |
- f1
|
12 |
- recall
|
13 |
- precision
|
14 |
+
pipeline_tag: audio-classification
|
15 |
+
base_model: facebook/wav2vec2-base
|
16 |
model-index:
|
17 |
- name: wav2vec2-base-Toronto_emotional_speech_set
|
18 |
results: []
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# wav2vec2-base-Toronto_emotional_speech_set
|