craffel HF Staff commited on
Commit
6f805e2
·
verified ·
1 Parent(s): 0fd75f9

Upload bpe_on_all_boundless/config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. bpe_on_all_boundless/config.yaml +213 -0
bpe_on_all_boundless/config.yaml ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: bpe_on_all_boundless
2
+ dump_dir: /fsx/craffel/lingua_logs/bpe_on_all_boundless
3
+ seed: 777
4
+ grad_acc_steps: 8
5
+ gc_collect_freq: 1000
6
+ probe_freq: null
7
+ steps: 100000
8
+ data:
9
+ root_dir: /scratch/craffel/lingua/data/flexitok/
10
+ sources:
11
+ fw_edu: 0.4
12
+ dan_Latn: 0.0216582869670702
13
+ swe_Latn: 0.0216359765418466
14
+ vie_Latn: 0.0197485510268674
15
+ hun_Latn: 0.0247194573562308
16
+ fas_Arab: 0.0205634624231076
17
+ tur_Latn: 0.0235455794841729
18
+ ces_Latn: 0.0248024455266208
19
+ arb_Arab: 0.0234323706569333
20
+ ell_Grek: 0.0233670886888026
21
+ ind_Latn: 0.0269322054593488
22
+ nld_Latn: 0.0277796326621489
23
+ pol_Latn: 0.0294120104572311
24
+ por_Latn: 0.0301413168306825
25
+ ita_Latn: 0.0324056371021865
26
+ jpn_Jpan: 0.03553104151369
27
+ fra_Latn: 0.0381835560678536
28
+ spa_Latn: 0.0387222793083669
29
+ deu_Latn: 0.0419925340453022
30
+ cmn_Hani: 0.0454067521384114
31
+ rus_Cyrl: 0.0500198157431261
32
+ batch_size: 4
33
+ seq_len: 4096
34
+ n_views: 2
35
+ seed: 42
36
+ add_bos: true
37
+ add_eos: true
38
+ load_async: true
39
+ prefetch_size: 1024
40
+ tokenizer:
41
+ name: huggingface
42
+ path: flexitok/bpe_boundless_coverage_AllL_128000
43
+ tokenizers: null
44
+ load_supermapping: false
45
+ dropout: 0.0
46
+ seed: 42
47
+ superset_code_name: super_vocab
48
+ n_words: null
49
+ routing:
50
+ source_to_tokenizer: {}
51
+ task_to_tokenizer: {}
52
+ suitable_tokenizer_probability: 1.0
53
+ optim:
54
+ lr: 0.001
55
+ weight_decay: 0.1
56
+ epsilon: 1.0e-08
57
+ beta1: 0.9
58
+ beta2: 0.95
59
+ clip: 1.0
60
+ scheduler: cosine
61
+ warmup: 2000
62
+ lr_min_ratio: 1.0e-06
63
+ cycle_length: 1.0
64
+ cosine_theta: 1.0
65
+ annealing_step: 1000
66
+ decay_fraction: 0.1
67
+ exp_factor: 0.5
68
+ model:
69
+ dim: 2048
70
+ n_layers: 25
71
+ head_dim: null
72
+ n_heads: 16
73
+ n_kv_heads: null
74
+ ffn_dim_multiplier: null
75
+ multiple_of: 256
76
+ norm_eps: 1.0e-05
77
+ rope_theta: 10000.0
78
+ init_base_std: null
79
+ init_std_factor: disabled
80
+ max_seqlen: 4096
81
+ seed: 42
82
+ vocab_size: 128714
83
+ weight_tying: false
84
+ sliding_window: null
85
+ use_factorized_embeddings: false
86
+ factorized_embedding_dim: 0
87
+ distributed:
88
+ dp_shard: 1
89
+ dp_replicate: 8
90
+ tp_size: 1
91
+ selective_activation_checkpointing: false
92
+ compile: true
93
+ fsdp_type: full_shard
94
+ model_dtype: bf16
95
+ float8_recipe: null
96
+ float8_filter: layers\.[0-9]+\.
97
+ matmul_allow_tf32: false
98
+ detect_anomaly: false
99
+ compile_cache_size_limit: 8
100
+ spawn_method: forkserver
101
+ env:
102
+ MKL_SERVICE_FORCE_INTEL: GNU
103
+ OMP_NUM_THREADS: '1'
104
+ MKL_NUM_THREADS: '1'
105
+ ENABLE_INTRA_NODE_COMM: '1'
106
+ TORCH_NCCL_AVOID_RECORD_STREAMS: '1'
107
+ NCCL_IB_TIMEOUT: '22'
108
+ NCCL_DEBUG: INFO
109
+ TORCH_NCCL_ASYNC_ERROR_HANDLING: '1'
110
+ checkpoint:
111
+ dump:
112
+ every: 10000
113
+ keep: -1
114
+ eval:
115
+ every: 10000
116
+ keep: -1
117
+ path: /fsx/craffel/lingua_logs/checkpoints/bpe_on_all_boundless/
118
+ init_ckpt_path: null
119
+ load_init_optimizer_state: false
120
+ save_init_ckpt: false
121
+ profiling:
122
+ run: true
123
+ trace_folder: profiling
124
+ mem_warmup: 0
125
+ mem_steps: 4
126
+ profile_warmup: 100
127
+ profile_steps: 4
128
+ logging:
129
+ freq: 1
130
+ acc_freq: null
131
+ wandb:
132
+ job_type: null
133
+ dir: null
134
+ project: MoTo-Training
135
+ entity: raffel-reports
136
+ tags: null
137
+ group: null
138
+ name: bpe_on_all_boundless
139
+ notes: null
140
+ config_exclude_keys: null
141
+ config_include_keys: null
142
+ anonymous: null
143
+ mode: null
144
+ allow_val_change: null
145
+ resume: null
146
+ force: null
147
+ tensorboard: null
148
+ sync_tensorboard: null
149
+ monitor_gym: null
150
+ save_code: null
151
+ id: null
152
+ fork_from: null
153
+ resume_from: null
154
+ async_eval_gpus: 8
155
+ eval:
156
+ harness:
157
+ tasks:
158
+ - hellaswag
159
+ - piqa
160
+ - arc_easy
161
+ - arc_challenge
162
+ - include_base_44_arabic
163
+ - include_base_44_chinese
164
+ - include_base_44_german
165
+ - include_base_44_greek
166
+ - include_base_44_persian
167
+ - include_base_44_french
168
+ - include_base_44_hungarian
169
+ - include_base_44_indonesian
170
+ - include_base_44_italian
171
+ - include_base_44_japanese
172
+ - include_base_44_dutch
173
+ - include_base_44_polish
174
+ - include_base_44_portuguese
175
+ - include_base_44_russian
176
+ - include_base_44_spanish
177
+ - include_base_44_turkish
178
+ - include_base_44_vietnamese
179
+ - belebele_arb_Arab
180
+ - belebele_ces_Latn
181
+ - belebele_zho_Hans
182
+ - belebele_dan_Latn
183
+ - belebele_deu_Latn
184
+ - belebele_ell_Grek
185
+ - belebele_pes_Arab
186
+ - belebele_fra_Latn
187
+ - belebele_hun_Latn
188
+ - belebele_ind_Latn
189
+ - belebele_ita_Latn
190
+ - belebele_jpn_Jpan
191
+ - belebele_nld_Latn
192
+ - belebele_pol_Latn
193
+ - belebele_por_Latn
194
+ - belebele_rus_Cyrl
195
+ - belebele_spa_Latn
196
+ - belebele_swe_Latn
197
+ - belebele_tur_Latn
198
+ - belebele_vie_Latn
199
+ - belebele_eng_Latn
200
+ - xnli_ar
201
+ - xnli_zh
202
+ - xnli_de
203
+ - xnli_el
204
+ - xnli_en
205
+ - xnli_es
206
+ - xnli_fr
207
+ - xnli_ru
208
+ - xnli_tr
209
+ - xnli_vi
210
+ generator:
211
+ max_tokens: 16384
212
+ dtype: bf16
213
+ add_bos: false