mahmoudmamdouh13
commited on
Commit
•
257f4d0
1
Parent(s):
b274c91
Training in progress, epoch 3
Browse files
config.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "imrajeshkr/distilhubert-finetuned-speech_commands",
|
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": "A",
|
53 |
+
"1": "B",
|
54 |
+
"10": "K",
|
55 |
+
"11": "L",
|
56 |
+
"12": "M",
|
57 |
+
"13": "N",
|
58 |
+
"14": "O",
|
59 |
+
"15": "Other",
|
60 |
+
"16": "P",
|
61 |
+
"17": "Q",
|
62 |
+
"18": "R",
|
63 |
+
"19": "S",
|
64 |
+
"2": "C",
|
65 |
+
"20": "T",
|
66 |
+
"21": "U",
|
67 |
+
"22": "V",
|
68 |
+
"23": "W",
|
69 |
+
"24": "X",
|
70 |
+
"25": "Y",
|
71 |
+
"26": "Z",
|
72 |
+
"3": "D",
|
73 |
+
"4": "E",
|
74 |
+
"5": "F",
|
75 |
+
"6": "G",
|
76 |
+
"7": "H",
|
77 |
+
"8": "I",
|
78 |
+
"9": "J"
|
79 |
+
},
|
80 |
+
"initializer_range": 0.02,
|
81 |
+
"intermediate_size": 3072,
|
82 |
+
"label2id": {
|
83 |
+
"A": "0",
|
84 |
+
"B": "1",
|
85 |
+
"C": "2",
|
86 |
+
"D": "3",
|
87 |
+
"E": "4",
|
88 |
+
"F": "5",
|
89 |
+
"G": "6",
|
90 |
+
"H": "7",
|
91 |
+
"I": "8",
|
92 |
+
"J": "9",
|
93 |
+
"K": "10",
|
94 |
+
"L": "11",
|
95 |
+
"M": "12",
|
96 |
+
"N": "13",
|
97 |
+
"O": "14",
|
98 |
+
"Other": "15",
|
99 |
+
"P": "16",
|
100 |
+
"Q": "17",
|
101 |
+
"R": "18",
|
102 |
+
"S": "19",
|
103 |
+
"T": "20",
|
104 |
+
"U": "21",
|
105 |
+
"V": "22",
|
106 |
+
"W": "23",
|
107 |
+
"X": "24",
|
108 |
+
"Y": "25",
|
109 |
+
"Z": "26"
|
110 |
+
},
|
111 |
+
"layer_norm_eps": 1e-05,
|
112 |
+
"layerdrop": 0.0,
|
113 |
+
"mask_feature_length": 10,
|
114 |
+
"mask_feature_min_masks": 0,
|
115 |
+
"mask_feature_prob": 0.0,
|
116 |
+
"mask_time_length": 10,
|
117 |
+
"mask_time_min_masks": 2,
|
118 |
+
"mask_time_prob": 0.05,
|
119 |
+
"model_type": "hubert",
|
120 |
+
"num_attention_heads": 12,
|
121 |
+
"num_conv_pos_embedding_groups": 16,
|
122 |
+
"num_conv_pos_embeddings": 128,
|
123 |
+
"num_feat_extract_layers": 7,
|
124 |
+
"num_hidden_layers": 2,
|
125 |
+
"pad_token_id": 0,
|
126 |
+
"torch_dtype": "float32",
|
127 |
+
"transformers_version": "4.47.1",
|
128 |
+
"use_weighted_layer_sum": false,
|
129 |
+
"vocab_size": 32
|
130 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:380e53f9802661baf789262107d8966f24403d96995ec976c24f54c7fdd4840c
|
3 |
+
size 94789212
|
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 |
+
}
|
runs/Dec19_14-25-42_ip-10-192-10-210/events.out.tfevents.1734618389.ip-10-192-10-210.1613.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e17b3c7573c950e2ce00a7c40128f733680ffc28ca0334378dbfe3522e22df38
|
3 |
+
size 434491
|
runs/Dec19_14-59-13_ip-10-192-10-210/events.out.tfevents.1734620362.ip-10-192-10-210.1613.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c96440293ab65e79de59b6a2293ade087d55b5b9155b0627a825caae5d65a90f
|
3 |
+
size 623173
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:645748f4444c0ee7b4ef94bb27eb83d6e499b39d6427b0db85412ed13375a155
|
3 |
+
size 5432
|