eswardivi commited on
Commit
5d2a63e
·
1 Parent(s): 34ab329

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,52 +1,12 @@
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": "Negative",
@@ -60,23 +20,16 @@
60
  "Neutral": "1",
61
  "Positive": "2"
62
  },
63
- "layer_norm_eps": 1e-05,
64
- "layerdrop": 0.0,
65
- "mask_feature_length": 10,
66
- "mask_feature_min_masks": 0,
67
- "mask_feature_prob": 0.0,
68
- "mask_time_length": 10,
69
- "mask_time_min_masks": 2,
70
- "mask_time_prob": 0.05,
71
- "model_type": "hubert",
72
  "num_attention_heads": 12,
73
- "num_conv_pos_embedding_groups": 16,
74
- "num_conv_pos_embeddings": 128,
75
- "num_feat_extract_layers": 7,
76
- "num_hidden_layers": 2,
77
- "pad_token_id": 0,
 
78
  "torch_dtype": "float32",
79
- "transformers_version": "4.34.1",
80
- "use_weighted_layer_sum": false,
81
- "vocab_size": 32
82
  }
 
1
  {
2
+ "_name_or_path": "MIT/ast-finetuned-audioset-10-10-0.4593",
 
 
3
  "architectures": [
4
+ "ASTForAudioClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "frequency_stride": 10,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "Negative",
 
20
  "Neutral": "1",
21
  "Positive": "2"
22
  },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_length": 1024,
25
+ "model_type": "audio-spectrogram-transformer",
 
 
 
 
 
 
26
  "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "num_mel_bins": 128,
29
+ "patch_size": 16,
30
+ "problem_type": "single_label_classification",
31
+ "qkv_bias": true,
32
+ "time_stride": 10,
33
  "torch_dtype": "float32",
34
+ "transformers_version": "4.34.1"
 
 
35
  }
preprocessor_config.json CHANGED
@@ -1,9 +1,13 @@
1
  {
2
- "do_normalize": false,
3
- "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
 
 
 
5
  "padding_side": "right",
6
- "padding_value": 0,
7
  "return_attention_mask": false,
8
- "sampling_rate": 16000
 
9
  }
 
1
  {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "ASTFeatureExtractor",
4
  "feature_size": 1,
5
+ "max_length": 1024,
6
+ "mean": -4.2677393,
7
+ "num_mel_bins": 128,
8
  "padding_side": "right",
9
+ "padding_value": 0.0,
10
  "return_attention_mask": false,
11
+ "sampling_rate": 16000,
12
+ "std": 4.5689974
13
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96c16dd3800081686f20ea851ea0b1c682c8b2177bd57337f3df2c6b5c87ce9d
3
- size 94776717
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805eab444ef15f8ea85b6e11716f5450952f6937c3fe7dd44e42bdbb4df5b659
3
+ size 344838966
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4685687442529a1a4750bc3f98770f8890dc051a5eee97cf26ecdb6959a9336d
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac36728dd0ceba9f6b3b9289555af68436b3b7a9240727dc29c10eab3843a2c
3
  size 4536