abletobetable commited on
Commit
edb1939
1 Parent(s): db47862

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -3,10 +3,10 @@
3
  "architectures": [
4
  "ASTForAudioClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.3,
7
  "frequency_stride": 10,
8
  "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.5,
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "anger",
@@ -29,7 +29,7 @@
29
  "sadness": 6
30
  },
31
  "layer_norm_eps": 1e-12,
32
- "max_length": 2048,
33
  "model_type": "audio-spectrogram-transformer",
34
  "num_attention_heads": 12,
35
  "num_hidden_layers": 12,
@@ -39,5 +39,5 @@
39
  "qkv_bias": true,
40
  "time_stride": 10,
41
  "torch_dtype": "float32",
42
- "transformers_version": "4.28.1"
43
  }
 
3
  "architectures": [
4
  "ASTForAudioClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
  "frequency_stride": 10,
8
  "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.3,
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "anger",
 
29
  "sadness": 6
30
  },
31
  "layer_norm_eps": 1e-12,
32
+ "max_length": 1024,
33
  "model_type": "audio-spectrogram-transformer",
34
  "num_attention_heads": 12,
35
  "num_hidden_layers": 12,
 
39
  "qkv_bias": true,
40
  "time_stride": 10,
41
  "torch_dtype": "float32",
42
+ "transformers_version": "4.28.0"
43
  }
preprocessor_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "do_normalize": true,
3
  "feature_extractor_type": "ASTFeatureExtractor",
4
  "feature_size": 1,
5
- "max_length": 2048,
6
  "mean": -2.30462729231313e-05,
7
  "num_mel_bins": 128,
8
  "padding_side": "right",
 
2
  "do_normalize": true,
3
  "feature_extractor_type": "ASTFeatureExtractor",
4
  "feature_size": 1,
5
+ "max_length": 1024,
6
  "mean": -2.30462729231313e-05,
7
  "num_mel_bins": 128,
8
  "padding_side": "right",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b8fcb21b65f827e91f9767e457819026c84136ba89a0929c36bdd324c20454e
3
- size 348647801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0940c80eac265e0b370480ab0d3d9fbcc38ef12fbe550828131bea2bb1a471
3
+ size 344850809
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c9e46db368eab91a184a012bbed1809ca8e4fc5aa71311392fb2fdcaa066326
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8604bc2b04577b7139cfb448f3e31b3da694cc27aa17bc80441411ed84766419
3
  size 3579