indrajitharidas commited on
Commit
4bbd1d0
·
verified ·
1 Parent(s): 9f61695

Model save

Browse files
README.md CHANGED
@@ -25,13 +25,13 @@ model-index:
25
  metrics:
26
  - name: F1
27
  type: f1
28
- value: 0.11428571428571428
29
  - name: Precision
30
  type: precision
31
  value: 0.6666666666666666
32
  - name: Recall
33
  type: recall
34
- value: 0.0625
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,10 +41,10 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
43
  It achieves the following results on the evaluation set:
44
- - Loss: 0.6934
45
- - F1: 0.1143
46
  - Precision: 0.6667
47
- - Recall: 0.0625
48
 
49
  ## Model description
50
 
@@ -72,15 +72,32 @@ The following hyperparameters were used during training:
72
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
  - lr_scheduler_type: linear
74
  - lr_scheduler_warmup_ratio: 0.1
75
- - num_epochs: 3
76
 
77
  ### Training results
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall |
80
  |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|
81
- | No log | 1.0 | 2 | 0.6925 | 0.1176 | 1.0 | 0.0625 |
82
- | No log | 2.0 | 4 | 0.6929 | 0.1081 | 0.4 | 0.0625 |
83
- | No log | 3.0 | 6 | 0.6934 | 0.1143 | 0.6667 | 0.0625 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
 
86
  ### Framework versions
 
25
  metrics:
26
  - name: F1
27
  type: f1
28
+ value: 0.21052631578947367
29
  - name: Precision
30
  type: precision
31
  value: 0.6666666666666666
32
  - name: Recall
33
  type: recall
34
+ value: 0.125
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
43
  It achieves the following results on the evaluation set:
44
+ - Loss: 0.6981
45
+ - F1: 0.2105
46
  - Precision: 0.6667
47
+ - Recall: 0.125
48
 
49
  ## Model description
50
 
 
72
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
  - lr_scheduler_type: linear
74
  - lr_scheduler_warmup_ratio: 0.1
75
+ - num_epochs: 20
76
 
77
  ### Training results
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall |
80
  |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|
81
+ | No log | 1.0 | 2 | 0.6927 | 0.2857 | 0.6 | 0.1875 |
82
+ | No log | 2.0 | 4 | 0.6922 | 0.1143 | 0.6667 | 0.0625 |
83
+ | No log | 3.0 | 6 | 0.6928 | 0.0606 | 1.0 | 0.0312 |
84
+ | No log | 4.0 | 8 | 0.6914 | 0.1176 | 1.0 | 0.0625 |
85
+ | 0.6903 | 5.0 | 10 | 0.6931 | 0.1176 | 1.0 | 0.0625 |
86
+ | 0.6903 | 6.0 | 12 | 0.6942 | 0.1176 | 1.0 | 0.0625 |
87
+ | 0.6903 | 7.0 | 14 | 0.6947 | 0.1081 | 0.4 | 0.0625 |
88
+ | 0.6903 | 8.0 | 16 | 0.6945 | 0.1143 | 0.6667 | 0.0625 |
89
+ | 0.6903 | 9.0 | 18 | 0.6955 | 0.1111 | 0.5 | 0.0625 |
90
+ | 0.6811 | 10.0 | 20 | 0.6974 | 0.1111 | 0.5 | 0.0625 |
91
+ | 0.6811 | 11.0 | 22 | 0.6991 | 0.0571 | 0.3333 | 0.0312 |
92
+ | 0.6811 | 12.0 | 24 | 0.7006 | 0.1111 | 0.5 | 0.0625 |
93
+ | 0.6811 | 13.0 | 26 | 0.7007 | 0.1111 | 0.5 | 0.0625 |
94
+ | 0.6811 | 14.0 | 28 | 0.7013 | 0.1111 | 0.5 | 0.0625 |
95
+ | 0.6745 | 15.0 | 30 | 0.7015 | 0.1111 | 0.5 | 0.0625 |
96
+ | 0.6745 | 16.0 | 32 | 0.7004 | 0.1111 | 0.5 | 0.0625 |
97
+ | 0.6745 | 17.0 | 34 | 0.6992 | 0.1622 | 0.6 | 0.0938 |
98
+ | 0.6745 | 18.0 | 36 | 0.6990 | 0.1622 | 0.6 | 0.0938 |
99
+ | 0.6745 | 19.0 | 38 | 0.6986 | 0.2105 | 0.6667 | 0.125 |
100
+ | 0.6669 | 20.0 | 40 | 0.6981 | 0.2105 | 0.6667 | 0.125 |
101
 
102
 
103
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c91680e4b7387a54def2b1162cfeb3d106378350eb1df5322dd776d2e9307849
3
  size 378302360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6451f7674945db1f223285870cbf183f7dfeafb279c856a4b1241595235c08a5
3
  size 378302360
runs/Sep26_11-03-02_Indrajits-MBP/events.out.tfevents.1727373786.Indrajits-MBP.17655.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b182aa673a94ff4ef5a0025217c02c1dc0a4ff58f177a2c4ffd3c87f7c417b46
3
- size 15393
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b81a6c442e886931171110880c0b6a30780ad5af7676cb7a7c84ed6f307c6ce0
3
+ size 16153