zaenalium commited on
Commit
834358d
1 Parent(s): 85ffab0

End of training

Browse files
README.md CHANGED
@@ -1,9 +1,24 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
 
 
4
  model-index:
5
  - name: MicroPhi-Indo
6
- results: []
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -11,7 +26,10 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # MicroPhi-Indo
13
 
14
- This model was trained from scratch on an unknown dataset.
 
 
 
15
 
16
  ## Model description
17
 
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ datasets:
5
+ - MBZUAI/Bactrian-X
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: MicroPhi-Indo
10
+ results:
11
+ - task:
12
+ name: Causal Language Modeling
13
+ type: text-generation
14
+ dataset:
15
+ name: MBZUAI/Bactrian-X id
16
+ type: MBZUAI/Bactrian-X
17
+ args: id
18
+ metrics:
19
+ - name: Accuracy
20
+ type: accuracy
21
+ value: 0.23619257086999024
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
 
27
  # MicroPhi-Indo
28
 
29
+ This model was trained from scratch on the MBZUAI/Bactrian-X id dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 5.3697
32
+ - Accuracy: 0.2362
33
 
34
  ## Model description
35
 
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.99,
3
+ "eval_accuracy": 0.23619257086999024,
4
+ "eval_loss": 5.369718551635742,
5
+ "eval_runtime": 8.2411,
6
+ "eval_samples": 40,
7
+ "eval_samples_per_second": 4.854,
8
+ "eval_steps_per_second": 2.427,
9
+ "perplexity": 214.80240341086764,
10
+ "total_flos": 2829332565196800.0,
11
+ "train_loss": 6.479159524507612,
12
+ "train_runtime": 865.9454,
13
+ "train_samples": 862,
14
+ "train_samples_per_second": 1.991,
15
+ "train_steps_per_second": 0.247
16
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.99,
3
+ "eval_accuracy": 0.23619257086999024,
4
+ "eval_loss": 5.369718551635742,
5
+ "eval_runtime": 8.2411,
6
+ "eval_samples": 40,
7
+ "eval_samples_per_second": 4.854,
8
+ "eval_steps_per_second": 2.427,
9
+ "perplexity": 214.80240341086764
10
+ }
runs/Jan31_13-45-08_345b71fb10c2/events.out.tfevents.1706709646.345b71fb10c2.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7cc559702d9a3bb5899276e71508f745ef4cfc4a5d1c553dd457791bbc38d75
3
+ size 411
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.99,
3
+ "total_flos": 2829332565196800.0,
4
+ "train_loss": 6.479159524507612,
5
+ "train_runtime": 865.9454,
6
+ "train_samples": 862,
7
+ "train_samples_per_second": 1.991,
8
+ "train_steps_per_second": 0.247
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.986078886310905,
5
+ "eval_steps": 500,
6
+ "global_step": 214,
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.86,
13
+ "learning_rate": 3.2710280373831774e-06,
14
+ "loss": 6.5469,
15
+ "step": 200
16
+ },
17
+ {
18
+ "epoch": 1.99,
19
+ "step": 214,
20
+ "total_flos": 2829332565196800.0,
21
+ "train_loss": 6.479159524507612,
22
+ "train_runtime": 865.9454,
23
+ "train_samples_per_second": 1.991,
24
+ "train_steps_per_second": 0.247
25
+ }
26
+ ],
27
+ "logging_steps": 200,
28
+ "max_steps": 214,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 2,
31
+ "save_steps": 2000,
32
+ "total_flos": 2829332565196800.0,
33
+ "train_batch_size": 2,
34
+ "trial_name": null,
35
+ "trial_params": null
36
+ }