SaffalPoosh commited on
Commit
105d326
·
verified ·
1 Parent(s): 247ea9a

Upload cfg.yaml

Browse files
Files changed (1) hide show
  1. cfg.yaml +123 -0
cfg.yaml ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ architecture:
2
+ backbone_dtype: int4
3
+ gradient_checkpointing: true
4
+ intermediate_dropout: 0.0
5
+ pretrained: true
6
+ pretrained_weights: ''
7
+ augmentation:
8
+ neftune_noise_alpha: 0.0
9
+ random_parent_probability: 0.0
10
+ skip_parent_probability: 0.0
11
+ token_mask_probability: 0.0
12
+ dataset:
13
+ add_eos_token_to_answer: true
14
+ add_eos_token_to_prompt: true
15
+ add_eos_token_to_system: true
16
+ answer_column: final_answer
17
+ chatbot_author: H2O.ai
18
+ chatbot_name: h2oGPT
19
+ data_sample: 1.0
20
+ data_sample_choice:
21
+ - Train
22
+ - Validation
23
+ id_column: None
24
+ limit_chained_samples: false
25
+ mask_prompt_labels: true
26
+ only_last_answer: false
27
+ parent_id_column: None
28
+ personalize: false
29
+ prompt_column:
30
+ - question
31
+ - sub_questions
32
+ prompt_column_separator: \n\n
33
+ system_column: None
34
+ text_answer_separator: <|answer|>
35
+ text_prompt_start: <|prompt|>
36
+ text_system_start: <|system|>
37
+ train_dataframe: /home/llmstudio/mount/data/user/qa-expert-multi-hop-qa-V1.0_train/qa-expert-multi-hop-qa-V1.0_train.pq
38
+ validation_dataframe: None
39
+ validation_size: 0.1
40
+ validation_strategy: automatic
41
+ environment:
42
+ compile_model: false
43
+ deepspeed_allgather_bucket_size: 1000000
44
+ deepspeed_method: ZeRO2
45
+ deepspeed_reduce_bucket_size: 1000000
46
+ deepspeed_stage3_param_persistence_threshold: 1000000
47
+ deepspeed_stage3_prefetch_bucket_size: 1000000
48
+ find_unused_parameters: false
49
+ gpus:
50
+ - '0'
51
+ - '1'
52
+ - '2'
53
+ - '3'
54
+ - '4'
55
+ - '5'
56
+ huggingface_branch: main
57
+ mixed_precision: true
58
+ mixed_precision_dtype: bfloat16
59
+ number_of_workers: 8
60
+ seed: -1
61
+ trust_remote_code: true
62
+ use_deepspeed: false
63
+ experiment_name: adaptable-vulture
64
+ llm_backbone: h2oai/h2o-danube2-1.8b-base
65
+ logging:
66
+ log_all_ranks: false
67
+ log_step_size: absolute
68
+ logger: None
69
+ neptune_project: ''
70
+ wandb_entity: ''
71
+ wandb_project: ''
72
+ output_directory: /home/llmstudio/mount/output/user/adaptable-vulture/
73
+ prediction:
74
+ batch_size_inference: 8
75
+ do_sample: true
76
+ max_length_inference: 424
77
+ max_time: 0.0
78
+ metric: Perplexity
79
+ metric_gpt_model: gpt-3.5-turbo-0301
80
+ metric_gpt_template: general
81
+ min_length_inference: 70
82
+ num_beams: 2
83
+ num_history: 4
84
+ repetition_penalty: 1.0
85
+ stop_tokens: ''
86
+ temperature: 0.2
87
+ top_k: 0
88
+ top_p: 0.95
89
+ problem_type: text_causal_language_modeling
90
+ tokenizer:
91
+ add_prompt_answer_tokens: false
92
+ max_length: 4160
93
+ padding_quantile: 1.0
94
+ tokenizer_kwargs: '{"use_fast": true, "add_prefix_space": false}'
95
+ training:
96
+ attention_implementation: auto
97
+ batch_size: 8
98
+ differential_learning_rate: 1.0e-05
99
+ differential_learning_rate_layers: []
100
+ drop_last_batch: true
101
+ epochs: 5
102
+ evaluate_before_training: false
103
+ evaluation_epochs: 1.0
104
+ freeze_layers: []
105
+ grad_accumulation: 1
106
+ gradient_clip: 0.0
107
+ learning_rate: 0.0001
108
+ lora: true
109
+ lora_alpha: 16
110
+ lora_dropout: 0.05
111
+ lora_r: 32
112
+ lora_target_modules: ''
113
+ lora_unfreeze_layers: []
114
+ loss_function: TokenAveragedCrossEntropy
115
+ min_learning_rate_ratio: 0.0
116
+ optimizer: AdamW
117
+ save_checkpoint: last
118
+ schedule: Cosine
119
+ train_validation_data: false
120
+ use_dora: false
121
+ use_rslora: false
122
+ warmup_epochs: 0.15
123
+ weight_decay: 0.0