cappuch commited on
Commit
776d9d6
1 Parent(s): e24f2b9

End of training

Browse files
README.md CHANGED
@@ -1,9 +1,24 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
 
 
4
  model-index:
5
  - name: test_pretrain
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
  # test_pretrain
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
+ - wikitext
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: test_pretrain
10
+ results:
11
+ - task:
12
+ name: Causal Language Modeling
13
+ type: text-generation
14
+ dataset:
15
+ name: wikitext wikitext-2-v1
16
+ type: wikitext
17
+ args: wikitext-2-v1
18
+ metrics:
19
+ - name: Accuracy
20
+ type: accuracy
21
+ value: 0.28011557471332055
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
 
27
  # test_pretrain
28
 
29
+ This model is a fine-tuned version of [](https://huggingface.co/) on the wikitext wikitext-2-v1 dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 5.0612
32
+ - Accuracy: 0.2801
33
 
34
  ## Model description
35
 
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.28011557471332055,
4
+ "eval_loss": 5.061196804046631,
5
+ "eval_runtime": 16.9445,
6
+ "eval_samples": 249,
7
+ "eval_samples_per_second": 14.695,
8
+ "eval_steps_per_second": 1.889,
9
+ "perplexity": 157.77923419764554,
10
+ "train_loss": 5.833661626916525,
11
+ "train_runtime": 1259.5482,
12
+ "train_samples": 2346,
13
+ "train_samples_per_second": 5.588,
14
+ "train_steps_per_second": 1.398
15
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.28011557471332055,
4
+ "eval_loss": 5.061196804046631,
5
+ "eval_runtime": 16.9445,
6
+ "eval_samples": 249,
7
+ "eval_samples_per_second": 14.695,
8
+ "eval_steps_per_second": 1.889,
9
+ "perplexity": 157.77923419764554
10
+ }
runs/Jan16_12-19-24_0048b83c9bcc/events.out.tfevents.1705408904.0048b83c9bcc.8085.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdccfc534e36e0ef05618e84cfb2030fcda248989d02f6fb1ae9ed49b5dc571d
3
+ size 411
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 5.833661626916525,
4
+ "train_runtime": 1259.5482,
5
+ "train_samples": 2346,
6
+ "train_samples_per_second": 5.588,
7
+ "train_steps_per_second": 1.398
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1761,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.85,
13
+ "learning_rate": 3.580352072685974e-05,
14
+ "loss": 6.4049,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.7,
19
+ "learning_rate": 2.160704145371948e-05,
20
+ "loss": 5.7387,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 2.56,
25
+ "learning_rate": 7.410562180579217e-06,
26
+ "loss": 5.5475,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "step": 1761,
32
+ "total_flos": 3677946642432000.0,
33
+ "train_loss": 5.833661626916525,
34
+ "train_runtime": 1259.5482,
35
+ "train_samples_per_second": 5.588,
36
+ "train_steps_per_second": 1.398
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 1761,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 3,
43
+ "save_steps": 500,
44
+ "total_flos": 3677946642432000.0,
45
+ "train_batch_size": 4,
46
+ "trial_name": null,
47
+ "trial_params": null
48
+ }