Jurabek commited on
Commit
a1467e1
·
1 Parent(s): 26c02f4

End of training

Browse files
Files changed (4) hide show
  1. README.md +15 -9
  2. config.json +2 -3
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- base_model: anton-l/wav2vec2-base-ft-common-language
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -14,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # AudioClassification
16
 
17
- This model is a fine-tuned version of [anton-l/wav2vec2-base-ft-common-language](https://huggingface.co/anton-l/wav2vec2-base-ft-common-language) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.0348
20
  - Accuracy: 0.0
21
 
22
  ## Model description
@@ -45,17 +46,22 @@ The following hyperparameters were used during training:
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.1
48
- - num_epochs: 5
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 0.6876 | 0.98 | 11 | 1.0517 | 0.0 |
55
- | 0.6753 | 1.96 | 22 | 1.0793 | 0.0 |
56
- | 0.6638 | 2.93 | 33 | 0.9722 | 0.0 |
57
- | 0.6627 | 4.0 | 45 | 1.0017 | 0.0 |
58
- | 0.6603 | 4.89 | 55 | 1.0348 | 0.0 |
 
 
 
 
 
59
 
60
 
61
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # AudioClassification
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.9903
21
  - Accuracy: 0.0
22
 
23
  ## Model description
 
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: 10
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.6783 | 0.98 | 11 | 1.0771 | 0.0 |
56
+ | 0.6614 | 1.96 | 22 | 0.9514 | 0.0 |
57
+ | 0.6628 | 2.93 | 33 | 0.9843 | 0.0 |
58
+ | 0.6629 | 4.0 | 45 | 1.0408 | 0.0 |
59
+ | 0.6583 | 4.98 | 56 | 1.0061 | 0.0 |
60
+ | 0.6623 | 5.96 | 67 | 1.0227 | 0.0 |
61
+ | 0.6613 | 6.93 | 78 | 1.0398 | 0.0 |
62
+ | 0.6635 | 8.0 | 90 | 1.0085 | 0.0 |
63
+ | 0.6577 | 8.98 | 101 | 0.9842 | 0.0 |
64
+ | 0.6629 | 9.78 | 110 | 0.9903 | 0.0 |
65
 
66
 
67
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "anton-l/wav2vec2-base-ft-common-language",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
@@ -52,7 +52,6 @@
52
  "feat_proj_dropout": 0.1,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
- "finetuning_task": "audio-classification",
56
  "freeze_feat_extract_train": true,
57
  "hidden_act": "gelu",
58
  "hidden_dropout": 0.1,
@@ -68,7 +67,7 @@
68
  "uzbek": 0
69
  },
70
  "layer_norm_eps": 1e-05,
71
- "layerdrop": 0.05,
72
  "mask_channel_length": 10,
73
  "mask_channel_min_space": 1,
74
  "mask_channel_other": 0.0,
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-base",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
 
52
  "feat_proj_dropout": 0.1,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
 
55
  "freeze_feat_extract_train": true,
56
  "hidden_act": "gelu",
57
  "hidden_dropout": 0.1,
 
67
  "uzbek": 0
68
  },
69
  "layer_norm_eps": 1e-05,
70
+ "layerdrop": 0.0,
71
  "mask_channel_length": 10,
72
  "mask_channel_min_space": 1,
73
  "mask_channel_other": 0.0,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:582ef57a27ffa6ed455b986cb2e156179c72bee4df060785c8cdce164e20cd6a
3
  size 378350950
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590a99a5755ba7529c930e56daad1201a0ef208bac93c6aec8e53e0a261f86fb
3
  size 378350950
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49adf150f8238474f2b72162d1ba9dd138d49388992cbfa6e90df27d5bc95f1c
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5cc735e157f9801e030937ea4a1fc9896f4838e6cd8bd59ed4637b7d9d70045
3
  size 4536