KimByeongSu commited on
Commit
a7fa4ac
1 Parent(s): d1b61ba

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ pred_LAMA_TREx_test.jsonl filter=lfs diff=lfs merge=lfs -text
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "perplexity": 3.150274736399176,
4
+ "test_loss": 1.1474896669387817,
5
+ "test_runtime": 61.2668,
6
+ "test_samples": 8824,
7
+ "test_samples_per_second": 144.026,
8
+ "test_steps_per_second": 1.126,
9
+ "train_loss": 1.3664742858760353,
10
+ "train_runtime": 1099.0122,
11
+ "train_samples": 20587,
12
+ "train_samples_per_second": 56.197,
13
+ "train_steps_per_second": 0.439
14
+ }
pred_LAMA_TREx_test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1595979f872bd2cf4b7b3ed70e834b47ecef538094da8e73d916911696d5b3fb
3
+ size 172412069
test_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "perplexity": 3.150274736399176,
3
+ "test_loss": 1.1474896669387817,
4
+ "test_runtime": 61.2668,
5
+ "test_samples": 8824,
6
+ "test_samples_per_second": 144.026,
7
+ "test_steps_per_second": 1.126
8
+ }
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 128,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 128
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 50257,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 50256,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 50256,
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 1.3664742858760353,
4
+ "train_runtime": 1099.0122,
5
+ "train_samples": 20587,
6
+ "train_samples_per_second": 56.197,
7
+ "train_steps_per_second": 0.439
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 483,
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": 483,
14
+ "total_flos": 4033102884765696.0,
15
+ "train_loss": 1.3664742858760353,
16
+ "train_runtime": 1099.0122,
17
+ "train_samples_per_second": 56.197,
18
+ "train_steps_per_second": 0.439
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 483,
23
+ "num_train_epochs": 3,
24
+ "save_steps": 500,
25
+ "total_flos": 4033102884765696.0,
26
+ "trial_name": null,
27
+ "trial_params": null
28
+ }