Training in progress, epoch 0
Browse files- config.json +34 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Sep26_23-33-37_4512aaad7b44/events.out.tfevents.1727393619.4512aaad7b44.200.0 +3 -0
- runs/Sep26_23-46-56_4512aaad7b44/events.out.tfevents.1727394417.4512aaad7b44.200.1 +3 -0
- runs/Sep26_23-48-02_4512aaad7b44/events.out.tfevents.1727394483.4512aaad7b44.200.2 +3 -0
- runs/Sep26_23-52-10_4512aaad7b44/events.out.tfevents.1727394730.4512aaad7b44.200.3 +3 -0
- training_args.bin +3 -0
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": 100,
|
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:76c6e06850c7f33a29528e96593f4e9fe9eef03d98eb5785c747e57d861de1ca
|
3 |
+
size 55569048
|
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/Sep26_23-33-37_4512aaad7b44/events.out.tfevents.1727393619.4512aaad7b44.200.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80c10cff4081275fe25d6fa442f7c591645177ef102cf55b7cd61f134ee6c723
|
3 |
+
size 4833
|
runs/Sep26_23-46-56_4512aaad7b44/events.out.tfevents.1727394417.4512aaad7b44.200.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d26519410a3ae0c1fe8963120489e609161dab87f01003dec08f421d7af22af1
|
3 |
+
size 4833
|
runs/Sep26_23-48-02_4512aaad7b44/events.out.tfevents.1727394483.4512aaad7b44.200.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:295a9f4e3b3498ec707e7fc2eb9a64733fe35df63944c8814415403dea41ab4b
|
3 |
+
size 5720
|
runs/Sep26_23-52-10_4512aaad7b44/events.out.tfevents.1727394730.4512aaad7b44.200.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20fa84d104f33c3a1a6a76bed299e8e900ed4b5d0c16df729fb858f50804522e
|
3 |
+
size 5808
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1da6a0ebaa651b7428e9aedbc6689771f841497c73984702936219540c9d047a
|
3 |
+
size 5176
|