jimypbr commited on
Commit
ed64f01
1 Parent(s): f28d984

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-base-ls960",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "PoptorchPipelinedHubertForSequenceClassification"
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_dropout": 0.0,
45
+ "feat_extract_norm": "group",
46
+ "feat_proj_dropout": 0.1,
47
+ "feat_proj_layer_norm": true,
48
+ "final_dropout": 0.1,
49
+ "finetuning_task": "audio-classification",
50
+ "gradient_checkpointing": false,
51
+ "hidden_act": "gelu",
52
+ "hidden_dropout": 0.1,
53
+ "hidden_dropout_prob": 0.1,
54
+ "hidden_size": 768,
55
+ "id2label": {
56
+ "0": "yes",
57
+ "1": "no",
58
+ "10": "_silence_",
59
+ "11": "_unknown_",
60
+ "2": "up",
61
+ "3": "down",
62
+ "4": "left",
63
+ "5": "right",
64
+ "6": "on",
65
+ "7": "off",
66
+ "8": "stop",
67
+ "9": "go"
68
+ },
69
+ "initializer_range": 0.02,
70
+ "intermediate_size": 3072,
71
+ "label2id": {
72
+ "_silence_": "10",
73
+ "_unknown_": "11",
74
+ "down": "3",
75
+ "go": "9",
76
+ "left": "4",
77
+ "no": "1",
78
+ "off": "7",
79
+ "on": "6",
80
+ "right": "5",
81
+ "stop": "8",
82
+ "up": "2",
83
+ "yes": "0"
84
+ },
85
+ "layer_norm_eps": 1e-05,
86
+ "layerdrop": 0.0,
87
+ "mask_feature_length": 10,
88
+ "mask_feature_min_masks": 0,
89
+ "mask_feature_prob": 0.0,
90
+ "mask_time_length": 10,
91
+ "mask_time_min_masks": 2,
92
+ "mask_time_prob": 0.0,
93
+ "model_type": "hubert",
94
+ "num_attention_heads": 12,
95
+ "num_conv_pos_embedding_groups": 16,
96
+ "num_conv_pos_embeddings": 128,
97
+ "num_feat_extract_layers": 7,
98
+ "num_hidden_layers": 12,
99
+ "pad_token_id": 0,
100
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
101
+ "torch_dtype": "float16",
102
+ "transformers_version": "4.18.0.dev0",
103
+ "use_weighted_layer_sum": false,
104
+ "vocab_size": 32
105
+ }
ipu_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device_iterations": 1,
3
+ "embedding_serialization_factor": 1,
4
+ "enable_half_first_order_momentum": true,
5
+ "enable_half_partials": true,
6
+ "executable_cache_dir": "./exe_cache",
7
+ "gradient_accumulation_steps": 16,
8
+ "inference_device_iterations": 4,
9
+ "inference_replication_factor": 4,
10
+ "ipus_per_replica": 4,
11
+ "layers_per_ipu": [
12
+ 0,
13
+ 4,
14
+ 4,
15
+ 4
16
+ ],
17
+ "matmul_proportion": [
18
+ 0.25,
19
+ 0.25,
20
+ 0.25,
21
+ 0.25
22
+ ],
23
+ "optimizer_state_offchip": true,
24
+ "optimum_version": "1.0.0",
25
+ "output_mode": "final",
26
+ "profile_dir": "",
27
+ "recompute_checkpoint_every_layer": true,
28
+ "replicated_tensor_sharding": true,
29
+ "replication_factor": 4,
30
+ "seed": 0,
31
+ "transformers_version": "4.18.0.dev0",
32
+ "use_popdist": false
33
+ }
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": false,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b11d461d8ed25d47f3fecfa23ebc8878956c81322b3ba955abe27034b570729
3
+ size 189210261
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4263535b96f37c429ceea576f0e243d413fe70723a5ba672b03ec830448150c
3
+ size 2671