RamiEbeid commited on
Commit
990dfdc
·
1 Parent(s): 3d17a97

Training in progress, step 10

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-base-ls960",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "HubertForSpeechClassification"
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_dropout": 0.0,
45
+ "feat_extract_norm": "group",
46
+ "feat_proj_dropout": 0.1,
47
+ "feat_proj_layer_norm": true,
48
+ "final_dropout": 0.1,
49
+ "finetuning_task": "wav2vec2_clf",
50
+ "gradient_checkpointing": false,
51
+ "hidden_act": "gelu",
52
+ "hidden_dropout": 0.1,
53
+ "hidden_dropout_prob": 0.1,
54
+ "hidden_size": 768,
55
+ "id2label": {
56
+ "0": "angry",
57
+ "1": "disgust",
58
+ "2": "fear",
59
+ "3": "happy",
60
+ "4": "neutral",
61
+ "5": "sad"
62
+ },
63
+ "initializer_range": 0.02,
64
+ "intermediate_size": 3072,
65
+ "label2id": {
66
+ "angry": 0,
67
+ "disgust": 1,
68
+ "fear": 2,
69
+ "happy": 3,
70
+ "neutral": 4,
71
+ "sad": 5
72
+ },
73
+ "layer_norm_eps": 1e-05,
74
+ "layerdrop": 0.1,
75
+ "mask_feature_length": 10,
76
+ "mask_feature_min_masks": 0,
77
+ "mask_feature_prob": 0.0,
78
+ "mask_time_length": 10,
79
+ "mask_time_min_masks": 2,
80
+ "mask_time_prob": 0.05,
81
+ "model_type": "hubert",
82
+ "num_attention_heads": 12,
83
+ "num_conv_pos_embedding_groups": 16,
84
+ "num_conv_pos_embeddings": 128,
85
+ "num_feat_extract_layers": 7,
86
+ "num_hidden_layers": 12,
87
+ "pad_token_id": 0,
88
+ "pooling_mode": "mean",
89
+ "problem_type": "single_label_classification",
90
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
91
+ "torch_dtype": "float32",
92
+ "transformers_version": "4.18.0.dev0",
93
+ "use_weighted_layer_sum": false,
94
+ "vocab_size": 32
95
+ }
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": false,
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:c9782e5a1112f8ee79db83c5a5984b7fd91aec1f049d4c5e94197b4f5df752d8
3
+ size 379953875
runs/Mar11_15-41-09_cb56b016eade/1647013450.8462265/events.out.tfevents.1647013450.cb56b016eade.80.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e03223b76a2d563faafb5034ee177a83e5b3866885ee2c0b1ad99fa08cd96edc
3
+ size 4840
runs/Mar11_15-41-09_cb56b016eade/events.out.tfevents.1647013450.cb56b016eade.80.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c2daf27bd8cab1c4f9416d4aa4b384045a5fdcfeec06e7ce4ac260b58d31245
3
+ size 4558
runs/Mar11_15-53-59_cb56b016eade/1647014059.9726503/events.out.tfevents.1647014059.cb56b016eade.80.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70aadfa20d028497358461a85db8b6599f126d4862a7dafec1d74aea9c1455ad
3
+ size 4840
runs/Mar11_15-53-59_cb56b016eade/events.out.tfevents.1647014059.cb56b016eade.80.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d67366f35cd8a3fd726e5aac0baba4308bf5248fb2e6bff32b0253dcaf5853
3
+ size 5029
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd081c9c142702eef32bfee4ada80fd3b5c45c8c0d1907155a8281f8fd20d980
3
+ size 3055