Model save
Browse files- README.md +79 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: facebook/w2v-bert-2.0
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
+
model-index:
|
10 |
+
- name: w2v-bert-2.0-chichewa_34_34h
|
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 |
+
# w2v-bert-2.0-chichewa_34_34h
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4180
|
22 |
+
- Wer: 0.4121
|
23 |
+
- Cer: 0.1168
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 3e-05
|
43 |
+
- train_batch_size: 32
|
44 |
+
- eval_batch_size: 32
|
45 |
+
- seed: 42
|
46 |
+
- gradient_accumulation_steps: 2
|
47 |
+
- total_train_batch_size: 64
|
48 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- lr_scheduler_warmup_ratio: 0.1
|
51 |
+
- training_steps: 100000
|
52 |
+
- mixed_precision_training: Native AMP
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
57 |
+
|:-------------:|:-------:|:-----:|:---------------:|:------:|:------:|
|
58 |
+
| 1.2884 | 1.8458 | 1000 | 1.3872 | 1.0113 | 0.3808 |
|
59 |
+
| 0.092 | 3.6907 | 2000 | 0.5229 | 0.5397 | 0.1527 |
|
60 |
+
| 0.0604 | 5.5355 | 3000 | 0.4211 | 0.4785 | 0.1347 |
|
61 |
+
| 0.2837 | 7.3804 | 4000 | 0.3645 | 0.4376 | 0.1248 |
|
62 |
+
| 0.0217 | 9.2253 | 5000 | 0.3404 | 0.4469 | 0.1232 |
|
63 |
+
| 0.0299 | 11.0702 | 6000 | 0.3288 | 0.4160 | 0.1173 |
|
64 |
+
| 0.0162 | 12.9160 | 7000 | 0.3320 | 0.3983 | 0.1139 |
|
65 |
+
| 0.0436 | 14.7608 | 8000 | 0.3125 | 0.3847 | 0.1099 |
|
66 |
+
| 0.0205 | 16.6057 | 9000 | 0.3084 | 0.3910 | 0.1126 |
|
67 |
+
| 0.0198 | 18.4506 | 10000 | 0.4008 | 0.4002 | 0.1135 |
|
68 |
+
| 0.0516 | 20.2955 | 11000 | 0.3086 | 0.3701 | 0.1075 |
|
69 |
+
| 0.0057 | 22.1404 | 12000 | 0.3458 | 0.3847 | 0.1114 |
|
70 |
+
| 0.0041 | 23.9861 | 13000 | 0.3829 | 0.3899 | 0.1137 |
|
71 |
+
| 0.0142 | 25.8310 | 14000 | 0.4180 | 0.4121 | 0.1168 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.48.1
|
77 |
+
- Pytorch 2.6.0+cu124
|
78 |
+
- Datasets 3.5.0
|
79 |
+
- Tokenizers 0.21.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2423068760
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8125b31a918a9f3c505b99f1c2e8278a378a1f036080bc9df758baf728ccacd6
|
3 |
size 2423068760
|