lewtun HF staff commited on
Commit
e9ecf6c
1 Parent(s): b7130d0

commit files to HF hub

Browse files
asr/asr_lr03/args_2021-09-24-21-43-29.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ auto_resume: false
2
+ backend: nccl
3
+ cache_dir: null
4
+ config: ./downstream/asr/config.yaml
5
+ device: cuda
6
+ disable_cudnn: false
7
+ downstream: asr
8
+ downstream_variant: null
9
+ evaluate_split: test
10
+ expdir: result/downstream/asr_lr03
11
+ expname: asr_lr03
12
+ from_hf_hub: true
13
+ hf_hub_org: superb
14
+ hub: huggingface
15
+ init_ckpt: null
16
+ local_rank: null
17
+ mode: train
18
+ override: config.downstream_expert.datarc.libri_root='/data/lewis/superb/LibriSpeech',,config.downstream_expert.datarc.bucket_file='/data/lewis/superb/LibriSpeech/len_for_bucket',,config.runner.total_steps=10,,config.runner.save_step=5
19
+ past_exp: null
20
+ push_to_hf_hub: 'True'
21
+ seed: 1337
22
+ upstream: superb-test-org/test-submission-with-expert-example
23
+ upstream_ckpt: null
24
+ upstream_feature_selection: hidden_states
25
+ upstream_layer_selection: null
26
+ upstream_model_config: null
27
+ upstream_model_name: model.pt
28
+ upstream_refresh: false
29
+ upstream_trainable: false
30
+ verbose: false
asr/asr_lr03/args_2021-09-24-21-45-40.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ auto_resume: false
2
+ backend: nccl
3
+ cache_dir: null
4
+ config: ./downstream/asr/config.yaml
5
+ device: cuda
6
+ disable_cudnn: false
7
+ downstream: asr
8
+ downstream_variant: null
9
+ evaluate_split: test
10
+ expdir: result/downstream/asr_lr03
11
+ expname: asr_lr03
12
+ from_hf_hub: true
13
+ hf_hub_org: superb
14
+ hub: huggingface
15
+ init_ckpt: null
16
+ local_rank: null
17
+ mode: train
18
+ override: config.downstream_expert.datarc.libri_root='/data/lewis/superb/LibriSpeech',,config.downstream_expert.datarc.bucket_file='/data/lewis/superb/LibriSpeech/len_for_bucket',,config.runner.total_steps=10,,config.runner.save_step=5
19
+ past_exp: null
20
+ push_to_hf_hub: 'True'
21
+ seed: 1337
22
+ upstream: superb-test-org/test-submission-with-example-expert
23
+ upstream_ckpt: null
24
+ upstream_feature_selection: hidden_states
25
+ upstream_layer_selection: null
26
+ upstream_model_config: null
27
+ upstream_model_name: model.pt
28
+ upstream_refresh: false
29
+ upstream_trainable: false
30
+ verbose: false
asr/asr_lr03/config_2021-09-24-21-43-29.yaml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ downstream_expert:
2
+ datarc:
3
+ batch_size: 32
4
+ bucket_file: /data/lewis/superb/LibriSpeech/len_for_bucket
5
+ decoder_args:
6
+ beam: 5
7
+ beam_threshold: 25
8
+ criterion: ctc
9
+ decoder_type: None
10
+ kenlm_model: /path/to/KenLM
11
+ lexicon: /path/to/4-gram.arpa
12
+ lm_weight: 2
13
+ nbest: 1
14
+ sil_weight: 0
15
+ unk_weight: -math.inf
16
+ word_score: -1
17
+ dev-clean:
18
+ - dev-clean
19
+ dev-other:
20
+ - dev-other
21
+ dict_path: ./downstream/asr/char.dict
22
+ eval_batch_size: 1
23
+ libri_root: /data/lewis/superb/LibriSpeech
24
+ num_workers: 12
25
+ test-clean:
26
+ - test-clean
27
+ test-other:
28
+ - test-other
29
+ train:
30
+ - train-clean-100
31
+ train_batch_size: 32
32
+ zero_infinity: true
33
+ modelrc:
34
+ RNNs:
35
+ bidirection: true
36
+ dim:
37
+ - 1024
38
+ - 1024
39
+ dropout:
40
+ - 0.2
41
+ - 0.2
42
+ layer_norm:
43
+ - false
44
+ - false
45
+ module: LSTM
46
+ proj:
47
+ - false
48
+ - false
49
+ sample_rate:
50
+ - 1
51
+ - 1
52
+ sample_style: concat
53
+ total_rate: -1
54
+ Wav2Letter:
55
+ total_rate: 320
56
+ project_dim: 1024
57
+ select: RNNs
58
+ optimizer:
59
+ lr: 0.0001
60
+ name: TorchOptim
61
+ torch_optim_name: Adam
62
+ runner:
63
+ eval_dataloaders:
64
+ - dev-clean
65
+ eval_step: 2000
66
+ gradient_accumulate_steps: 1
67
+ gradient_clipping: 1
68
+ log_step: 100
69
+ max_keep: 1
70
+ save_step: 5
71
+ total_steps: 10
72
+ specaug:
73
+ apply_freq_mask: true
74
+ apply_time_mask: true
75
+ apply_time_warp: true
76
+ freq_mask_width_range:
77
+ - 0
78
+ - 50
79
+ num_freq_mask: 4
80
+ num_time_mask: 2
81
+ time_mask_width_range:
82
+ - 0
83
+ - 40
84
+ time_warp_window: 5
asr/asr_lr03/config_2021-09-24-21-45-40.yaml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ downstream_expert:
2
+ datarc:
3
+ batch_size: 32
4
+ bucket_file: /data/lewis/superb/LibriSpeech/len_for_bucket
5
+ decoder_args:
6
+ beam: 5
7
+ beam_threshold: 25
8
+ criterion: ctc
9
+ decoder_type: None
10
+ kenlm_model: /path/to/KenLM
11
+ lexicon: /path/to/4-gram.arpa
12
+ lm_weight: 2
13
+ nbest: 1
14
+ sil_weight: 0
15
+ unk_weight: -math.inf
16
+ word_score: -1
17
+ dev-clean:
18
+ - dev-clean
19
+ dev-other:
20
+ - dev-other
21
+ dict_path: ./downstream/asr/char.dict
22
+ eval_batch_size: 1
23
+ libri_root: /data/lewis/superb/LibriSpeech
24
+ num_workers: 12
25
+ test-clean:
26
+ - test-clean
27
+ test-other:
28
+ - test-other
29
+ train:
30
+ - train-clean-100
31
+ train_batch_size: 32
32
+ zero_infinity: true
33
+ modelrc:
34
+ RNNs:
35
+ bidirection: true
36
+ dim:
37
+ - 1024
38
+ - 1024
39
+ dropout:
40
+ - 0.2
41
+ - 0.2
42
+ layer_norm:
43
+ - false
44
+ - false
45
+ module: LSTM
46
+ proj:
47
+ - false
48
+ - false
49
+ sample_rate:
50
+ - 1
51
+ - 1
52
+ sample_style: concat
53
+ total_rate: -1
54
+ Wav2Letter:
55
+ total_rate: 320
56
+ project_dim: 1024
57
+ select: RNNs
58
+ optimizer:
59
+ lr: 0.0001
60
+ name: TorchOptim
61
+ torch_optim_name: Adam
62
+ runner:
63
+ eval_dataloaders:
64
+ - dev-clean
65
+ eval_step: 2000
66
+ gradient_accumulate_steps: 1
67
+ gradient_clipping: 1
68
+ log_step: 100
69
+ max_keep: 1
70
+ save_step: 5
71
+ total_steps: 10
72
+ specaug:
73
+ apply_freq_mask: true
74
+ apply_time_mask: true
75
+ apply_time_warp: true
76
+ freq_mask_width_range:
77
+ - 0
78
+ - 50
79
+ num_freq_mask: 4
80
+ num_time_mask: 2
81
+ time_mask_width_range:
82
+ - 0
83
+ - 40
84
+ time_warp_window: 5
asr/asr_lr03/events.out.tfevents.1632512749.vorace ADDED
File without changes
asr/asr_lr03/model.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f868267e137ecdd7a7e7d3ec13f4f02fd044a371c5d041bcc837736882330bf4
3
+ size 513965839