mohammadhossein commited on
Commit
4d4bc11
1 Parent(s): 7518f58

Training in progress, epoch 1

Browse files
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": "shur",
53
+ "1": "segah",
54
+ "2": "mahour",
55
+ "3": "homayoun",
56
+ "4": "rast_panjgah",
57
+ "5": "nava",
58
+ "6": "chahargah"
59
+ },
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 3072,
62
+ "label2id": {
63
+ "chahargah": 6,
64
+ "homayoun": 3,
65
+ "mahour": 2,
66
+ "nava": 5,
67
+ "rast_panjgah": 4,
68
+ "segah": 1,
69
+ "shur": 0
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.43.0.dev0",
88
+ "use_weighted_layer_sum": false,
89
+ "vocab_size": 32
90
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1e68b2ee1763c0c5281adad993942f3cff73c44e994e0dfa3c7d14d3f9700ed
3
+ size 94768644
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/Sep30_00-43-47_user01/events.out.tfevents.1727657034.user01.1712755.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d638debe0ebed6c4737fdaadbc138db5b7e6679fd893d7d250c45f4ae3a517
3
+ size 6329
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba523a2a9cc4ad33853280a7076a04ed939a991799e5fdaab0e6d804533a3ac5
3
+ size 5176