tuanna08go commited on
Commit
b4b60d1
·
verified ·
1 Parent(s): 363bdf8

End of training

Browse files
Files changed (2) hide show
  1. README.md +11 -18
  2. adapter_model.bin +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ flash_attention: true
39
  fp16: null
40
  fsdp: null
41
  fsdp_config: null
42
- gradient_accumulation_steps: 16
43
  gradient_checkpointing: false
44
  group_by_length: false
45
  hub_model_id: tuanna08go/f80e2174-ad87-429f-9adc-940eb3e5d75f
@@ -50,7 +50,7 @@ learning_rate: 0.0001
50
  load_in_4bit: false
51
  load_in_8bit: false
52
  local_rank: null
53
- logging_steps: 10
54
  lora_alpha: 16
55
  lora_dropout: 0.05
56
  lora_fan_in_fan_out: null
@@ -58,8 +58,8 @@ lora_model_dir: null
58
  lora_r: 8
59
  lora_target_linear: true
60
  lr_scheduler: cosine
61
- max_steps: 50
62
- micro_batch_size: 8
63
  mlflow_experiment_name: /tmp/274f8441926ca85a_train_data.json
64
  model_type: AutoModelForCausalLM
65
  num_epochs: 1
@@ -85,7 +85,7 @@ wandb_name: f80e2174-ad87-429f-9adc-940eb3e5d75f
85
  wandb_project: Gradients-On-Demand
86
  wandb_run: your_name
87
  wandb_runid: f80e2174-ad87-429f-9adc-940eb3e5d75f
88
- warmup_steps: 2
89
  weight_decay: 0.0
90
  xformers_attention: null
91
 
@@ -96,8 +96,6 @@ xformers_attention: null
96
  # f80e2174-ad87-429f-9adc-940eb3e5d75f
97
 
98
  This model is a fine-tuned version of [fxmarty/tiny-llama-fast-tokenizer](https://huggingface.co/fxmarty/tiny-llama-fast-tokenizer) on the None dataset.
99
- It achieves the following results on the evaluation set:
100
- - Loss: 10.3728
101
 
102
  ## Model description
103
 
@@ -117,26 +115,21 @@ More information needed
117
 
118
  The following hyperparameters were used during training:
119
  - learning_rate: 0.0001
120
- - train_batch_size: 8
121
- - eval_batch_size: 8
122
  - seed: 42
123
- - gradient_accumulation_steps: 16
124
- - total_train_batch_size: 128
125
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
126
  - lr_scheduler_type: cosine
127
  - lr_scheduler_warmup_steps: 2
128
- - training_steps: 50
129
 
130
  ### Training results
131
 
132
  | Training Loss | Epoch | Step | Validation Loss |
133
  |:-------------:|:------:|:----:|:---------------:|
134
- | No log | 0.0024 | 1 | 10.3742 |
135
- | 10.3744 | 0.0240 | 10 | 10.3738 |
136
- | 10.3738 | 0.0480 | 20 | 10.3733 |
137
- | 10.3732 | 0.0719 | 30 | 10.3730 |
138
- | 10.373 | 0.0959 | 40 | 10.3729 |
139
- | 10.3727 | 0.1199 | 50 | 10.3728 |
140
 
141
 
142
  ### Framework versions
 
39
  fp16: null
40
  fsdp: null
41
  fsdp_config: null
42
+ gradient_accumulation_steps: 4
43
  gradient_checkpointing: false
44
  group_by_length: false
45
  hub_model_id: tuanna08go/f80e2174-ad87-429f-9adc-940eb3e5d75f
 
50
  load_in_4bit: false
51
  load_in_8bit: false
52
  local_rank: null
53
+ logging_steps: 5
54
  lora_alpha: 16
55
  lora_dropout: 0.05
56
  lora_fan_in_fan_out: null
 
58
  lora_r: 8
59
  lora_target_linear: true
60
  lr_scheduler: cosine
61
+ max_steps: 1
62
+ micro_batch_size: 2
63
  mlflow_experiment_name: /tmp/274f8441926ca85a_train_data.json
64
  model_type: AutoModelForCausalLM
65
  num_epochs: 1
 
85
  wandb_project: Gradients-On-Demand
86
  wandb_run: your_name
87
  wandb_runid: f80e2174-ad87-429f-9adc-940eb3e5d75f
88
+ warmup_steps: 1
89
  weight_decay: 0.0
90
  xformers_attention: null
91
 
 
96
  # f80e2174-ad87-429f-9adc-940eb3e5d75f
97
 
98
  This model is a fine-tuned version of [fxmarty/tiny-llama-fast-tokenizer](https://huggingface.co/fxmarty/tiny-llama-fast-tokenizer) on the None dataset.
 
 
99
 
100
  ## Model description
101
 
 
115
 
116
  The following hyperparameters were used during training:
117
  - learning_rate: 0.0001
118
+ - train_batch_size: 2
119
+ - eval_batch_size: 2
120
  - seed: 42
121
+ - gradient_accumulation_steps: 4
122
+ - total_train_batch_size: 8
123
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
124
  - lr_scheduler_type: cosine
125
  - lr_scheduler_warmup_steps: 2
126
+ - training_steps: 1
127
 
128
  ### Training results
129
 
130
  | Training Loss | Epoch | Step | Validation Loss |
131
  |:-------------:|:------:|:----:|:---------------:|
132
+ | No log | 0.0001 | 1 | 10.3742 |
 
 
 
 
 
133
 
134
 
135
  ### Framework versions
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f3846998b63dae18dd447f621425dbf30216ded5f03a952c670d4115d0f6914
3
  size 33666
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000ab989a44c6bb3f5c07f703287566aea9695c159a86099047b492550ebe905
3
  size 33666