indrajitharidas commited on
Commit
036fc6b
1 Parent(s): 956ee4a

Model save

Browse files
README.md CHANGED
@@ -6,32 +6,9 @@ tags:
6
  - generated_from_trainer
7
  datasets:
8
  - audiofolder
9
- metrics:
10
- - f1
11
- - precision
12
- - recall
13
  model-index:
14
  - name: 1.0.0
15
- results:
16
- - task:
17
- name: Audio Classification
18
- type: audio-classification
19
- dataset:
20
- name: audiofolder
21
- type: audiofolder
22
- config: initial_audio
23
- split: test
24
- args: initial_audio
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
@@ -40,11 +17,6 @@ should probably proofread and complete it, then remove this comment. -->
40
  # 1.0.0
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,37 +44,18 @@ 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: 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
104
 
105
- - Transformers 4.44.2
106
  - Pytorch 2.4.1
107
  - Datasets 3.0.0
108
- - Tokenizers 0.19.1
 
6
  - generated_from_trainer
7
  datasets:
8
  - audiofolder
 
 
 
 
9
  model-index:
10
  - name: 1.0.0
11
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
  # 1.0.0
18
 
19
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
 
 
 
 
 
20
 
21
  ## Model description
22
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 1
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall |
52
+ |:-------------:|:-----:|:----:|:---------------:|:---:|:---------:|:------:|
53
+ | No log | 1.0 | 2 | 0.6959 | 0.2 | 0.5 | 0.125 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.45.1
59
  - Pytorch 2.4.1
60
  - Datasets 3.0.0
61
+ - Tokenizers 0.20.0
runs/Oct02_13-43-11_Indrajits-MBP/events.out.tfevents.1727901794.Indrajits-MBP.11126.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5aabbc187bbf7380da52741fb8645157739b6f17c0035e551c522ddd84267d75
3
- size 4184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81d279b67dc18e471719be612b24a9ced3d9570a6401f3e794974610122540cc
3
+ size 7525