susmitabhatt commited on
Commit
db6e2e5
·
verified ·
1 Parent(s): 7c882fa

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hf-internal-testing/tiny-random-UniSpeechSatModel",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "UniSpeechSatForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "codevector_dim": 256,
12
+ "contrastive_logits_temperature": 0.1,
13
+ "conv_bias": false,
14
+ "conv_dim": [
15
+ 32,
16
+ 32,
17
+ 32
18
+ ],
19
+ "conv_kernel": [
20
+ 8,
21
+ 8,
22
+ 8
23
+ ],
24
+ "conv_stride": [
25
+ 4,
26
+ 4,
27
+ 4
28
+ ],
29
+ "ctc_loss_reduction": "mean",
30
+ "ctc_zero_infinity": false,
31
+ "diversity_loss_weight": 0.1,
32
+ "do_stable_layer_norm": false,
33
+ "eos_token_id": 2,
34
+ "feat_extract_activation": "gelu",
35
+ "feat_extract_dropout": 0.0,
36
+ "feat_extract_norm": "group",
37
+ "feat_proj_dropout": 0.0,
38
+ "feat_quantizer_dropout": 0.0,
39
+ "final_dropout": 0.1,
40
+ "hidden_act": "gelu",
41
+ "hidden_dropout": 0.1,
42
+ "hidden_dropout_prob": 0.1,
43
+ "hidden_size": 16,
44
+ "id2label": {
45
+ "0": "nor",
46
+ "1": "mild",
47
+ "2": "mod",
48
+ "3": "sev"
49
+ },
50
+ "initializer_range": 0.02,
51
+ "intermediate_size": 20,
52
+ "label2id": {
53
+ "mild": 1,
54
+ "mod": 2,
55
+ "nor": 0,
56
+ "sev": 3
57
+ },
58
+ "layer_norm_eps": 1e-05,
59
+ "layerdrop": 0.1,
60
+ "mask_feature_length": 10,
61
+ "mask_feature_min_masks": 0,
62
+ "mask_feature_prob": 0.0,
63
+ "mask_time_length": 2,
64
+ "mask_time_min_masks": 2,
65
+ "mask_time_prob": 0.5,
66
+ "model_type": "unispeech-sat",
67
+ "num_attention_heads": 2,
68
+ "num_clusters": 504,
69
+ "num_codevector_groups": 2,
70
+ "num_codevectors_per_group": 320,
71
+ "num_conv_pos_embedding_groups": 2,
72
+ "num_conv_pos_embeddings": 16,
73
+ "num_feat_extract_layers": 3,
74
+ "num_hidden_layers": 4,
75
+ "num_negatives": 100,
76
+ "pad_token_id": 0,
77
+ "proj_codevector_dim": 256,
78
+ "tdnn_dilation": [
79
+ 1,
80
+ 1
81
+ ],
82
+ "tdnn_dim": [
83
+ 32,
84
+ 32
85
+ ],
86
+ "tdnn_kernel": [
87
+ 3,
88
+ 3
89
+ ],
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.47.0",
92
+ "use_weighted_layer_sum": false,
93
+ "vocab_size": 32,
94
+ "xvector_output_dim": 32
95
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a37bfaf9e1c63a4da40e8334acaeb6c044a85a4203ad3b18d254c2ab74a8c1
3
+ size 138080
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.0,
7
+ "return_attention_mask": true,
8
+ "sampling_rate": 16000
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219b4b12d798dd7ee02424062e51bf70e13d563f47b8dd8d564f0138d72c54a9
3
+ size 5368