Selma323 commited on
Commit
336956d
·
verified ·
1 Parent(s): 0b548a2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,19 +1,13 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-base",
3
- "activation_dropout": 0.0,
4
- "adapter_attn_dim": null,
5
- "adapter_kernel_size": 3,
6
- "adapter_stride": 2,
7
- "add_adapter": false,
8
  "apply_spec_augment": true,
9
  "architectures": [
10
- "Wav2Vec2ForSequenceClassification"
11
  ],
12
  "attention_dropout": 0.1,
13
  "bos_token_id": 1,
14
  "classifier_proj_size": 256,
15
- "codevector_dim": 256,
16
- "contrastive_logits_temperature": 0.1,
17
  "conv_bias": false,
18
  "conv_dim": [
19
  512,
@@ -44,17 +38,18 @@
44
  ],
45
  "ctc_loss_reduction": "sum",
46
  "ctc_zero_infinity": false,
47
- "diversity_loss_weight": 0.1,
48
  "do_stable_layer_norm": false,
49
  "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
 
51
  "feat_extract_norm": "group",
52
  "feat_proj_dropout": 0.1,
53
- "feat_quantizer_dropout": 0.0,
54
- "final_dropout": 0.0,
55
- "freeze_feat_extract_train": true,
56
  "hidden_act": "gelu",
57
  "hidden_dropout": 0.1,
 
58
  "hidden_size": 768,
59
  "id2label": {
60
  "0": "Ataxic",
@@ -69,60 +64,23 @@
69
  "Spastic": "2"
70
  },
71
  "layer_norm_eps": 1e-05,
72
- "layerdrop": 0.0,
73
- "mask_channel_length": 10,
74
- "mask_channel_min_space": 1,
75
- "mask_channel_other": 0.0,
76
- "mask_channel_prob": 0.0,
77
- "mask_channel_selection": "static",
78
  "mask_feature_length": 10,
79
  "mask_feature_min_masks": 0,
80
  "mask_feature_prob": 0.0,
81
  "mask_time_length": 10,
82
  "mask_time_min_masks": 2,
83
- "mask_time_min_space": 1,
84
- "mask_time_other": 0.0,
85
  "mask_time_prob": 0.05,
86
- "mask_time_selection": "static",
87
- "model_type": "wav2vec2",
88
- "no_mask_channel_overlap": false,
89
- "no_mask_time_overlap": false,
90
- "num_adapter_layers": 3,
91
  "num_attention_heads": 12,
92
- "num_codevector_groups": 2,
93
- "num_codevectors_per_group": 320,
94
  "num_conv_pos_embedding_groups": 16,
95
  "num_conv_pos_embeddings": 128,
96
  "num_feat_extract_layers": 7,
97
  "num_hidden_layers": 12,
98
- "num_negatives": 100,
99
- "output_hidden_size": 768,
100
  "pad_token_id": 0,
101
- "proj_codevector_dim": 256,
102
- "tdnn_dilation": [
103
- 1,
104
- 2,
105
- 3,
106
- 1,
107
- 1
108
- ],
109
- "tdnn_dim": [
110
- 512,
111
- 512,
112
- 512,
113
- 512,
114
- 1500
115
- ],
116
- "tdnn_kernel": [
117
- 5,
118
- 3,
119
- 3,
120
- 1,
121
- 1
122
- ],
123
  "torch_dtype": "float32",
124
  "transformers_version": "4.40.1",
125
  "use_weighted_layer_sum": false,
126
- "vocab_size": 32,
127
- "xvector_output_dim": 512
128
  }
 
1
  {
2
+ "_name_or_path": "facebook/hubert-base-ls960",
3
+ "activation_dropout": 0.1,
 
 
 
 
4
  "apply_spec_augment": true,
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,
 
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
+ "gradient_checkpointing": false,
50
  "hidden_act": "gelu",
51
  "hidden_dropout": 0.1,
52
+ "hidden_dropout_prob": 0.1,
53
  "hidden_size": 768,
54
  "id2label": {
55
  "0": "Ataxic",
 
64
  "Spastic": "2"
65
  },
66
  "layer_norm_eps": 1e-05,
67
+ "layerdrop": 0.1,
 
 
 
 
 
68
  "mask_feature_length": 10,
69
  "mask_feature_min_masks": 0,
70
  "mask_feature_prob": 0.0,
71
  "mask_time_length": 10,
72
  "mask_time_min_masks": 2,
 
 
73
  "mask_time_prob": 0.05,
74
+ "model_type": "hubert",
 
 
 
 
75
  "num_attention_heads": 12,
 
 
76
  "num_conv_pos_embedding_groups": 16,
77
  "num_conv_pos_embeddings": 128,
78
  "num_feat_extract_layers": 7,
79
  "num_hidden_layers": 12,
 
 
80
  "pad_token_id": 0,
81
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  "torch_dtype": "float32",
83
  "transformers_version": "4.40.1",
84
  "use_weighted_layer_sum": false,
85
+ "vocab_size": 32
 
86
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a814b5c2d71cc8daf5e569714d4b81652850ecbf57a59f1ba8515e8baaf9709
3
- size 378303396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92dcd0c4181ff48c57d0b6e14dfff02cdad34abfee1c0e099932fd46a3c7709e
3
+ size 378302972
runs/Apr24_16-02-47_9f17f299def7/events.out.tfevents.1713974568.9f17f299def7.16670.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9fc5c62d48c083dd5729829cd7f1fe6481c4c7fcbe231adccc8b645376cbb7d
3
- size 9385
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e109d0678acd699d8e301ee750784726ac5ada5b9dc9e5c3b91780835431117
3
+ size 10257
runs/Apr24_16-21-14_9f17f299def7/events.out.tfevents.1713975675.9f17f299def7.16670.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d8ada74828848b1a30f761de9d30d42c4bccf0ea2cf7662a9c806183aa38bf
3
+ size 6040
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa53021a2ce9dbabe80ba39be913da0483d3e96e375897c887cfd601e2684c8e
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a96febc9eeac8d4976bd7d6f3376a374e9504045ddfe064692a62a55200c792d
3
  size 4984