End of training
Browse files
README.md
CHANGED
|
@@ -1,3 +1,83 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: ylacombe/w2v-bert-2.0-600m-turkish-colab
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
datasets:
|
| 6 |
+
- common_voice_16_0
|
| 7 |
+
metrics:
|
| 8 |
+
- wer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: mactest2
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
name: Automatic Speech Recognition
|
| 14 |
+
type: automatic-speech-recognition
|
| 15 |
+
dataset:
|
| 16 |
+
name: common_voice_16_0
|
| 17 |
+
type: common_voice_16_0
|
| 18 |
+
config: tr
|
| 19 |
+
split: test
|
| 20 |
+
args: tr
|
| 21 |
+
metrics:
|
| 22 |
+
- name: Wer
|
| 23 |
+
type: wer
|
| 24 |
+
value: 0.3088954056695992
|
| 25 |
---
|
| 26 |
+
|
| 27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 28 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 29 |
+
|
| 30 |
+
# mactest2
|
| 31 |
+
|
| 32 |
+
This model is a fine-tuned version of [ylacombe/w2v-bert-2.0-600m-turkish-colab](https://huggingface.co/ylacombe/w2v-bert-2.0-600m-turkish-colab) on the common_voice_16_0 dataset.
|
| 33 |
+
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.5663
|
| 35 |
+
- Wer: 0.3089
|
| 36 |
+
|
| 37 |
+
## Model description
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Intended uses & limitations
|
| 42 |
+
|
| 43 |
+
More information needed
|
| 44 |
+
|
| 45 |
+
## Training and evaluation data
|
| 46 |
+
|
| 47 |
+
More information needed
|
| 48 |
+
|
| 49 |
+
## Training procedure
|
| 50 |
+
|
| 51 |
+
### Training hyperparameters
|
| 52 |
+
|
| 53 |
+
The following hyperparameters were used during training:
|
| 54 |
+
- learning_rate: 5e-05
|
| 55 |
+
- train_batch_size: 8
|
| 56 |
+
- eval_batch_size: 8
|
| 57 |
+
- seed: 42
|
| 58 |
+
- gradient_accumulation_steps: 2
|
| 59 |
+
- total_train_batch_size: 16
|
| 60 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 61 |
+
- lr_scheduler_type: linear
|
| 62 |
+
- lr_scheduler_warmup_steps: 150
|
| 63 |
+
- num_epochs: 10
|
| 64 |
+
- mixed_precision_training: Native AMP
|
| 65 |
+
|
| 66 |
+
### Training results
|
| 67 |
+
|
| 68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 69 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 70 |
+
| 0.305 | 1.6 | 100 | 0.4562 | 0.2952 |
|
| 71 |
+
| 0.0505 | 3.2 | 200 | 0.4923 | 0.3284 |
|
| 72 |
+
| 0.0298 | 4.8 | 300 | 0.4925 | 0.3157 |
|
| 73 |
+
| 0.0156 | 6.4 | 400 | 0.5194 | 0.3069 |
|
| 74 |
+
| 0.0058 | 8.0 | 500 | 0.5420 | 0.3050 |
|
| 75 |
+
| 0.004 | 9.6 | 600 | 0.5663 | 0.3089 |
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
### Framework versions
|
| 79 |
+
|
| 80 |
+
- Transformers 4.37.0.dev0
|
| 81 |
+
- Pytorch 2.1.0+cu121
|
| 82 |
+
- Datasets 2.16.1
|
| 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 2422978560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:977d016e3b88fc52116288141fbaf85b1f8659c35bf9c35925bce896c670c810
|
| 3 |
size 2422978560
|
runs/Jan24_13-17-01_e237200c6fff/events.out.tfevents.1706102275.e237200c6fff.435.0
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:ed75aced424f56d9e6f151952ed9fa268e27b311d1ff40742c40c9091207bf44
|
| 3 |
+
size 9776
|