MHGanainy commited on
Commit
ffa09f2
·
verified ·
1 Parent(s): 07e6cb1

Model save

Browse files
README.md CHANGED
@@ -15,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
15
  # mgpt-lora-multi-shared-1024
16
 
17
  This model is a fine-tuned version of [ai-forever/mGPT](https://huggingface.co/ai-forever/mGPT) on an unknown dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 3.8008
20
 
21
  ## Model description
22
 
@@ -39,10 +37,13 @@ The following hyperparameters were used during training:
39
  - train_batch_size: 1
40
  - eval_batch_size: 1
41
  - seed: 42
 
 
 
 
42
  - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: cosine
44
- - lr_scheduler_warmup_ratio: 0.1
45
- - lr_scheduler_warmup_steps: 10
46
  - num_epochs: 1
47
 
48
  ### Training results
 
15
  # mgpt-lora-multi-shared-1024
16
 
17
  This model is a fine-tuned version of [ai-forever/mGPT](https://huggingface.co/ai-forever/mGPT) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
 
37
  - train_batch_size: 1
38
  - eval_batch_size: 1
39
  - seed: 42
40
+ - distributed_type: multi-GPU
41
+ - num_devices: 8
42
+ - total_train_batch_size: 8
43
+ - total_eval_batch_size: 8
44
  - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 49957
 
47
  - num_epochs: 1
48
 
49
  ### Training results
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "c_proj",
24
- "c_attn"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "c_attn",
24
+ "c_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1daa54a0feffc36f082011fbd43a1e4845047756d3ba1c16cd2fa18160e28787
3
  size 138430880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e7598a198ff057ee3099543e4aeb5b85c84097a18d39595ac9ec10275e05fc
3
  size 138430880
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2399e60695b2df92cf1021f7c5374ccd8f92bace9953b904989709a916a0c16
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761bdc46a13eea11ae55d199e526a9662b3cae42634b88bc5c1cdff85f67b2b2
3
  size 5368