Dallyana commited on
Commit
29b89c9
1 Parent(s): 080e69f

Delete lm_train_lm_es_bpe32

Browse files
lm_train_lm_es_bpe32/40epoch.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:43fc94e130ebca10007dec3c07cd7a0445727244fdea9262a0ba42340971d853
3
- size 27251268
 
 
 
 
lm_train_lm_es_bpe32/config.yaml DELETED
@@ -1,162 +0,0 @@
1
- config: conf/train_lm.yaml
2
- print_config: false
3
- log_level: INFO
4
- drop_last_iter: false
5
- dry_run: false
6
- iterator_type: sequence
7
- valid_iterator_type: null
8
- output_dir: exp/lm_train_lm_es_bpe32
9
- ngpu: 0
10
- seed: 0
11
- num_workers: 1
12
- num_att_plot: 3
13
- dist_backend: nccl
14
- dist_init_method: env://
15
- dist_world_size: null
16
- dist_rank: null
17
- local_rank: null
18
- dist_master_addr: null
19
- dist_master_port: null
20
- dist_launcher: null
21
- multiprocessing_distributed: false
22
- unused_parameters: false
23
- sharded_ddp: false
24
- cudnn_enabled: true
25
- cudnn_benchmark: false
26
- cudnn_deterministic: true
27
- collect_stats: false
28
- write_collected_feats: false
29
- max_epoch: 40
30
- patience: null
31
- val_scheduler_criterion:
32
- - valid
33
- - loss
34
- early_stopping_criterion:
35
- - valid
36
- - loss
37
- - min
38
- best_model_criterion:
39
- - - valid
40
- - loss
41
- - min
42
- keep_nbest_models: 1
43
- nbest_averaging_interval: 0
44
- grad_clip: 5.0
45
- grad_clip_type: 2.0
46
- grad_noise: false
47
- accum_grad: 1
48
- no_forward_run: false
49
- resume: true
50
- train_dtype: float32
51
- use_amp: false
52
- log_interval: null
53
- use_matplotlib: true
54
- use_tensorboard: true
55
- create_graph_in_tensorboard: false
56
- use_wandb: false
57
- wandb_project: null
58
- wandb_id: null
59
- wandb_entity: null
60
- wandb_name: null
61
- wandb_model_log_interval: -1
62
- detect_anomaly: false
63
- use_lora: false
64
- save_lora_only: true
65
- lora_conf: {}
66
- pretrain_path: null
67
- init_param: []
68
- ignore_init_mismatch: false
69
- freeze_param: []
70
- num_iters_per_epoch: null
71
- batch_size: 256
72
- valid_batch_size: null
73
- batch_bins: 1000000
74
- valid_batch_bins: null
75
- train_shape_file:
76
- - exp/lm_stats_es_bpe32/train/text_shape.bpe
77
- valid_shape_file:
78
- - exp/lm_stats_es_bpe32/valid/text_shape.bpe
79
- batch_type: folded
80
- valid_batch_type: null
81
- fold_length:
82
- - 150
83
- sort_in_batch: descending
84
- shuffle_within_batch: false
85
- sort_batch: descending
86
- multiple_iterator: false
87
- chunk_length: 500
88
- chunk_shift_ratio: 0.5
89
- num_cache_chunks: 1024
90
- chunk_excluded_key_prefixes: []
91
- chunk_default_fs: null
92
- train_data_path_and_name_and_type:
93
- - - dump/raw/lm_train.txt
94
- - text
95
- - text
96
- valid_data_path_and_name_and_type:
97
- - - dump/raw/org/train_dev/text
98
- - text
99
- - text
100
- allow_variable_data_keys: false
101
- max_cache_size: 0.0
102
- max_cache_fd: 32
103
- allow_multi_rates: false
104
- valid_max_cache_size: null
105
- exclude_weight_decay: false
106
- exclude_weight_decay_conf: {}
107
- optim: adam
108
- optim_conf:
109
- lr: 0.1
110
- scheduler: null
111
- scheduler_conf: {}
112
- token_list:
113
- - <blank>
114
- - <unk>
115
- - ▁
116
- - a
117
- - r
118
- - e
119
- - o
120
- - n
121
- - l
122
- - t
123
- - d
124
- - m
125
- - i
126
- - '2'
127
- - s
128
- - '0'
129
- - '9'
130
- - y
131
- - ñ
132
- - '1'
133
- - u
134
- - h
135
- - p
136
- - c
137
- - '3'
138
- - '4'
139
- - '7'
140
- - '8'
141
- - z
142
- - b
143
- - f
144
- - <sos/eos>
145
- init: null
146
- model_conf:
147
- ignore_id: 0
148
- use_preprocessor: true
149
- token_type: bpe
150
- bpemodel: data/es_token_list/bpe_unigram32/bpe.model
151
- non_linguistic_symbols: null
152
- cleaner: null
153
- g2p: null
154
- lm: seq_rnn
155
- lm_conf:
156
- unit: 650
157
- nlayers: 2
158
- required:
159
- - output_dir
160
- - token_list
161
- version: '202310'
162
- distributed: false