Commit
·
867e7e2
1
Parent(s):
079bd0a
Model save
Browse files- README.md +101 -0
- pytorch_model.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: facebook_wav2vec2-base
|
| 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 |
+
# facebook_wav2vec2-base
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.4227
|
| 21 |
+
- Accuracy: 0.8974
|
| 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: 0.0003
|
| 41 |
+
- train_batch_size: 16
|
| 42 |
+
- eval_batch_size: 2
|
| 43 |
+
- seed: 0
|
| 44 |
+
- gradient_accumulation_steps: 4
|
| 45 |
+
- total_train_batch_size: 64
|
| 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.0
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 55 |
+
| 0.352 | 0.25 | 100 | 0.0266 | 0.9961 |
|
| 56 |
+
| 0.2689 | 0.5 | 200 | 0.2177 | 0.9808 |
|
| 57 |
+
| 1.2723 | 0.76 | 300 | 0.0354 | 0.9924 |
|
| 58 |
+
| 0.6624 | 1.01 | 400 | 0.4243 | 0.8974 |
|
| 59 |
+
| 0.5959 | 1.26 | 500 | 0.4805 | 0.8974 |
|
| 60 |
+
| 0.594 | 1.51 | 600 | 0.4401 | 0.8974 |
|
| 61 |
+
| 0.6017 | 1.76 | 700 | 0.4308 | 0.8974 |
|
| 62 |
+
| 0.5973 | 2.02 | 800 | 0.3904 | 0.8974 |
|
| 63 |
+
| 0.6096 | 2.27 | 900 | 0.4004 | 0.8974 |
|
| 64 |
+
| 0.5936 | 2.52 | 1000 | 0.4180 | 0.8974 |
|
| 65 |
+
| 0.5932 | 2.77 | 1100 | 0.4600 | 0.8974 |
|
| 66 |
+
| 0.5884 | 3.02 | 1200 | 0.4335 | 0.8974 |
|
| 67 |
+
| 0.5815 | 3.28 | 1300 | 0.3711 | 0.8974 |
|
| 68 |
+
| 0.5923 | 3.53 | 1400 | 0.4266 | 0.8974 |
|
| 69 |
+
| 0.6062 | 3.78 | 1500 | 0.4494 | 0.8974 |
|
| 70 |
+
| 0.6025 | 4.03 | 1600 | 0.4098 | 0.8974 |
|
| 71 |
+
| 0.5907 | 4.28 | 1700 | 0.3796 | 0.8974 |
|
| 72 |
+
| 0.5933 | 4.54 | 1800 | 0.4114 | 0.8974 |
|
| 73 |
+
| 0.5997 | 4.79 | 1900 | 0.4284 | 0.8974 |
|
| 74 |
+
| 0.6028 | 5.04 | 2000 | 0.4269 | 0.8974 |
|
| 75 |
+
| 0.5936 | 5.29 | 2100 | 0.4423 | 0.8974 |
|
| 76 |
+
| 0.5994 | 5.55 | 2200 | 0.4397 | 0.8974 |
|
| 77 |
+
| 0.5937 | 5.8 | 2300 | 0.4305 | 0.8974 |
|
| 78 |
+
| 0.5958 | 6.05 | 2400 | 0.4338 | 0.8974 |
|
| 79 |
+
| 0.5984 | 6.3 | 2500 | 0.3945 | 0.8974 |
|
| 80 |
+
| 0.5943 | 6.55 | 2600 | 0.3878 | 0.8974 |
|
| 81 |
+
| 0.5819 | 6.81 | 2700 | 0.4235 | 0.8974 |
|
| 82 |
+
| 0.594 | 7.06 | 2800 | 0.4160 | 0.8974 |
|
| 83 |
+
| 0.5883 | 7.31 | 2900 | 0.4076 | 0.8974 |
|
| 84 |
+
| 0.5877 | 7.56 | 3000 | 0.4213 | 0.8974 |
|
| 85 |
+
| 0.5939 | 7.81 | 3100 | 0.4089 | 0.8974 |
|
| 86 |
+
| 0.6025 | 8.07 | 3200 | 0.4385 | 0.8974 |
|
| 87 |
+
| 0.6016 | 8.32 | 3300 | 0.4373 | 0.8974 |
|
| 88 |
+
| 0.5815 | 8.57 | 3400 | 0.4191 | 0.8974 |
|
| 89 |
+
| 0.5915 | 8.82 | 3500 | 0.4216 | 0.8974 |
|
| 90 |
+
| 0.602 | 9.07 | 3600 | 0.4337 | 0.8974 |
|
| 91 |
+
| 0.5907 | 9.33 | 3700 | 0.4129 | 0.8974 |
|
| 92 |
+
| 0.603 | 9.58 | 3800 | 0.4216 | 0.8974 |
|
| 93 |
+
| 0.593 | 9.83 | 3900 | 0.4227 | 0.8974 |
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
### Framework versions
|
| 97 |
+
|
| 98 |
+
- Transformers 4.34.0.dev0
|
| 99 |
+
- Pytorch 2.0.0.post302
|
| 100 |
+
- Datasets 2.14.5
|
| 101 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378350441
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f37bfd536448cfb3c1afa82a2e00707b182055c157b0c167dea5437d386782d
|
| 3 |
size 378350441
|