Push model using huggingface_hub.
Browse files- README.md +7 -18
- config.json +6 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,21 +1,10 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- silky1708/CREMA-D
|
5 |
-
- DynamicSuperb/EmotionalVoiceConversion_ESD
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
metrics:
|
9 |
-
- accuracy
|
10 |
-
- cer
|
11 |
-
base_model:
|
12 |
-
- facebook/wav2vec2-base
|
13 |
-
pipeline_tag: automatic-speech-recognition
|
14 |
-
library_name: fairseq, transformers
|
15 |
tags:
|
16 |
-
-
|
17 |
-
-
|
18 |
-
- speaker-identification
|
19 |
---
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
|
|
5 |
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Code: https://huggingface.co/asadullah797/ssl-semi-multitask
|
9 |
+
- Paper: [More Information Needed]
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model": "facebook/wav2vec2-base",
|
3 |
+
"num_emotions": 14,
|
4 |
+
"num_phonemes": 32,
|
5 |
+
"num_speakers": 382
|
6 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e9271d475ec9f0b3fa0d623bc8bf2bc1191d2a8fa91582852017bc8c9a4aa9c
|
3 |
+
size 378829368
|