AmeerHesham commited on
Commit
0eb00c8
·
verified ·
1 Parent(s): abee959

End of training

Browse files
README.md CHANGED
@@ -7,8 +7,9 @@ datasets:
7
  - Nooon/Donate_a_cry
8
  metrics:
9
  - accuracy
 
10
  model-index:
11
- - name: distilhubert-finetuned-Donate_a_cry
12
  results:
13
  - task:
14
  name: Audio Classification
@@ -22,22 +23,26 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9347826086956522
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
- # distilhubert-finetuned-Donate_a_cry
32
 
33
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the Donate_a_cry dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.3214
36
- - Accuracy: 0.9348
 
37
 
38
  ## Model description
39
 
40
- Baby cry classification model trained on the Donate_a_cry Dataset
41
 
42
  ## Intended uses & limitations
43
 
@@ -63,23 +68,23 @@ The following hyperparameters were used during training:
63
 
64
  ### Training results
65
 
66
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 0.7814 | 1.0 | 52 | 0.3964 | 0.9348 |
69
- | 0.7018 | 2.0 | 104 | 0.3576 | 0.9348 |
70
- | 0.6262 | 3.0 | 156 | 0.3551 | 0.9348 |
71
- | 0.4743 | 4.0 | 208 | 0.3489 | 0.9348 |
72
- | 0.6709 | 5.0 | 260 | 0.3983 | 0.9348 |
73
- | 0.5627 | 6.0 | 312 | 0.3430 | 0.9348 |
74
- | 0.6891 | 7.0 | 364 | 0.3549 | 0.9348 |
75
- | 0.7408 | 8.0 | 416 | 0.3505 | 0.9348 |
76
- | 0.4493 | 9.0 | 468 | 0.3161 | 0.9348 |
77
- | 0.2918 | 10.0 | 520 | 0.3214 | 0.9348 |
78
 
79
 
80
  ### Framework versions
81
 
82
- - Transformers 4.38.2
83
- - Pytorch 2.2.1+cu121
84
- - Datasets 2.18.0
85
- - Tokenizers 0.15.2
 
7
  - Nooon/Donate_a_cry
8
  metrics:
9
  - accuracy
10
+ - f1
11
  model-index:
12
+ - name: distilhubert-finetuned-Donate_a_cry-v2
13
  results:
14
  - task:
15
  name: Audio Classification
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8260869565217391
27
+ - name: F1
28
+ type: f1
29
+ value: 0.7474120082815735
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
33
  should probably proofread and complete it, then remove this comment. -->
34
 
35
+ # distilhubert-finetuned-Donate_a_cry-v2
36
 
37
  This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the Donate_a_cry dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.7098
40
+ - Accuracy: 0.8261
41
+ - F1: 0.7474
42
 
43
  ## Model description
44
 
45
+ More information needed
46
 
47
  ## Intended uses & limitations
48
 
 
68
 
69
  ### Training results
70
 
71
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
72
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
73
+ | 0.8536 | 1.0 | 52 | 0.7098 | 0.8261 | 0.7474 |
74
+ | 0.6931 | 2.0 | 104 | 0.7021 | 0.8261 | 0.7474 |
75
+ | 0.8844 | 3.0 | 156 | 0.6918 | 0.8261 | 0.7474 |
76
+ | 0.4528 | 4.0 | 208 | 0.7020 | 0.8261 | 0.7474 |
77
+ | 0.7602 | 5.0 | 260 | 0.7393 | 0.8261 | 0.7474 |
78
+ | 0.6754 | 6.0 | 312 | 0.6792 | 0.8261 | 0.7474 |
79
+ | 0.6515 | 7.0 | 364 | 0.6461 | 0.8261 | 0.7474 |
80
+ | 0.3371 | 8.0 | 416 | 0.6750 | 0.8043 | 0.7455 |
81
+ | 0.6061 | 9.0 | 468 | 0.6933 | 0.8261 | 0.7764 |
82
+ | 0.2558 | 10.0 | 520 | 0.6946 | 0.8043 | 0.7703 |
83
 
84
 
85
  ### Framework versions
86
 
87
+ - Transformers 4.41.2
88
+ - Pytorch 2.3.0+cu121
89
+ - Datasets 2.20.0
90
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -80,7 +80,7 @@
80
  "num_hidden_layers": 2,
81
  "pad_token_id": 0,
82
  "torch_dtype": "float32",
83
- "transformers_version": "4.38.2",
84
  "use_weighted_layer_sum": false,
85
  "vocab_size": 32
86
  }
 
80
  "num_hidden_layers": 2,
81
  "pad_token_id": 0,
82
  "torch_dtype": "float32",
83
+ "transformers_version": "4.41.2",
84
  "use_weighted_layer_sum": false,
85
  "vocab_size": 32
86
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1513144e143307ad1985d458a30283da7b40f2f42ce8a08b0bcdb58cb5bac409
3
  size 94766588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93f158666ceb2c3661ea26047840b311677469b51f4a01dcc8c413e3253d74d
3
  size 94766588
runs/Jun22_12-50-50_4e4fd3ea7794/events.out.tfevents.1719060679.4e4fd3ea7794.1701.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e8e7f99257708a019ad990c6c55116f82a632121b5c07bd3fb3f41be7dda3a
3
+ size 31752
runs/Jun22_12-50-50_4e4fd3ea7794/events.out.tfevents.1719061195.4e4fd3ea7794.1701.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6a6ec1499c9485538042675921d2e4fb0e44ea58a3482b752f08413c474ccf
3
+ size 457
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a48bb5945f957a1035aec566c5b59668a96ff646b2351641651295f29285d122
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6ce6aeff7c8f942ce666522c188cce93b06154ed733225523f3cb8c2167a6f1
3
+ size 5112