sajid73 commited on
Commit
0d763fe
1 Parent(s): 712107d

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ANGRY",
53
+ "1": "DISGUST",
54
+ "2": "FEAR",
55
+ "3": "HAPPY",
56
+ "4": "NEUTRAL",
57
+ "5": "SAD",
58
+ "6": "SURPRISE"
59
+ },
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 3072,
62
+ "label2id": {
63
+ "ANGRY": "0",
64
+ "DISGUST": "1",
65
+ "FEAR": "2",
66
+ "HAPPY": "3",
67
+ "NEUTRAL": "4",
68
+ "SAD": "5",
69
+ "SURPRISE": "6"
70
+ },
71
+ "layer_norm_eps": 1e-05,
72
+ "layerdrop": 0.0,
73
+ "mask_feature_length": 10,
74
+ "mask_feature_min_masks": 0,
75
+ "mask_feature_prob": 0.0,
76
+ "mask_time_length": 10,
77
+ "mask_time_min_masks": 2,
78
+ "mask_time_prob": 0.05,
79
+ "model_type": "hubert",
80
+ "num_attention_heads": 12,
81
+ "num_conv_pos_embedding_groups": 16,
82
+ "num_conv_pos_embeddings": 128,
83
+ "num_feat_extract_layers": 7,
84
+ "num_hidden_layers": 2,
85
+ "pad_token_id": 0,
86
+ "torch_dtype": "float32",
87
+ "transformers_version": "4.31.0.dev0",
88
+ "use_weighted_layer_sum": false,
89
+ "vocab_size": 32
90
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d672f05fad20f2b3fd60efa53ea4b407209ac67c4bc475befebcb0fb8999fe1
3
+ size 94780304
runs/Jul02_16-36-41_b98c4e52a23f/events.out.tfevents.1688315815.b98c4e52a23f.16397.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a0d97fda5f2c04ab9f72ff8d0d18a9e82fdaf95a0ec9250c4d6560925f58f0
3
+ size 12158
runs/Jul02_16-40-12_b98c4e52a23f/events.out.tfevents.1688316031.b98c4e52a23f.16397.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6c4ff5281b0f8801a51b0120f6695c3f25b0a96e2da0184c43fb1fe621856f
3
+ size 27396
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea666e0f0f10bd0c077d3c5c0cfc54f7f1971c518495392e3b6e07ed0a5c0d26
3
+ size 4027