arshsin commited on
Commit
6626a8c
1 Parent(s): 620c466

Training in progress, epoch 0, checkpoint

Browse files
checkpoint-56/config.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ntu-spml/distilhubert",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": false,
5
+ "architectures": [
6
+ "HubertForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512
20
+ ],
21
+ "conv_kernel": [
22
+ 10,
23
+ 3,
24
+ 3,
25
+ 3,
26
+ 3,
27
+ 2,
28
+ 2
29
+ ],
30
+ "conv_stride": [
31
+ 5,
32
+ 2,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 2,
37
+ 2
38
+ ],
39
+ "ctc_loss_reduction": "sum",
40
+ "ctc_zero_infinity": false,
41
+ "do_stable_layer_norm": false,
42
+ "eos_token_id": 2,
43
+ "feat_extract_activation": "gelu",
44
+ "feat_extract_norm": "group",
45
+ "feat_proj_dropout": 0.0,
46
+ "feat_proj_layer_norm": false,
47
+ "final_dropout": 0.0,
48
+ "hidden_act": "gelu",
49
+ "hidden_dropout": 0.1,
50
+ "hidden_size": 768,
51
+ "id2label": {
52
+ "0": "blues",
53
+ "1": "classical",
54
+ "2": "country",
55
+ "3": "disco",
56
+ "4": "hiphop",
57
+ "5": "jazz",
58
+ "6": "metal",
59
+ "7": "pop",
60
+ "8": "reggae",
61
+ "9": "rock"
62
+ },
63
+ "initializer_range": 0.02,
64
+ "intermediate_size": 3072,
65
+ "label2id": {
66
+ "blues": "0",
67
+ "classical": "1",
68
+ "country": "2",
69
+ "disco": "3",
70
+ "hiphop": "4",
71
+ "jazz": "5",
72
+ "metal": "6",
73
+ "pop": "7",
74
+ "reggae": "8",
75
+ "rock": "9"
76
+ },
77
+ "layer_norm_eps": 1e-05,
78
+ "layerdrop": 0.0,
79
+ "mask_feature_length": 10,
80
+ "mask_feature_min_masks": 0,
81
+ "mask_feature_prob": 0.0,
82
+ "mask_time_length": 10,
83
+ "mask_time_min_masks": 2,
84
+ "mask_time_prob": 0.05,
85
+ "model_type": "hubert",
86
+ "num_attention_heads": 12,
87
+ "num_conv_pos_embedding_groups": 16,
88
+ "num_conv_pos_embeddings": 128,
89
+ "num_feat_extract_layers": 7,
90
+ "num_hidden_layers": 2,
91
+ "pad_token_id": 0,
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.35.2",
94
+ "use_weighted_layer_sum": false,
95
+ "vocab_size": 32
96
+ }
checkpoint-56/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79260246d365035f9707e2ebe4f56571ebbf8991f8149a4077a2a601171c30ac
3
+ size 94771728
checkpoint-56/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9082cd06dd579e3271d0105b56f0d8e846c9e545c7a06e61cb41e5a2ccc840c1
3
+ size 189575930
checkpoint-56/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,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
checkpoint-56/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d80c482adc0bf69fb6533d98998b0f610c663026a7d2d3e262919fe827b14b0
3
+ size 14244
checkpoint-56/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a41d9d94f50ff1436cbdabc7e4624705b1da0b0f8d7c8ca0a9d41940a9f16e
3
+ size 1064
checkpoint-56/trainer_state.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.27,
3
+ "best_model_checkpoint": "distilhubert-finetuned-gtzan/checkpoint-56",
4
+ "epoch": 0.9911504424778761,
5
+ "eval_steps": 500,
6
+ "global_step": 56,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.09,
13
+ "learning_rate": 4.464285714285714e-05,
14
+ "loss": 2.2976,
15
+ "step": 5
16
+ },
17
+ {
18
+ "epoch": 0.18,
19
+ "learning_rate": 8.928571428571429e-05,
20
+ "loss": 2.2855,
21
+ "step": 10
22
+ },
23
+ {
24
+ "epoch": 0.27,
25
+ "learning_rate": 0.00013392857142857144,
26
+ "loss": 2.2307,
27
+ "step": 15
28
+ },
29
+ {
30
+ "epoch": 0.35,
31
+ "learning_rate": 0.00017857142857142857,
32
+ "loss": 2.1327,
33
+ "step": 20
34
+ },
35
+ {
36
+ "epoch": 0.44,
37
+ "learning_rate": 0.00022321428571428573,
38
+ "loss": 2.0339,
39
+ "step": 25
40
+ },
41
+ {
42
+ "epoch": 0.53,
43
+ "learning_rate": 0.00026785714285714287,
44
+ "loss": 1.9633,
45
+ "step": 30
46
+ },
47
+ {
48
+ "epoch": 0.62,
49
+ "learning_rate": 0.0003125,
50
+ "loss": 1.8021,
51
+ "step": 35
52
+ },
53
+ {
54
+ "epoch": 0.71,
55
+ "learning_rate": 0.00035714285714285714,
56
+ "loss": 1.6938,
57
+ "step": 40
58
+ },
59
+ {
60
+ "epoch": 0.8,
61
+ "learning_rate": 0.00040178571428571433,
62
+ "loss": 1.5271,
63
+ "step": 45
64
+ },
65
+ {
66
+ "epoch": 0.88,
67
+ "learning_rate": 0.00044642857142857147,
68
+ "loss": 1.4038,
69
+ "step": 50
70
+ },
71
+ {
72
+ "epoch": 0.97,
73
+ "learning_rate": 0.0004910714285714286,
74
+ "loss": 1.496,
75
+ "step": 55
76
+ },
77
+ {
78
+ "epoch": 0.99,
79
+ "eval_accuracy": 0.27,
80
+ "eval_loss": 1.8467493057250977,
81
+ "eval_runtime": 72.5718,
82
+ "eval_samples_per_second": 1.378,
83
+ "eval_steps_per_second": 0.179,
84
+ "step": 56
85
+ }
86
+ ],
87
+ "logging_steps": 5,
88
+ "max_steps": 560,
89
+ "num_train_epochs": 10,
90
+ "save_steps": 500,
91
+ "total_flos": 6.133988274624e+16,
92
+ "trial_name": null,
93
+ "trial_params": null
94
+ }
checkpoint-56/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbef9bdfa53985d2dd1361cb595119941d5a4b9581e158c102613a779ed26711
3
+ size 4600