countrysideid commited on
Commit
8405504
1 Parent(s): 271965c

add tokenizer

Browse files
README.md DELETED
@@ -1,53 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - generated_from_trainer
5
- model-index:
6
- - name: wav2vec2-base-timit-demo-colab
7
- results: []
8
- ---
9
-
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
-
13
- # wav2vec2-base-timit-demo-colab
14
-
15
- This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
16
-
17
- ## Model description
18
-
19
- More information needed
20
-
21
- ## Intended uses & limitations
22
-
23
- More information needed
24
-
25
- ## Training and evaluation data
26
-
27
- More information needed
28
-
29
- ## Training procedure
30
-
31
- ### Training hyperparameters
32
-
33
- The following hyperparameters were used during training:
34
- - learning_rate: 0.0001
35
- - train_batch_size: 32
36
- - eval_batch_size: 8
37
- - seed: 42
38
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
- - lr_scheduler_type: linear
40
- - lr_scheduler_warmup_steps: 1000
41
- - num_epochs: 1
42
- - mixed_precision_training: Native AMP
43
-
44
- ### Training results
45
-
46
-
47
-
48
- ### Framework versions
49
-
50
- - Transformers 4.11.3
51
- - Pytorch 1.9.0+cu111
52
- - Datasets 1.13.3
53
- - Tokenizers 0.10.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config.json DELETED
@@ -1,88 +0,0 @@
1
- {
2
- "_name_or_path": "facebook/wav2vec2-base",
3
- "activation_dropout": 0.0,
4
- "apply_spec_augment": true,
5
- "architectures": [
6
- "Wav2Vec2ForCTC"
7
- ],
8
- "attention_dropout": 0.1,
9
- "bos_token_id": 1,
10
- "classifier_proj_size": 256,
11
- "codevector_dim": 256,
12
- "contrastive_logits_temperature": 0.1,
13
- "conv_bias": false,
14
- "conv_dim": [
15
- 512,
16
- 512,
17
- 512,
18
- 512,
19
- 512,
20
- 512,
21
- 512
22
- ],
23
- "conv_kernel": [
24
- 10,
25
- 3,
26
- 3,
27
- 3,
28
- 3,
29
- 2,
30
- 2
31
- ],
32
- "conv_stride": [
33
- 5,
34
- 2,
35
- 2,
36
- 2,
37
- 2,
38
- 2,
39
- 2
40
- ],
41
- "ctc_loss_reduction": "mean",
42
- "ctc_zero_infinity": false,
43
- "diversity_loss_weight": 0.1,
44
- "do_stable_layer_norm": false,
45
- "eos_token_id": 2,
46
- "feat_extract_activation": "gelu",
47
- "feat_extract_norm": "group",
48
- "feat_proj_dropout": 0.1,
49
- "feat_quantizer_dropout": 0.0,
50
- "final_dropout": 0.0,
51
- "freeze_feat_extract_train": true,
52
- "hidden_act": "gelu",
53
- "hidden_dropout": 0.1,
54
- "hidden_size": 768,
55
- "initializer_range": 0.02,
56
- "intermediate_size": 3072,
57
- "layer_norm_eps": 1e-05,
58
- "layerdrop": 0.05,
59
- "mask_channel_length": 10,
60
- "mask_channel_min_space": 1,
61
- "mask_channel_other": 0.0,
62
- "mask_channel_prob": 0.0,
63
- "mask_channel_selection": "static",
64
- "mask_feature_length": 10,
65
- "mask_feature_prob": 0.0,
66
- "mask_time_length": 10,
67
- "mask_time_min_space": 1,
68
- "mask_time_other": 0.0,
69
- "mask_time_prob": 0.05,
70
- "mask_time_selection": "static",
71
- "model_type": "wav2vec2",
72
- "no_mask_channel_overlap": false,
73
- "no_mask_time_overlap": false,
74
- "num_attention_heads": 12,
75
- "num_codevector_groups": 2,
76
- "num_codevectors_per_group": 320,
77
- "num_conv_pos_embedding_groups": 16,
78
- "num_conv_pos_embeddings": 128,
79
- "num_feat_extract_layers": 7,
80
- "num_hidden_layers": 12,
81
- "num_negatives": 100,
82
- "pad_token_id": 29,
83
- "proj_codevector_dim": 256,
84
- "torch_dtype": "float32",
85
- "transformers_version": "4.11.3",
86
- "use_weighted_layer_sum": false,
87
- "vocab_size": 32
88
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
preprocessor_config.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "do_normalize": true,
3
- "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
- "feature_size": 1,
5
- "padding_side": "right",
6
- "padding_value": 0.0,
7
- "return_attention_mask": false,
8
- "sampling_rate": 16000
9
- }
 
 
 
 
 
 
 
 
 
 
pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f52d328d4aa0e5b2d7196703de804783c8f277debc72d02e341e9fbdf67f43b2
3
- size 377670039
 
 
 
 
runs/Nov01_02-01-41_87f138463f89/1635732190.821911/events.out.tfevents.1635732190.87f138463f89.79.1 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f8751f90fbe2abce80a47ee5ff650b8071c114d660432f8e91d401160cf942a
3
- size 4555
 
 
 
 
runs/Nov01_02-01-41_87f138463f89/events.out.tfevents.1635732190.87f138463f89.79.0 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1708bba7b59a500a3448ebba81ddb8c53a45f210070a7a6e467431f5ea6e3db
3
- size 4812
 
 
 
 
runs/Nov01_02-50-35_87f138463f89/1635735133.780516/events.out.tfevents.1635735133.87f138463f89.79.3 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:73d7a1fb05c630ac11c7252aefa384d0701c6ce35f3e93218111c3de2a06b0ef
3
- size 4555
 
 
 
 
runs/Nov01_02-50-35_87f138463f89/events.out.tfevents.1635735133.87f138463f89.79.2 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f93c21da93e85438fc5155c3f44b33d00281a78567eaf2200c07421f7980ba3
3
- size 4211
 
 
 
 
runs/Oct29_00-56-06_4b2d81d172ac/1635469130.8362846/events.out.tfevents.1635469130.4b2d81d172ac.77.1 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9de4fac2d1b9721bbfd6dfe3add2ea9a44f7f51ab6d00733a7fb30b11f9fea2
3
- size 4555
 
 
 
 
runs/Oct29_00-56-06_4b2d81d172ac/events.out.tfevents.1635469130.4b2d81d172ac.77.0 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dbfe73f0df650940c6e456da49b68f6180b8e3416116a55130973a1b718370c
3
- size 4622
 
 
 
 
training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:088e9ffd4004d3aab2a23a82fb74cee8472b507cb960365b3b53fd7674058693
3
- size 2863