Monsia commited on
Commit
f5c9db9
1 Parent(s): 88716ef

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NdeModelForAudioClassification"
4
+ ],
5
+ "classifier_dropout": 0.1,
6
+ "dropout": 0.1,
7
+ "embed_dim": 384,
8
+ "encoder_layerdrop": 0.1,
9
+ "id2label": {
10
+ "0": "LABEL_0",
11
+ "1": "LABEL_1",
12
+ "2": "LABEL_2",
13
+ "3": "LABEL_3",
14
+ "4": "LABEL_4",
15
+ "5": "LABEL_5",
16
+ "6": "LABEL_6",
17
+ "7": "LABEL_7"
18
+ },
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2,
23
+ "LABEL_3": 3,
24
+ "LABEL_4": 4,
25
+ "LABEL_5": 5,
26
+ "LABEL_6": 6,
27
+ "LABEL_7": 7
28
+ },
29
+ "max_positions": 40,
30
+ "num_mel_bins": 80,
31
+ "pad_token_id": 0.0,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.44.2"
34
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf6f3d0ecf820502d13219d4fb774b8f232f386c40b450943e5a558a88f0674d
3
+ size 11368896
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/Sep27_01-32-03_a68c95172698/events.out.tfevents.1727400724.a68c95172698.30.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7f69a8e46c84b083ea04025d62c69464c512a35cfe5110b15e086b1917e5578
3
+ size 4853
runs/Sep27_01-33-15_a68c95172698/events.out.tfevents.1727400796.a68c95172698.30.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa351aa73e587dfa842259216f08b42204b089c65d84ca419588cfca5a26b8b
3
+ size 4184
runs/Sep27_01-33-36_a68c95172698/events.out.tfevents.1727400817.a68c95172698.30.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b14cc3bf8989ecb1ecb88119624bb84a04c04c4b1d8451e807336ae226aab702
3
+ size 5376
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72e250c05a7d582c6ca83d5e526a3f92ce8199cc9ce2197b40b24fc1ded416bc
3
+ size 5240