alirzb commited on
Commit
22261d2
1 Parent(s): e952e2b

Model save

Browse files
Files changed (1) hide show
  1. README.md +64 -66
README.md CHANGED
@@ -1,66 +1,64 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: facebook/wav2vec2-base
5
- tags:
6
- - generated_from_trainer
7
- metrics:
8
- - accuracy
9
- model-index:
10
- - name: IDAT_aug_red_Wav2Vec
11
- results: []
12
- ---
13
-
14
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
- should probably proofread and complete it, then remove this comment. -->
16
-
17
- # IDAT_aug_red_Wav2Vec
18
-
19
- This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
20
- It achieves the following results on the evaluation set:
21
- - Loss: 0.5492
22
- - Accuracy: 0.75
23
-
24
- ## Model description
25
-
26
- More information needed
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
-
40
- The following hyperparameters were used during training:
41
- - learning_rate: 3e-05
42
- - train_batch_size: 1
43
- - eval_batch_size: 1
44
- - seed: 42
45
- - gradient_accumulation_steps: 4
46
- - total_train_batch_size: 4
47
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
- - lr_scheduler_type: linear
49
- - lr_scheduler_warmup_ratio: 0.1
50
- - num_epochs: 2
51
- - mixed_precision_training: Native AMP
52
-
53
- ### Training results
54
-
55
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
- | 0.623 | 1.0 | 35 | 0.5403 | 0.75 |
58
- | 0.5786 | 2.0 | 70 | 0.5492 | 0.75 |
59
-
60
-
61
- ### Framework versions
62
-
63
- - Transformers 4.44.1
64
- - Pytorch 2.4.0+cu118
65
- - Datasets 2.21.0
66
- - Tokenizers 0.19.1
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: IDAT_aug_red_Wav2Vec
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # IDAT_aug_red_Wav2Vec
17
+
18
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6185
21
+ - Accuracy: 0.7917
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 3e-05
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 4
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 2
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.684 | 1.0 | 70 | 0.6536 | 0.575 |
56
+ | 0.6476 | 2.0 | 140 | 0.6185 | 0.7917 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.32.1
62
+ - Pytorch 2.1.2
63
+ - Datasets 2.16.1
64
+ - Tokenizers 0.13.3