MHGanainy commited on
Commit
3ceddc5
·
verified ·
1 Parent(s): da5469f

MHGanainy/mgpt-lora-multi-shared-1024

Browse files
Files changed (5) hide show
  1. README.md +2 -0
  2. all_results.json +13 -0
  3. eval_results.json +8 -0
  4. train_results.json +8 -0
  5. trainer_state.json +49 -0
README.md CHANGED
@@ -15,6 +15,8 @@ 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
 
19
  ## Model description
20
 
 
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.7964
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 3.7963714599609375,
4
+ "eval_runtime": 10.5803,
5
+ "eval_samples_per_second": 9.451,
6
+ "eval_steps_per_second": 9.451,
7
+ "perplexity": 44.53927837463248,
8
+ "total_flos": 1527651080601600.0,
9
+ "train_loss": 4.171203002929688,
10
+ "train_runtime": 157.8425,
11
+ "train_samples_per_second": 0.634,
12
+ "train_steps_per_second": 0.634
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 3.7963714599609375,
4
+ "eval_runtime": 10.5803,
5
+ "eval_samples_per_second": 9.451,
6
+ "eval_steps_per_second": 9.451,
7
+ "perplexity": 44.53927837463248
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 1527651080601600.0,
4
+ "train_loss": 4.171203002929688,
5
+ "train_runtime": 157.8425,
6
+ "train_samples_per_second": 0.634,
7
+ "train_steps_per_second": 0.634
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 3.4095587730407715,
14
+ "learning_rate": 0.0,
15
+ "loss": 4.1712,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "step": 100,
21
+ "total_flos": 1527651080601600.0,
22
+ "train_loss": 4.171203002929688,
23
+ "train_runtime": 157.8425,
24
+ "train_samples_per_second": 0.634,
25
+ "train_steps_per_second": 0.634
26
+ }
27
+ ],
28
+ "logging_steps": 100,
29
+ "max_steps": 100,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 1,
32
+ "save_steps": 500,
33
+ "stateful_callbacks": {
34
+ "TrainerControl": {
35
+ "args": {
36
+ "should_epoch_stop": false,
37
+ "should_evaluate": false,
38
+ "should_log": false,
39
+ "should_save": false,
40
+ "should_training_stop": false
41
+ },
42
+ "attributes": {}
43
+ }
44
+ },
45
+ "total_flos": 1527651080601600.0,
46
+ "train_batch_size": 1,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }