End of training
Browse files- README.md +60 -0
- config.json +100 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Mar22_10-39-07_37f6f1f264a9/events.out.tfevents.1711103951.37f6f1f264a9.1819.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: ntu-spml/distilhubert
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- superb
|
8 |
+
model-index:
|
9 |
+
- name: distilhubert-finetuned-superb-ks
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# distilhubert-finetuned-superb-ks
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the superb dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- eval_loss: 0.7530
|
21 |
+
- eval_accuracy: 0.8809
|
22 |
+
- eval_runtime: 49.792
|
23 |
+
- eval_samples_per_second: 61.877
|
24 |
+
- eval_steps_per_second: 7.752
|
25 |
+
- epoch: 6.0
|
26 |
+
- step: 38322
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 5e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
52 |
+
- num_epochs: 10
|
53 |
+
- mixed_precision_training: Native AMP
|
54 |
+
|
55 |
+
### Framework versions
|
56 |
+
|
57 |
+
- Transformers 4.40.0.dev0
|
58 |
+
- Pytorch 2.2.1+cu121
|
59 |
+
- Datasets 2.18.0
|
60 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "yes",
|
53 |
+
"1": "no",
|
54 |
+
"10": "_silence_",
|
55 |
+
"11": "_unknown_",
|
56 |
+
"2": "up",
|
57 |
+
"3": "down",
|
58 |
+
"4": "left",
|
59 |
+
"5": "right",
|
60 |
+
"6": "on",
|
61 |
+
"7": "off",
|
62 |
+
"8": "stop",
|
63 |
+
"9": "go"
|
64 |
+
},
|
65 |
+
"initializer_range": 0.02,
|
66 |
+
"intermediate_size": 3072,
|
67 |
+
"label2id": {
|
68 |
+
"_silence_": "10",
|
69 |
+
"_unknown_": "11",
|
70 |
+
"down": "3",
|
71 |
+
"go": "9",
|
72 |
+
"left": "4",
|
73 |
+
"no": "1",
|
74 |
+
"off": "7",
|
75 |
+
"on": "6",
|
76 |
+
"right": "5",
|
77 |
+
"stop": "8",
|
78 |
+
"up": "2",
|
79 |
+
"yes": "0"
|
80 |
+
},
|
81 |
+
"layer_norm_eps": 1e-05,
|
82 |
+
"layerdrop": 0.0,
|
83 |
+
"mask_feature_length": 10,
|
84 |
+
"mask_feature_min_masks": 0,
|
85 |
+
"mask_feature_prob": 0.0,
|
86 |
+
"mask_time_length": 10,
|
87 |
+
"mask_time_min_masks": 2,
|
88 |
+
"mask_time_prob": 0.05,
|
89 |
+
"model_type": "hubert",
|
90 |
+
"num_attention_heads": 12,
|
91 |
+
"num_conv_pos_embedding_groups": 16,
|
92 |
+
"num_conv_pos_embeddings": 128,
|
93 |
+
"num_feat_extract_layers": 7,
|
94 |
+
"num_hidden_layers": 2,
|
95 |
+
"pad_token_id": 0,
|
96 |
+
"torch_dtype": "float32",
|
97 |
+
"transformers_version": "4.40.0.dev0",
|
98 |
+
"use_weighted_layer_sum": false,
|
99 |
+
"vocab_size": 32
|
100 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f8f6a819827ccc5568fa166e0186a6086d2a8499cd9c1cadda76ffd14681994
|
3 |
+
size 94773784
|
preprocessor_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0,
|
7 |
+
"return_attention_mask": true,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
runs/Mar22_10-39-07_37f6f1f264a9/events.out.tfevents.1711103951.37f6f1f264a9.1819.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7433d506f2d5a75f22d17b80a1796a07a8cdaba8f3242d3233fb7c43c50d4cd0
|
3 |
+
size 1782576
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:140d282849e3cde03d4a6870b3c0c5691acd36a6275277a13c5aa19f512491a3
|
3 |
+
size 4984
|