nlparabic commited on
Commit
2cb5f96
1 Parent(s): aba69c9

End of training

Browse files
Files changed (5) hide show
  1. README.md +5 -0
  2. all_results.json +16 -0
  3. eval_results.json +10 -0
  4. train_results.json +9 -0
  5. trainer_state.json +42 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: riotu-lab/ArabianGPT-01B
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: test-aragpt
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # test-aragpt
15
 
16
  This model is a fine-tuned version of [riotu-lab/ArabianGPT-01B](https://huggingface.co/riotu-lab/ArabianGPT-01B) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
3
  base_model: riotu-lab/ArabianGPT-01B
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: test-aragpt
10
  results: []
 
16
  # test-aragpt
17
 
18
  This model is a fine-tuned version of [riotu-lab/ArabianGPT-01B](https://huggingface.co/riotu-lab/ArabianGPT-01B) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 4.3387
21
+ - Accuracy: 0.2541
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.25405778786754485,
4
+ "eval_loss": 4.3386945724487305,
5
+ "eval_runtime": 27.8088,
6
+ "eval_samples": 1627,
7
+ "eval_samples_per_second": 58.507,
8
+ "eval_steps_per_second": 7.336,
9
+ "perplexity": 76.60746853485647,
10
+ "total_flos": 534995435520000.0,
11
+ "train_loss": 4.0715499788697,
12
+ "train_runtime": 69.2711,
13
+ "train_samples": 455,
14
+ "train_samples_per_second": 19.705,
15
+ "train_steps_per_second": 2.469
16
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.25405778786754485,
4
+ "eval_loss": 4.3386945724487305,
5
+ "eval_runtime": 27.8088,
6
+ "eval_samples": 1627,
7
+ "eval_samples_per_second": 58.507,
8
+ "eval_steps_per_second": 7.336,
9
+ "perplexity": 76.60746853485647
10
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 534995435520000.0,
4
+ "train_loss": 4.0715499788697,
5
+ "train_runtime": 69.2711,
6
+ "train_samples": 455,
7
+ "train_samples_per_second": 19.705,
8
+ "train_steps_per_second": 2.469
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 171,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 3.0,
13
+ "step": 171,
14
+ "total_flos": 534995435520000.0,
15
+ "train_loss": 4.0715499788697,
16
+ "train_runtime": 69.2711,
17
+ "train_samples_per_second": 19.705,
18
+ "train_steps_per_second": 2.469
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 171,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": true
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 534995435520000.0,
39
+ "train_batch_size": 8,
40
+ "trial_name": null,
41
+ "trial_params": null
42
+ }