ppparkker commited on
Commit
344fd27
1 Parent(s): 15f46ae

End of training

Browse files
Files changed (5) hide show
  1. README.md +74 -0
  2. config.json +80 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +10 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: team-lucid/hubert-base-korean
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: for_test13
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # for_test13
16
+
17
+ This model is a fine-tuned version of [team-lucid/hubert-base-korean](https://huggingface.co/team-lucid/hubert-base-korean) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 9.8047
20
+ - Per: 2.5339
21
+ - Learning Rate: 0.0000
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.0001
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 64
46
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 20
49
+ - num_epochs: 10
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Per | Rate |
55
+ |:-------------:|:------:|:----:|:---------------:|:------:|:------:|
56
+ | 10.7575 | 0.8547 | 50 | 11.3211 | 1.3831 | 0.0001 |
57
+ | 6.5834 | 1.7094 | 100 | 10.3838 | 2.6287 | 0.0001 |
58
+ | 5.7953 | 2.5641 | 150 | 10.0381 | 2.7805 | 0.0001 |
59
+ | 5.4816 | 3.4188 | 200 | 9.9584 | 2.7593 | 0.0001 |
60
+ | 5.4448 | 4.2735 | 250 | 9.9493 | 2.7246 | 0.0001 |
61
+ | 5.1187 | 5.1282 | 300 | 9.9573 | 2.6414 | 0.0001 |
62
+ | 4.5692 | 5.9829 | 350 | 9.9676 | 2.5711 | 0.0000 |
63
+ | 5.1398 | 6.8376 | 400 | 9.8478 | 2.5756 | 0.0000 |
64
+ | 4.7656 | 7.6923 | 450 | 9.8491 | 2.5501 | 0.0000 |
65
+ | 5.0038 | 8.5470 | 500 | 9.8228 | 2.5269 | 0.0000 |
66
+ | 5.3115 | 9.4017 | 550 | 9.8047 | 2.5339 | 0.0000 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.46.2
72
+ - Pytorch 2.5.1+cu121
73
+ - Datasets 3.1.0
74
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "team-lucid/hubert-base-korean",
3
+ "activation_dropout": 0.05,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "HubertForCTC"
7
+ ],
8
+ "attention_dropout": 0.01,
9
+ "auto_map": {
10
+ "FlaxAutoModel": "team-lucid/hubert-base-korean--modeling_flax_hubert.FlaxHubertModel"
11
+ },
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "conv_bias": false,
15
+ "conv_dim": [
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512
23
+ ],
24
+ "conv_kernel": [
25
+ 10,
26
+ 3,
27
+ 3,
28
+ 3,
29
+ 3,
30
+ 2,
31
+ 2
32
+ ],
33
+ "conv_stride": [
34
+ 5,
35
+ 2,
36
+ 2,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2
41
+ ],
42
+ "ctc_loss_reduction": "mean",
43
+ "ctc_zero_infinity": true,
44
+ "do_stable_layer_norm": false,
45
+ "eos_token_id": 2,
46
+ "feat_extract_activation": "gelu",
47
+ "feat_extract_dropout": 0.0,
48
+ "feat_extract_norm": "group",
49
+ "feat_proj_dropout": 0.05,
50
+ "feat_proj_layer_norm": true,
51
+ "final_dropout": 0.1,
52
+ "final_proj_size": 256,
53
+ "gradient_checkpointing": false,
54
+ "hidden_act": "gelu",
55
+ "hidden_dropout": 0.05,
56
+ "hidden_dropout_prob": 0.1,
57
+ "hidden_size": 768,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 3072,
60
+ "layer_norm_eps": 1e-05,
61
+ "layerdrop": 0.1,
62
+ "mask_feature_length": 10,
63
+ "mask_feature_min_masks": 0,
64
+ "mask_feature_prob": 0.0,
65
+ "mask_time_length": 10,
66
+ "mask_time_min_masks": 2,
67
+ "mask_time_prob": 0.1,
68
+ "model_type": "hubert",
69
+ "num_attention_heads": 12,
70
+ "num_conv_pos_embedding_groups": 16,
71
+ "num_conv_pos_embeddings": 128,
72
+ "num_feat_extract_layers": 7,
73
+ "num_hidden_layers": 12,
74
+ "pad_token_id": 43,
75
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
76
+ "torch_dtype": "float32",
77
+ "transformers_version": "4.46.2",
78
+ "use_weighted_layer_sum": false,
79
+ "vocab_size": 44
80
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fedae78d85046497f3ce8a233a9904ce954e7e6eacd82c59034e120bace9f8
3
+ size 377647624
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cache_dir": "/content/drive/MyDrive/here",
3
+ "do_normalize": true,
4
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
5
+ "feature_size": 1,
6
+ "padding_side": "right",
7
+ "padding_value": 0.0,
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05e8c0e0ddea3f29f722a59cbf32ca7d2cdcfd90d776f426cefb721f35733a36
3
+ size 5240