ppparkker commited on
Commit
dbc78ce
·
verified ·
1 Parent(s): 2e558b0

End of training

Browse files
Files changed (5) hide show
  1. README.md +62 -0
  2. config.json +116 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +10 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_test25
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_test25
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
+ - eval_loss: 0.1456
20
+ - eval_PER: 0.0935
21
+ - eval_runtime: 417.7255
22
+ - eval_samples_per_second: 11.922
23
+ - eval_steps_per_second: 0.747
24
+ - learning_rate: 0.0001
25
+ - epoch: 4.7281
26
+ - step: 2000
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 0.0001
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 2
50
+ - total_train_batch_size: 64
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 400
54
+ - num_epochs: 10
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.46.2
60
+ - Pytorch 2.5.1+cu121
61
+ - Datasets 3.1.0
62
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "team-lucid/hubert-base-korean",
3
+ "activation_dropout": 0.05,
4
+ "adapter_attn_dim": null,
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.05,
13
+ "auto_map": {
14
+ "FlaxAutoModel": "team-lucid/hubert-base-korean--modeling_flax_hubert.FlaxHubertModel"
15
+ },
16
+ "bos_token_id": 1,
17
+ "classifier_proj_size": 256,
18
+ "codevector_dim": 256,
19
+ "contrastive_logits_temperature": 0.1,
20
+ "conv_bias": false,
21
+ "conv_dim": [
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512,
26
+ 512,
27
+ 512,
28
+ 512
29
+ ],
30
+ "conv_kernel": [
31
+ 10,
32
+ 3,
33
+ 3,
34
+ 3,
35
+ 3,
36
+ 2,
37
+ 2
38
+ ],
39
+ "conv_stride": [
40
+ 5,
41
+ 2,
42
+ 2,
43
+ 2,
44
+ 2,
45
+ 2,
46
+ 2
47
+ ],
48
+ "ctc_loss_reduction": "mean",
49
+ "ctc_zero_infinity": true,
50
+ "diversity_loss_weight": 0.1,
51
+ "do_stable_layer_norm": false,
52
+ "eos_token_id": 2,
53
+ "feat_extract_activation": "gelu",
54
+ "feat_extract_dropout": 0.0,
55
+ "feat_extract_norm": "group",
56
+ "feat_proj_dropout": 0.05,
57
+ "feat_proj_layer_norm": true,
58
+ "feat_quantizer_dropout": 0.0,
59
+ "final_dropout": 0.1,
60
+ "final_proj_size": 256,
61
+ "gradient_checkpointing": false,
62
+ "hidden_act": "gelu",
63
+ "hidden_dropout": 0.05,
64
+ "hidden_dropout_prob": 0.1,
65
+ "hidden_size": 768,
66
+ "initializer_range": 0.02,
67
+ "intermediate_size": 3072,
68
+ "layer_norm_eps": 1e-05,
69
+ "layerdrop": 0.1,
70
+ "mask_feature_length": 10,
71
+ "mask_feature_min_masks": 0,
72
+ "mask_feature_prob": 0.0,
73
+ "mask_time_length": 10,
74
+ "mask_time_min_masks": 2,
75
+ "mask_time_prob": 0.05,
76
+ "model_type": "wav2vec2",
77
+ "num_adapter_layers": 3,
78
+ "num_attention_heads": 12,
79
+ "num_codevector_groups": 2,
80
+ "num_codevectors_per_group": 320,
81
+ "num_conv_pos_embedding_groups": 16,
82
+ "num_conv_pos_embeddings": 128,
83
+ "num_feat_extract_layers": 7,
84
+ "num_hidden_layers": 12,
85
+ "num_negatives": 100,
86
+ "output_hidden_size": 768,
87
+ "pad_token_id": 43,
88
+ "proj_codevector_dim": 256,
89
+ "tdnn_dilation": [
90
+ 1,
91
+ 2,
92
+ 3,
93
+ 1,
94
+ 1
95
+ ],
96
+ "tdnn_dim": [
97
+ 512,
98
+ 512,
99
+ 512,
100
+ 512,
101
+ 1500
102
+ ],
103
+ "tdnn_kernel": [
104
+ 5,
105
+ 3,
106
+ 3,
107
+ 1,
108
+ 1
109
+ ],
110
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
111
+ "torch_dtype": "float32",
112
+ "transformers_version": "4.46.2",
113
+ "use_weighted_layer_sum": false,
114
+ "vocab_size": 44,
115
+ "xvector_output_dim": 512
116
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:330b843313ed3aa1ce4232535b473c7b75a21ca61a7b1912ca5c78285b29c2c9
3
+ size 377648040
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cache_dir": "/content/drive/MyDrive/forcashe2",
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:8bd517f629f9df66eb7771fe5638a6ee6f3f0ec471543c136a4e41d6f3f90ca7
3
+ size 5240