SystemAdmin123 commited on
Commit
a1cab8d
·
verified ·
1 Parent(s): f2c65d1

Training in progress, step 20

Browse files
Files changed (3) hide show
  1. axolotl_config.yaml +9 -9
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
axolotl_config.yaml CHANGED
@@ -1,5 +1,5 @@
1
  base_model: trl-internal-testing/tiny-random-LlamaForCausalLM
2
- batch_size: 32
3
  bf16: true
4
  chat_template: tokenizer_default_fallback_alpaca
5
  datasets:
@@ -15,26 +15,26 @@ datasets:
15
  system_prompt: ''
16
  device_map: auto
17
  eval_sample_packing: false
18
- eval_steps: 200
19
  flash_attention: true
20
- gpu_memory_limit: 80GiB
21
  group_by_length: true
22
  hub_model_id: SystemAdmin123/tiny-random-LlamaForCausalLM
23
  hub_strategy: checkpoint
24
  learning_rate: 0.0002
25
  logging_steps: 10
26
  lr_scheduler: cosine
27
- max_steps: 2500
28
- micro_batch_size: 4
29
  model_type: AutoModelForCausalLM
30
  num_epochs: 100
31
  optimizer: adamw_bnb_8bit
32
- output_dir: /root/.sn56/axolotl/outputs/tiny-random-LlamaForCausalLM
33
  pad_to_sequence_len: true
34
  resize_token_embeddings_to_32x: false
35
- sample_packing: false
36
- save_steps: 400
37
- save_total_limit: 1
38
  sequence_len: 2048
39
  tokenizer_type: LlamaTokenizerFast
40
  torch_dtype: bf16
 
1
  base_model: trl-internal-testing/tiny-random-LlamaForCausalLM
2
+ batch_size: 64
3
  bf16: true
4
  chat_template: tokenizer_default_fallback_alpaca
5
  datasets:
 
15
  system_prompt: ''
16
  device_map: auto
17
  eval_sample_packing: false
18
+ eval_steps: 40
19
  flash_attention: true
20
+ gradient_checkpointing: true
21
  group_by_length: true
22
  hub_model_id: SystemAdmin123/tiny-random-LlamaForCausalLM
23
  hub_strategy: checkpoint
24
  learning_rate: 0.0002
25
  logging_steps: 10
26
  lr_scheduler: cosine
27
+ max_steps: 5000
28
+ micro_batch_size: 32
29
  model_type: AutoModelForCausalLM
30
  num_epochs: 100
31
  optimizer: adamw_bnb_8bit
32
+ output_dir: /root/.sn56/axolotl/tmp/tiny-random-LlamaForCausalLM
33
  pad_to_sequence_len: true
34
  resize_token_embeddings_to_32x: false
35
+ sample_packing: true
36
+ save_steps: 20
37
+ save_total_limit: 2
38
  sequence_len: 2048
39
  tokenizer_type: LlamaTokenizerFast
40
  torch_dtype: bf16
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4156994b0d2538aa2d37af1880314c638cc4d24a008e661dbcf7a289e3478dca
3
  size 2066752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9b841b09c9dd8f6d4d92bae6a6575aadd48707d9b68b71831107d9f2bc76adb
3
  size 2066752
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7ab57c26802475df8b559ffa07b1995cecba20856adfc383ddb4700563cc1b9
3
  size 6904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:786399a4c033c92470f06cc2d0496bbd0810a0dfdf57aa0b5e9a8edf096bb52a
3
  size 6904