cappuch commited on
Commit
e4c0638
1 Parent(s): 737956d

End of training

Browse files
README.md CHANGED
@@ -1,9 +1,24 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
 
 
4
  model-index:
5
  - name: opt_1_flan_gsm8k
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
  # opt_1_flan_gsm8k
13
 
14
- This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
 
 
 
15
 
16
  ## Model description
17
 
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ datasets:
5
+ - gsm8k
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: opt_1_flan_gsm8k
10
+ results:
11
+ - task:
12
+ name: Causal Language Modeling
13
+ type: text-generation
14
+ dataset:
15
+ name: gsm8k main
16
+ type: gsm8k
17
+ args: main
18
+ metrics:
19
+ - name: Accuracy
20
+ type: accuracy
21
+ value: 0.19469348746188503
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
 
27
  # opt_1_flan_gsm8k
28
 
29
+ This model is a fine-tuned version of [](https://huggingface.co/) on the gsm8k main dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 5.2508
32
+ - Accuracy: 0.1947
33
 
34
  ## Model description
35
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.19469348746188503,
4
+ "eval_loss": 5.2507758140563965,
5
+ "eval_runtime": 0.9588,
6
+ "eval_samples": 43,
7
+ "eval_samples_per_second": 44.847,
8
+ "eval_steps_per_second": 6.258,
9
+ "perplexity": 190.71416981293171,
10
+ "train_loss": 5.800324627635924,
11
+ "train_runtime": 171.8298,
12
+ "train_samples": 819,
13
+ "train_samples_per_second": 14.299,
14
+ "train_steps_per_second": 3.579
15
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.19469348746188503,
4
+ "eval_loss": 5.2507758140563965,
5
+ "eval_runtime": 0.9588,
6
+ "eval_samples": 43,
7
+ "eval_samples_per_second": 44.847,
8
+ "eval_steps_per_second": 6.258,
9
+ "perplexity": 190.71416981293171
10
+ }
runs/Jan17_11-37-34_c6e447ad56ee/events.out.tfevents.1705491663.c6e447ad56ee.5136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc6b24820586936ebba2bd364e7b2fc2b370ff80bb791f81f3a91d0afe89a308
3
+ size 411
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 5.800324627635924,
4
+ "train_runtime": 171.8298,
5
+ "train_samples": 819,
6
+ "train_samples_per_second": 14.299,
7
+ "train_steps_per_second": 3.579
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 615,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.44,
13
+ "learning_rate": 9.34959349593496e-06,
14
+ "loss": 5.9409,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 3.0,
19
+ "step": 615,
20
+ "total_flos": 641994522624000.0,
21
+ "train_loss": 5.800324627635924,
22
+ "train_runtime": 171.8298,
23
+ "train_samples_per_second": 14.299,
24
+ "train_steps_per_second": 3.579
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 615,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 3,
31
+ "save_steps": 500,
32
+ "total_flos": 641994522624000.0,
33
+ "train_batch_size": 4,
34
+ "trial_name": null,
35
+ "trial_params": null
36
+ }