kojo-george commited on
Commit
d6b4324
·
verified ·
1 Parent(s): d78da47

kojo-george/asr-twi

Browse files
Files changed (24) hide show
  1. README.md +161 -0
  2. adapter.twi.safetensors +3 -0
  3. config.json +108 -0
  4. model.safetensors +3 -0
  5. preprocessor_config.json +9 -0
  6. runs/May27_13-12-58_4b0911a74543/events.out.tfevents.1716815623.4b0911a74543.1502.5 +3 -0
  7. runs/May27_13-16-36_4b0911a74543/events.out.tfevents.1716815858.4b0911a74543.1502.6 +3 -0
  8. runs/May27_18-30-29_d092692a903d/events.out.tfevents.1716834883.d092692a903d.2411.0 +3 -0
  9. runs/May27_18-36-33_d092692a903d/events.out.tfevents.1716835064.d092692a903d.2411.1 +3 -0
  10. runs/May27_18-43-57_d092692a903d/events.out.tfevents.1716835461.d092692a903d.2411.2 +3 -0
  11. runs/May27_18-55-54_d092692a903d/events.out.tfevents.1716836180.d092692a903d.2411.3 +3 -0
  12. runs/May27_22-38-12_daa0f80cfcd9/events.out.tfevents.1716850380.daa0f80cfcd9.1577.0 +3 -0
  13. runs/May27_22-53-53_daa0f80cfcd9/events.out.tfevents.1716851433.daa0f80cfcd9.1577.1 +3 -0
  14. runs/May27_23-39-22_c79e71b2165c/events.out.tfevents.1716853164.c79e71b2165c.2672.0 +3 -0
  15. runs/May28_00-50-14_8a9aceba9ce0/events.out.tfevents.1716857538.8a9aceba9ce0.4891.0 +3 -0
  16. runs/May28_00-53-58_8a9aceba9ce0/events.out.tfevents.1716857647.8a9aceba9ce0.4891.1 +3 -0
  17. runs/May28_00-55-53_8a9aceba9ce0/events.out.tfevents.1716857825.8a9aceba9ce0.4891.2 +3 -0
  18. runs/May28_01-13-08_8a9aceba9ce0/events.out.tfevents.1716858994.8a9aceba9ce0.4891.3 +3 -0
  19. runs/May28_01-33-29_8a9aceba9ce0/events.out.tfevents.1716860032.8a9aceba9ce0.4891.4 +3 -0
  20. runs/May28_01-36-50_8a9aceba9ce0/events.out.tfevents.1716860227.8a9aceba9ce0.4891.5 +3 -0
  21. runs/May28_01-44-10_8a9aceba9ce0/events.out.tfevents.1716860659.8a9aceba9ce0.4891.6 +3 -0
  22. runs/May28_01-56-49_c24007b08b3e/events.out.tfevents.1716861430.c24007b08b3e.289.0 +3 -0
  23. training_args.bin +3 -0
  24. vocab.json +34 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: facebook/mms-1b-all
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: model
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
+ # model
17
+
18
+ This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3423
21
+ - Wer: 0.3105
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.001
41
+ - train_batch_size: 3
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - training_steps: 1000
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 17.8775 | 0.01 | 10 | 9.2984 | 0.9996 |
55
+ | 8.4397 | 0.02 | 20 | 7.0495 | 0.9973 |
56
+ | 5.5511 | 0.03 | 30 | 4.8686 | 1.0 |
57
+ | 3.398 | 0.04 | 40 | 3.1156 | 1.0 |
58
+ | 2.8357 | 0.05 | 50 | 2.6599 | 0.9946 |
59
+ | 2.0922 | 0.06 | 60 | 1.4849 | 0.8331 |
60
+ | 0.9266 | 0.07 | 70 | 0.5457 | 0.4559 |
61
+ | 0.6591 | 0.08 | 80 | 0.4574 | 0.4116 |
62
+ | 0.7803 | 0.09 | 90 | 0.4545 | 0.4063 |
63
+ | 0.4973 | 0.1 | 100 | 0.4489 | 0.4425 |
64
+ | 0.5481 | 0.11 | 110 | 0.4370 | 0.4013 |
65
+ | 0.4983 | 0.12 | 120 | 0.4238 | 0.3812 |
66
+ | 0.546 | 0.13 | 130 | 0.4375 | 0.3669 |
67
+ | 8.1093 | 0.14 | 140 | 0.4303 | 0.4112 |
68
+ | 0.5009 | 0.15 | 150 | 0.4071 | 0.3682 |
69
+ | 1.2317 | 0.16 | 160 | 0.4030 | 0.3655 |
70
+ | 0.7063 | 0.17 | 170 | 0.4210 | 0.3758 |
71
+ | 0.7808 | 0.18 | 180 | 0.4378 | 0.3852 |
72
+ | 0.7112 | 0.19 | 190 | 0.4127 | 0.3951 |
73
+ | 0.5008 | 0.2 | 200 | 0.4060 | 0.3857 |
74
+ | 0.3461 | 0.21 | 210 | 0.4081 | 0.3888 |
75
+ | 0.4504 | 0.22 | 220 | 0.4046 | 0.3776 |
76
+ | 0.4417 | 0.23 | 230 | 0.3936 | 0.3705 |
77
+ | 0.408 | 0.24 | 240 | 0.3949 | 0.3767 |
78
+ | 0.3773 | 0.25 | 250 | 0.3983 | 0.3651 |
79
+ | 0.369 | 0.26 | 260 | 0.3992 | 0.3897 |
80
+ | 0.3457 | 0.27 | 270 | 0.4082 | 0.3808 |
81
+ | 0.3022 | 0.28 | 280 | 0.4145 | 0.3893 |
82
+ | 0.2979 | 0.29 | 290 | 0.4098 | 0.3763 |
83
+ | 0.3151 | 0.3 | 300 | 0.4057 | 0.3736 |
84
+ | 0.2393 | 0.31 | 310 | 0.4157 | 0.3705 |
85
+ | 0.3349 | 0.32 | 320 | 0.4073 | 0.3723 |
86
+ | 0.4345 | 0.33 | 330 | 0.3922 | 0.3682 |
87
+ | 0.4749 | 0.34 | 340 | 0.3954 | 0.3776 |
88
+ | 0.4943 | 0.35 | 350 | 0.4061 | 0.3973 |
89
+ | 0.6501 | 0.36 | 360 | 0.4046 | 0.3723 |
90
+ | 0.4341 | 0.37 | 370 | 0.3860 | 0.3611 |
91
+ | 0.5815 | 0.38 | 380 | 0.3679 | 0.3535 |
92
+ | 0.2856 | 0.39 | 390 | 0.3488 | 0.3396 |
93
+ | 0.4749 | 0.4 | 400 | 0.3422 | 0.3329 |
94
+ | 0.9302 | 0.41 | 410 | 0.7541 | 0.3758 |
95
+ | 0.5203 | 0.42 | 420 | 0.3500 | 0.3405 |
96
+ | 0.5526 | 0.43 | 430 | 0.4483 | 0.3714 |
97
+ | 0.4831 | 0.44 | 440 | 0.3755 | 0.3503 |
98
+ | 0.4884 | 0.45 | 450 | 0.3770 | 0.3468 |
99
+ | 0.6218 | 0.46 | 460 | 0.5081 | 0.4148 |
100
+ | 0.5668 | 0.47 | 470 | 0.3856 | 0.3664 |
101
+ | 0.3642 | 0.48 | 480 | 0.4201 | 0.3870 |
102
+ | 0.7928 | 0.49 | 490 | 0.4262 | 0.3964 |
103
+ | 0.4892 | 0.5 | 500 | 0.3688 | 0.3400 |
104
+ | 0.6385 | 0.51 | 510 | 0.4601 | 0.4063 |
105
+ | 0.5339 | 0.52 | 520 | 0.3698 | 0.3562 |
106
+ | 0.5221 | 0.53 | 530 | 0.3998 | 0.3969 |
107
+ | 0.4743 | 0.54 | 540 | 0.4351 | 0.3924 |
108
+ | 0.4479 | 0.55 | 550 | 0.3744 | 0.3396 |
109
+ | 0.5286 | 0.56 | 560 | 0.3924 | 0.3691 |
110
+ | 0.4581 | 0.57 | 570 | 0.4267 | 0.3875 |
111
+ | 0.5132 | 0.58 | 580 | 0.3893 | 0.3606 |
112
+ | 0.463 | 0.59 | 590 | 0.3994 | 0.3638 |
113
+ | 0.689 | 0.6 | 600 | 0.3974 | 0.3696 |
114
+ | 0.3677 | 0.61 | 610 | 0.4022 | 0.3714 |
115
+ | 0.4683 | 0.62 | 620 | 0.4243 | 0.3857 |
116
+ | 1.0951 | 0.63 | 630 | 0.3747 | 0.3347 |
117
+ | 0.4472 | 0.64 | 640 | 0.3928 | 0.3530 |
118
+ | 0.5295 | 0.65 | 650 | 0.3913 | 0.3611 |
119
+ | 0.4069 | 0.66 | 660 | 0.3725 | 0.3163 |
120
+ | 0.4025 | 0.67 | 670 | 0.4177 | 0.3526 |
121
+ | 0.6354 | 0.68 | 680 | 0.4142 | 0.3848 |
122
+ | 0.4844 | 0.69 | 690 | 0.3541 | 0.3298 |
123
+ | 0.4076 | 0.7 | 700 | 0.4707 | 0.4121 |
124
+ | 0.4163 | 0.71 | 710 | 0.3728 | 0.3477 |
125
+ | 0.508 | 0.72 | 720 | 0.3670 | 0.3356 |
126
+ | 0.4467 | 0.73 | 730 | 0.4091 | 0.3696 |
127
+ | 0.5598 | 0.74 | 740 | 0.3691 | 0.3333 |
128
+ | 0.3704 | 0.75 | 750 | 0.4129 | 0.3718 |
129
+ | 0.4187 | 0.76 | 760 | 0.3447 | 0.3230 |
130
+ | 0.3781 | 0.77 | 770 | 0.3295 | 0.3217 |
131
+ | 1.8508 | 0.78 | 780 | 0.3301 | 0.3320 |
132
+ | 0.4231 | 0.79 | 790 | 0.3545 | 0.3799 |
133
+ | 0.685 | 0.8 | 800 | 0.3536 | 0.3570 |
134
+ | 1.6723 | 0.81 | 810 | 0.3546 | 0.3517 |
135
+ | 0.7572 | 0.82 | 820 | 0.3451 | 0.3387 |
136
+ | 0.4066 | 0.83 | 830 | 0.3371 | 0.3244 |
137
+ | 0.3854 | 0.84 | 840 | 0.3376 | 0.3311 |
138
+ | 0.3398 | 0.85 | 850 | 0.3411 | 0.3365 |
139
+ | 0.5831 | 0.86 | 860 | 0.3403 | 0.3239 |
140
+ | 0.3535 | 0.87 | 870 | 0.3461 | 0.3293 |
141
+ | 0.356 | 0.88 | 880 | 0.3407 | 0.3230 |
142
+ | 0.9119 | 0.89 | 890 | 0.3407 | 0.3168 |
143
+ | 0.7343 | 0.9 | 900 | 0.3407 | 0.3172 |
144
+ | 2.2157 | 0.91 | 910 | 0.3422 | 0.3177 |
145
+ | 0.7775 | 0.92 | 920 | 0.3423 | 0.3168 |
146
+ | 0.7004 | 0.93 | 930 | 0.3413 | 0.3074 |
147
+ | 0.3577 | 0.94 | 940 | 0.3438 | 0.3087 |
148
+ | 0.3111 | 0.95 | 950 | 0.3451 | 0.3105 |
149
+ | 0.7131 | 0.96 | 960 | 0.3448 | 0.3110 |
150
+ | 0.8791 | 0.97 | 970 | 0.3438 | 0.3119 |
151
+ | 0.3749 | 0.98 | 980 | 0.3428 | 0.3092 |
152
+ | 0.3108 | 0.99 | 990 | 0.3424 | 0.3105 |
153
+ | 0.4724 | 1.0 | 1000 | 0.3423 | 0.3105 |
154
+
155
+
156
+ ### Framework versions
157
+
158
+ - Transformers 4.42.0.dev0
159
+ - Pytorch 2.3.0+cu121
160
+ - Datasets 2.19.1
161
+ - Tokenizers 0.19.1
adapter.twi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3f05d72cc830e505fd4846c5dd51bb83545a94c1a7cbc6bf1c66874652275a
3
+ size 8803656
config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/mms-1b-all",
3
+ "activation_dropout": 0.05,
4
+ "adapter_attn_dim": 16,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.0,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 1024,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.0,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.05,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.0,
58
+ "hidden_size": 1280,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 5120,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.0,
63
+ "mask_feature_length": 10,
64
+ "mask_feature_min_masks": 0,
65
+ "mask_feature_prob": 0.0,
66
+ "mask_time_length": 10,
67
+ "mask_time_min_masks": 2,
68
+ "mask_time_prob": 0.05,
69
+ "model_type": "wav2vec2",
70
+ "num_adapter_layers": 3,
71
+ "num_attention_heads": 16,
72
+ "num_codevector_groups": 2,
73
+ "num_codevectors_per_group": 320,
74
+ "num_conv_pos_embedding_groups": 16,
75
+ "num_conv_pos_embeddings": 128,
76
+ "num_feat_extract_layers": 7,
77
+ "num_hidden_layers": 48,
78
+ "num_negatives": 100,
79
+ "output_hidden_size": 1280,
80
+ "pad_token_id": 29,
81
+ "proj_codevector_dim": 1024,
82
+ "tdnn_dilation": [
83
+ 1,
84
+ 2,
85
+ 3,
86
+ 1,
87
+ 1
88
+ ],
89
+ "tdnn_dim": [
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 1500
95
+ ],
96
+ "tdnn_kernel": [
97
+ 5,
98
+ 3,
99
+ 3,
100
+ 1,
101
+ 1
102
+ ],
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.42.0.dev0",
105
+ "use_weighted_layer_sum": false,
106
+ "vocab_size": 32,
107
+ "xvector_output_dim": 512
108
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bd9dc27cd8899d18ac6a2a3f5cf8c787eb3b40137ed877a995169f6a4559a7c
3
+ size 3858896048
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
runs/May27_13-12-58_4b0911a74543/events.out.tfevents.1716815623.4b0911a74543.1502.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f98496fd37164f9eb5b1969316322ac0963854e20ddbc2efa6354f0778359a
3
+ size 6281
runs/May27_13-16-36_4b0911a74543/events.out.tfevents.1716815858.4b0911a74543.1502.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0e403dd0758d39d25dc8bc3548c41fd69cfa6fca31536e038897e376c905731
3
+ size 6284
runs/May27_18-30-29_d092692a903d/events.out.tfevents.1716834883.d092692a903d.2411.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a72a4607103e9d2b2b516ca031bce72485d644aad0201a9952a6bc8d5b39833
3
+ size 6281
runs/May27_18-36-33_d092692a903d/events.out.tfevents.1716835064.d092692a903d.2411.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad210b173ead9bf43289b3cdfbd1803a8f58327f17dd2d15c3ee3b7b3d27b2a
3
+ size 12478
runs/May27_18-43-57_d092692a903d/events.out.tfevents.1716835461.d092692a903d.2411.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfaec2e4a8a884c2528c1255da70ca687764b807c22bd88c6ff597377f652f8f
3
+ size 6283
runs/May27_18-55-54_d092692a903d/events.out.tfevents.1716836180.d092692a903d.2411.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50ce15a3040ada02be096fe0692eb4a40fd4d3eb8e597362a62ddafc3afd48f
3
+ size 6439
runs/May27_22-38-12_daa0f80cfcd9/events.out.tfevents.1716850380.daa0f80cfcd9.1577.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:745b9e1e3aebe887baa7a97676e3e5ba3ddd805c2ff94b29dc1143f0de7b9268
3
+ size 6283
runs/May27_22-53-53_daa0f80cfcd9/events.out.tfevents.1716851433.daa0f80cfcd9.1577.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be95cb1317ef22de0171d77d02eefdb9201cabf30afefed3dc807ce455a5706
3
+ size 6281
runs/May27_23-39-22_c79e71b2165c/events.out.tfevents.1716853164.c79e71b2165c.2672.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e17fd82910167798c94e882f17a0870a5fadb669fd1f5818ae8ed08d04228fd
3
+ size 24864
runs/May28_00-50-14_8a9aceba9ce0/events.out.tfevents.1716857538.8a9aceba9ce0.4891.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9a63878c47cd7e0c17cb436529c7fb5515c207962c2b102a1c4ee91cc80dce
3
+ size 6287
runs/May28_00-53-58_8a9aceba9ce0/events.out.tfevents.1716857647.8a9aceba9ce0.4891.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec691f3eab61709db018cb4a919a3d8959c9ae803b409151cbe28686b5e78a0
3
+ size 7013
runs/May28_00-55-53_8a9aceba9ce0/events.out.tfevents.1716857825.8a9aceba9ce0.4891.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:202b4287920370e47efc334e541e89c7423e8360f5f34a12d8205d0c133512fb
3
+ size 7946
runs/May28_01-13-08_8a9aceba9ce0/events.out.tfevents.1716858994.8a9aceba9ce0.4891.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1aecaa91aac7c8c50a2af0cf9f7eeebc34c2d835a5ab7e737f89d545aad04c5
3
+ size 25355
runs/May28_01-33-29_8a9aceba9ce0/events.out.tfevents.1716860032.8a9aceba9ce0.4891.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e973c1d196ae32c42d280d9ff7df22bd28577ec74d7ae76a4e42b2e598b5b59c
3
+ size 6493
runs/May28_01-36-50_8a9aceba9ce0/events.out.tfevents.1716860227.8a9aceba9ce0.4891.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a488580e524683bd50fbf265e0beaeba02977688af2362cd519840fd3422433a
3
+ size 7012
runs/May28_01-44-10_8a9aceba9ce0/events.out.tfevents.1716860659.8a9aceba9ce0.4891.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3c910865db17551b72aee2e689258fa6888f3d459a9c20fef074221cdf079f9
3
+ size 7012
runs/May28_01-56-49_c24007b08b3e/events.out.tfevents.1716861430.c24007b08b3e.289.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cfb5fabfbe9d0b2aff851d79e0bc0e8d8eea72bc8ac9635a3830a8b11ba8d00
3
+ size 80468
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecdf85aae2ac12d51aca84ae0296ea50f02268674325b3ff77e89ae956b4c657
3
+ size 5112
vocab.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "twi": {
3
+ "[PAD]": 29,
4
+ "[UNK]": 28,
5
+ "a": 1,
6
+ "b": 2,
7
+ "c": 3,
8
+ "d": 4,
9
+ "e": 5,
10
+ "f": 6,
11
+ "g": 7,
12
+ "h": 8,
13
+ "i": 9,
14
+ "j": 10,
15
+ "k": 11,
16
+ "l": 12,
17
+ "m": 13,
18
+ "n": 14,
19
+ "o": 15,
20
+ "p": 16,
21
+ "q": 17,
22
+ "r": 18,
23
+ "s": 19,
24
+ "t": 20,
25
+ "u": 21,
26
+ "v": 22,
27
+ "w": 23,
28
+ "x": 24,
29
+ "y": 25,
30
+ "|": 0,
31
+ "ɔ": 26,
32
+ "ɛ": 27
33
+ }
34
+ }