ManyaGupta
commited on
Commit
•
380fe83
1
Parent(s):
ccb8088
End of training
Browse files- README.md +77 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: wav2vec2-base-ft-children-with-sli
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# wav2vec2-base-ft-children-with-sli
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the ChildrenSLIDataset dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1079
|
24 |
+
- Accuracy: 0.9722
|
25 |
+
- F1: 0.9712
|
26 |
+
- Precision: 0.9670
|
27 |
+
- Recall: 0.9771
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 5e-05
|
47 |
+
- train_batch_size: 32
|
48 |
+
- eval_batch_size: 32
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- lr_scheduler_warmup_ratio: 0.1
|
53 |
+
- num_epochs: 10
|
54 |
+
- mixed_precision_training: Native AMP
|
55 |
+
|
56 |
+
### Training results
|
57 |
+
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
60 |
+
| 0.6402 | 1.0 | 32 | 0.6563 | 0.6071 | 0.3778 | 0.3036 | 0.5 |
|
61 |
+
| 0.446 | 2.0 | 64 | 0.6949 | 0.5357 | 0.5048 | 0.7292 | 0.6176 |
|
62 |
+
| 0.3454 | 3.0 | 96 | 0.2953 | 0.8690 | 0.8677 | 0.8708 | 0.8886 |
|
63 |
+
| 0.0703 | 4.0 | 128 | 0.1439 | 0.9563 | 0.9548 | 0.9507 | 0.9605 |
|
64 |
+
| 0.0458 | 5.0 | 160 | 0.0759 | 0.9841 | 0.9834 | 0.9834 | 0.9834 |
|
65 |
+
| 0.0844 | 6.0 | 192 | 1.0983 | 0.7421 | 0.7416 | 0.8018 | 0.7876 |
|
66 |
+
| 0.1241 | 7.0 | 224 | 0.1313 | 0.9683 | 0.9672 | 0.9626 | 0.9739 |
|
67 |
+
| 0.0454 | 8.0 | 256 | 0.0824 | 0.9802 | 0.9794 | 0.9760 | 0.9837 |
|
68 |
+
| 0.0403 | 9.0 | 288 | 0.0715 | 0.9802 | 0.9794 | 0.9760 | 0.9837 |
|
69 |
+
| 0.0241 | 10.0 | 320 | 0.1079 | 0.9722 | 0.9712 | 0.9670 | 0.9771 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.42.0.dev0
|
75 |
+
- Pytorch 2.3.0+cu121
|
76 |
+
- Datasets 2.19.1
|
77 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378302360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a499aa86c862daa8da377f7d9243ccba4018389f71189bce1cd88b24cb891d7d
|
3 |
size 378302360
|