susmitabhatt commited on
Commit
de47eb1
·
verified ·
1 Parent(s): 871dcdf

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "hf-internal-testing/tiny-random-SEWDModel",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "SEWDForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 64,
14
+ 32,
15
+ 32
16
+ ],
17
+ "conv_kernel": [
18
+ 10,
19
+ 3,
20
+ 1
21
+ ],
22
+ "conv_stride": [
23
+ 5,
24
+ 2,
25
+ 1
26
+ ],
27
+ "ctc_loss_reduction": "mean",
28
+ "ctc_zero_infinity": false,
29
+ "eos_token_id": 2,
30
+ "feat_extract_activation": "gelu",
31
+ "feat_extract_dropout": 0.0,
32
+ "feat_extract_norm": "group",
33
+ "feat_proj_dropout": 0.0,
34
+ "feature_layer_norm_eps": 1e-05,
35
+ "final_dropout": 0.1,
36
+ "hidden_act": "gelu",
37
+ "hidden_dropout": 0.1,
38
+ "hidden_size": 32,
39
+ "id2label": {
40
+ "0": "nor",
41
+ "1": "mild",
42
+ "2": "mod",
43
+ "3": "sev"
44
+ },
45
+ "initializer_range": 0.02,
46
+ "intermediate_size": 20,
47
+ "label2id": {
48
+ "mild": 1,
49
+ "mod": 2,
50
+ "nor": 0,
51
+ "sev": 3
52
+ },
53
+ "layer_norm_eps": 1e-05,
54
+ "layerdrop": 0.1,
55
+ "mask_feature_length": 10,
56
+ "mask_feature_min_masks": 0,
57
+ "mask_feature_prob": 0.0,
58
+ "mask_time_length": 10,
59
+ "mask_time_min_masks": 2,
60
+ "mask_time_prob": 0.05,
61
+ "max_position_embeddings": 512,
62
+ "model_type": "sew-d",
63
+ "norm_rel_ebd": "layer_norm",
64
+ "num_attention_heads": 2,
65
+ "num_conv_pos_embedding_groups": 2,
66
+ "num_conv_pos_embeddings": 31,
67
+ "num_feat_extract_layers": 3,
68
+ "num_hidden_layers": 4,
69
+ "pad_token_id": 0,
70
+ "pos_att_type": [
71
+ "p2c",
72
+ "c2p"
73
+ ],
74
+ "position_biased_input": false,
75
+ "position_buckets": 256,
76
+ "relative_attention": true,
77
+ "share_att_key": true,
78
+ "squeeze_factor": 2,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.47.0",
81
+ "use_weighted_layer_sum": false,
82
+ "vocab_size": 32
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cda7a5540d12436ba1a96c525075aa5250700c63bb7e8a77df0ff85a074eeb0
3
+ size 308684
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31a784782356b90a75bd372d176b804d53ac107ee342aec226d21d077cfd4618
3
+ size 5368