hienbm commited on
Commit
9f01798
1 Parent(s): 65f852c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +22 -27
config.json CHANGED
@@ -1,29 +1,24 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "meta-llama/Meta-Llama-3.1-8B",
5
- "bias": "none",
6
- "fan_in_fan_out": false,
7
- "inference_mode": false,
8
- "init_lora_weights": true,
9
- "layer_replication": null,
10
- "layers_pattern": null,
11
- "layers_to_transform": null,
12
- "loftq_config": {},
13
- "lora_alpha": 16,
14
- "lora_dropout": 0.1,
15
- "megatron_config": null,
16
- "megatron_core": "megatron.core",
17
- "modules_to_save": null,
18
- "peft_type": "LORA",
19
- "r": 64,
20
- "rank_pattern": {},
21
- "revision": null,
22
- "target_modules": [
23
- "v_proj",
24
- "q_proj"
25
- ],
26
- "task_type": "CAUSAL_LM",
27
- "use_dora": false,
28
- "use_rslora": false
29
  }
 
1
  {
2
+ "dataset_name": "data/packaged_pretrain_dataset.parquet",
3
+ "num_proc": 1,
4
+ "max_seq_length": 32,
5
+ "seed": 0,
6
+ "optim": "adamw_torch",
7
+ "max_steps": 60,
8
+ "per_device_train_batch_size": 2,
9
+ "learning_rate": 1e-05,
10
+ "weight_decay": 0,
11
+ "warmup_steps": 10,
12
+ "lr_scheduler_type": "linear",
13
+ "gradient_checkpointing": true,
14
+ "dataloader_num_workers": 2,
15
+ "bf16": true,
16
+ "gradient_accumulation_steps": 1,
17
+ "logging_steps": 3,
18
+ "report_to": [],
19
+ "save_strategy": "steps",
20
+ "save_steps": 3,
21
+ "save_total_limit": 1,
22
+ "push_to_hub": true,
23
+ "hub_model_id": "hienbm/psychology-llama3.1-8B"
 
 
 
 
 
24
  }