1base_model: facebook/opt-125m
2batch_size: 32
3bf16: true
4chat_template: tokenizer_default_fallback_alpaca
5datasets:
6- format: custom
7 path: jamescalam/ai-arxiv-chunked
8 type:
9 field_instruction: chunk
10 field_output: summary
11 format: '{instruction}'
12 no_input_format: '{instruction}'
13 system_format: '{system}'
14 system_prompt: ''
15eval_steps: 20
16flash_attention: true
17gpu_memory_limit: 80GiB
18gradient_checkpointing: true
19group_by_length: true
20learning_rate: 0.0002
21logging_steps: 10
22lr_scheduler: cosine
23max_steps: 50
24micro_batch_size: 4
25model_type: AutoModelForCausalLM
26optimizer: adamw_bnb_8bit
27output_dir: /workspace/axolotl/configs
28pad_to_sequence_len: true
29resize_token_embeddings_to_32x: false
30sample_packing: false
31save_steps: 40
32save_total_limit: 1
33sequence_len: 2048
34tokenizer_type: GPT2TokenizerFast
35train_on_inputs: false
36trust_remote_code: true
37val_set_size: 0.1
38wandb_entity: ''
39wandb_mode: offline
40wandb_name: facebook/opt-125m-jamescalam/ai-arxiv-chunked
41wandb_project: Gradients-On-Demand
42wandb_run: your_name
43wandb_runid: default
44warmup_ratio: 0.05
45xformers_attention: true
46