craffel HF Staff commited on
Commit
58198ae
·
verified ·
1 Parent(s): 0636665

Upload meta-llama-Llama-3.2-1B-seed_777_model_seed_111/config.yaml with huggingface_hub

Browse files
meta-llama-Llama-3.2-1B-seed_777_model_seed_111/config.yaml ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: toksuite_llama_1b_seed_777_model_seed_111
2
+ dump_dir: /fsx/craffel/toksuite/lingua_logs/meta-llama-Llama-3.2-1B-seed_777_model_seed_111/
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/tokenizer_training/
10
+ sources:
11
+ fw_edu: 0.4
12
+ cmn_Hani: 0.15
13
+ tur_Latn: 0.15
14
+ ita_Latn: 0.15
15
+ fas_Arab: 0.15
16
+ batch_size: 4
17
+ seq_len: 4096
18
+ n_views: 2
19
+ seed: 42
20
+ add_bos: true
21
+ add_eos: true
22
+ load_async: true
23
+ prefetch_size: 1024
24
+ tokenizer:
25
+ name: huggingface
26
+ path: meta-llama/Llama-3.2-1B
27
+ tokenizers: null
28
+ load_supermapping: false
29
+ dropout: 0.0
30
+ seed: 42
31
+ superset_code_name: super_vocab
32
+ n_words: null
33
+ routing:
34
+ source_to_tokenizer: {}
35
+ task_to_tokenizer: {}
36
+ suitable_tokenizer_probability: 1.0
37
+ optim:
38
+ lr: 0.001
39
+ weight_decay: 0.1
40
+ epsilon: 1.0e-08
41
+ beta1: 0.9
42
+ beta2: 0.95
43
+ clip: 1.0
44
+ scheduler: cosine
45
+ warmup: 2000
46
+ lr_min_ratio: 1.0e-06
47
+ cycle_length: 1.0
48
+ cosine_theta: 1.0
49
+ annealing_step: 1000
50
+ decay_fraction: 0.1
51
+ exp_factor: 0.5
52
+ model:
53
+ dim: 2048
54
+ n_layers: 25
55
+ head_dim: null
56
+ n_heads: 16
57
+ n_kv_heads: null
58
+ ffn_dim_multiplier: null
59
+ multiple_of: 256
60
+ norm_eps: 1.0e-05
61
+ rope_theta: 10000.0
62
+ init_base_std: null
63
+ init_std_factor: disabled
64
+ max_seqlen: 4096
65
+ seed: 111
66
+ vocab_size: 128256
67
+ weight_tying: false
68
+ sliding_window: null
69
+ use_factorized_embeddings: false
70
+ factorized_embedding_dim: 0
71
+ distributed:
72
+ dp_shard: 1
73
+ dp_replicate: 8
74
+ tp_size: 1
75
+ selective_activation_checkpointing: false
76
+ compile: true
77
+ fsdp_type: full_shard
78
+ model_dtype: bf16
79
+ float8_recipe: null
80
+ float8_filter: layers\.[0-9]+\.
81
+ matmul_allow_tf32: false
82
+ detect_anomaly: false
83
+ compile_cache_size_limit: 8
84
+ spawn_method: forkserver
85
+ env:
86
+ MKL_SERVICE_FORCE_INTEL: GNU
87
+ OMP_NUM_THREADS: '1'
88
+ MKL_NUM_THREADS: '1'
89
+ ENABLE_INTRA_NODE_COMM: '1'
90
+ TORCH_NCCL_AVOID_RECORD_STREAMS: '1'
91
+ NCCL_IB_TIMEOUT: '22'
92
+ NCCL_DEBUG: INFO
93
+ TORCH_NCCL_ASYNC_ERROR_HANDLING: '1'
94
+ checkpoint:
95
+ dump:
96
+ every: 6000
97
+ keep: -1
98
+ eval:
99
+ every: 2000
100
+ keep: -1
101
+ path: /fsx/craffel/toksuite/lingua_logs/meta-llama-Llama-3.2-1B/checkpoints
102
+ init_ckpt_path: null
103
+ load_init_optimizer_state: false
104
+ save_init_ckpt: false
105
+ profiling:
106
+ run: true
107
+ trace_folder: profiling
108
+ mem_warmup: 0
109
+ mem_steps: 4
110
+ profile_warmup: 100
111
+ profile_steps: 4
112
+ logging:
113
+ freq: 1
114
+ acc_freq: null
115
+ wandb: null
116
+ async_eval_gpus: 8
117
+ eval:
118
+ harness:
119
+ tasks:
120
+ - hellaswag
121
+ - piqa
122
+ - arc_easy
123
+ - arc_challenge
124
+ - include_base_44_turkish
125
+ - include_base_44_italian
126
+ - include_base_44_chinese
127
+ - belebele_pes_Arab
128
+ - belebele_eng_Latn
129
+ - belebele_ita_Latn
130
+ - belebele_tur_Latn
131
+ - belebele_zho_Hans
132
+ - xnli_en
133
+ - xnli_tr
134
+ - xnli_zh
135
+ generator:
136
+ max_tokens: 8192
137
+ dtype: bf16
138
+ add_bos: false