KimByeongSu commited on
Commit
c762a24
·
verified ·
1 Parent(s): 9ac434b

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.185801175999141,
4
+ "test_loss": 1.1587038040161133,
5
+ "test_runtime": 67.0223,
6
+ "test_samples": 8824,
7
+ "test_samples_per_second": 131.658,
8
+ "test_steps_per_second": 1.03,
9
+ "train_loss": 1.5075447494919236,
10
+ "train_runtime": 2186.2674,
11
+ "train_samples": 37860,
12
+ "train_samples_per_second": 51.952,
13
+ "train_steps_per_second": 0.406
14
+ }
pred_LAMA_TREx_test.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f47d4ac8b49e298a59dcaffa4cdbcf9953fcbf1f30042fc30b068ec853f7fc
3
+ size 171855862
test_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "perplexity": 3.185801175999141,
3
+ "test_loss": 1.1587038040161133,
4
+ "test_runtime": 67.0223,
5
+ "test_samples": 8824,
6
+ "test_samples_per_second": 131.658,
7
+ "test_steps_per_second": 1.03
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.5075447494919236,
4
+ "train_runtime": 2186.2674,
5
+ "train_samples": 37860,
6
+ "train_samples_per_second": 51.952,
7
+ "train_steps_per_second": 0.406
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 888,
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.69,
13
+ "learning_rate": 8.806306306306306e-06,
14
+ "loss": 1.7195,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 3.0,
19
+ "step": 888,
20
+ "total_flos": 7416975529082880.0,
21
+ "train_loss": 1.5075447494919236,
22
+ "train_runtime": 2186.2674,
23
+ "train_samples_per_second": 51.952,
24
+ "train_steps_per_second": 0.406
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 888,
29
+ "num_train_epochs": 3,
30
+ "save_steps": 500,
31
+ "total_flos": 7416975529082880.0,
32
+ "trial_name": null,
33
+ "trial_params": null
34
+ }