Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ metrics:
|
|
| 8 |
model-index:
|
| 9 |
- name: wav2vec-best-CREMA-sentiment-analysis-best3
|
| 10 |
results: []
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -15,25 +17,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# wav2vec-best-CREMA-sentiment-analysis-best3
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
-
|
| 21 |
- Loss: 1.1563
|
| 22 |
- Accuracy: 0.5601
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
## Intended uses & limitations
|
| 29 |
-
|
| 30 |
-
More information needed
|
| 31 |
-
|
| 32 |
-
## Training and evaluation data
|
| 33 |
-
|
| 34 |
-
More information needed
|
| 35 |
-
|
| 36 |
-
## Training procedure
|
| 37 |
|
| 38 |
### Training hyperparameters
|
| 39 |
|
|
@@ -80,4 +72,4 @@ The following hyperparameters were used during training:
|
|
| 80 |
- Transformers 4.38.2
|
| 81 |
- Pytorch 2.2.1+cu121
|
| 82 |
- Datasets 2.18.0
|
| 83 |
-
- Tokenizers 0.15.2
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: wav2vec-best-CREMA-sentiment-analysis-best3
|
| 10 |
results: []
|
| 11 |
+
datasets:
|
| 12 |
+
- Supreeta03/CREMA-audioData
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 17 |
|
| 18 |
# wav2vec-best-CREMA-sentiment-analysis-best3
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on [Supreeta03/CREMA-audioData](https://huggingface.co/datasets/Supreeta03/CREMA-audioData).
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- top2 Accuracy: 0.7824
|
| 23 |
- Loss: 1.1563
|
| 24 |
- Accuracy: 0.5601
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
| 28 |
+
Fine tuned from [facebook/wav2vec2-base] for performing sentiment analysis on audio data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
### Training hyperparameters
|
| 31 |
|
|
|
|
| 72 |
- Transformers 4.38.2
|
| 73 |
- Pytorch 2.2.1+cu121
|
| 74 |
- Datasets 2.18.0
|
| 75 |
+
- Tokenizers 0.15.2
|