End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: facebook/wav2vec2-base-960h
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
model-index:
|
| 9 |
+
- name: wav2vec2-base-960h-finetuned-ks
|
| 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 |
+
# wav2vec2-base-960h-finetuned-ks
|
| 17 |
+
|
| 18 |
+
This model is a fine-tuned version of [facebook/wav2vec2-base-960h](https://huggingface.co/facebook/wav2vec2-base-960h) on an unknown dataset.
|
| 19 |
+
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 2.6449
|
| 21 |
+
- Accuracy: 0.1069
|
| 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: 5e-05
|
| 41 |
+
- train_batch_size: 128
|
| 42 |
+
- eval_batch_size: 128
|
| 43 |
+
- seed: 42
|
| 44 |
+
- gradient_accumulation_steps: 8
|
| 45 |
+
- total_train_batch_size: 1024
|
| 46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
+
- lr_scheduler_type: linear
|
| 48 |
+
- lr_scheduler_warmup_ratio: 0.2
|
| 49 |
+
- lr_scheduler_warmup_steps: 10
|
| 50 |
+
- training_steps: 30
|
| 51 |
+
|
| 52 |
+
### Training results
|
| 53 |
+
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 56 |
+
| No log | 1.0 | 1 | 2.6379 | 0.0840 |
|
| 57 |
+
| 1.3193 | 2.0 | 3 | 2.6377 | 0.0840 |
|
| 58 |
+
| 1.1536 | 3.0 | 4 | 2.6374 | 0.0763 |
|
| 59 |
+
| 0.8255 | 4.0 | 6 | 2.6377 | 0.0763 |
|
| 60 |
+
| 0.8247 | 5.0 | 8 | 2.6390 | 0.0763 |
|
| 61 |
+
| 0.8247 | 6.0 | 9 | 2.6387 | 0.0840 |
|
| 62 |
+
| 1.1536 | 7.0 | 11 | 2.6415 | 0.0992 |
|
| 63 |
+
| 1.3183 | 8.0 | 12 | 2.6408 | 0.0916 |
|
| 64 |
+
| 1.3183 | 9.0 | 13 | 2.6402 | 0.0992 |
|
| 65 |
+
| 1.3176 | 10.0 | 15 | 2.6414 | 0.0992 |
|
| 66 |
+
| 1.1517 | 11.0 | 16 | 2.6419 | 0.0992 |
|
| 67 |
+
| 0.823 | 12.0 | 18 | 2.6426 | 0.0992 |
|
| 68 |
+
| 0.8222 | 13.0 | 20 | 2.6449 | 0.1069 |
|
| 69 |
+
| 0.8222 | 14.0 | 21 | 2.6467 | 0.0992 |
|
| 70 |
+
| 1.1534 | 15.0 | 23 | 2.6469 | 0.0916 |
|
| 71 |
+
| 1.3186 | 16.0 | 24 | 2.6464 | 0.0840 |
|
| 72 |
+
| 1.3186 | 17.0 | 25 | 2.6460 | 0.0840 |
|
| 73 |
+
| 1.3143 | 18.0 | 27 | 2.6454 | 0.0916 |
|
| 74 |
+
| 1.1482 | 19.0 | 28 | 2.6450 | 0.0840 |
|
| 75 |
+
| 0.8229 | 20.0 | 30 | 2.6450 | 0.0840 |
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
### Framework versions
|
| 79 |
+
|
| 80 |
+
- Transformers 4.36.2
|
| 81 |
+
- Pytorch 2.1.0+cu121
|
| 82 |
+
- Datasets 2.15.0
|
| 83 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378314704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5e95f3d7be4dac099c02ab1f10ff8ef277747788df77601729d37ebc3257b4e
|
| 3 |
size 378314704
|
runs/Dec21_14-43-55_1f242e286bb5/events.out.tfevents.1703169856.1f242e286bb5.492.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85e5fcb405d31bade567fcb6c56a845d9a4ad72973bf66b6859234864dfe215a
|
| 3 |
+
size 15554
|
runs/Dec21_14-43-55_1f242e286bb5/events.out.tfevents.1703170346.1f242e286bb5.492.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a9770c5f432c9f1322a425df47c44a453e7615977c26356511d7919e90113de
|
| 3 |
+
size 405
|