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": "down",
|
| 11 |
+
"1": "go",
|
| 12 |
+
"2": "left",
|
| 13 |
+
"3": "no",
|
| 14 |
+
"4": "right",
|
| 15 |
+
"5": "stop",
|
| 16 |
+
"6": "up",
|
| 17 |
+
"7": "yes"
|
| 18 |
+
},
|
| 19 |
+
"label2id": {
|
| 20 |
+
"down": 0,
|
| 21 |
+
"go": 1,
|
| 22 |
+
"left": 2,
|
| 23 |
+
"no": 3,
|
| 24 |
+
"right": 4,
|
| 25 |
+
"stop": 5,
|
| 26 |
+
"up": 6,
|
| 27 |
+
"yes": 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:ce881afcc4b5d2370dfa8ce3ad62fec01103a6ac431cd1a6e536586af26e6d7a
|
| 3 |
+
size 9597720
|
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_12-47-17_ee83474636ac/events.out.tfevents.1727441238.ee83474636ac.30.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:959df282ce62f33d8172c545f6a9c7829b9e3945cd2ebdf3fa22065cee02d241
|
| 3 |
+
size 5316
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9156e9268112a817dd7dcb667b030052864f12e8ae32a3972cd9b41376359b2d
|
| 3 |
+
size 5240
|