fpuentes commited on
Commit
0ece128
1 Parent(s): d511961

Training in progress, step 1500

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. config.json +1 -1
  2. events.out.tfevents.1673814853.turing.327173.0 +3 -0
  3. events.out.tfevents.1673815130.turing.327344.0 +3 -0
  4. events.out.tfevents.1673815472.turing.327590.0 +3 -0
  5. events.out.tfevents.1673818108.turing.328391.0 +3 -0
  6. events.out.tfevents.1673819239.turing.328732.0 +3 -0
  7. events.out.tfevents.1673857056.turing.343267.0 +3 -0
  8. events.out.tfevents.1673857243.turing.343391.0 +3 -0
  9. events.out.tfevents.1673870050.turing.351108.0 +3 -0
  10. events.out.tfevents.1673946227.turing.401801.0 +3 -0
  11. events.out.tfevents.1673946429.turing.402413.0 +3 -0
  12. events.out.tfevents.1673984954.turing.425505.0 +3 -0
  13. events.out.tfevents.1674149154.turing.482470.0 +3 -0
  14. events.out.tfevents.1675331741.turing.863202.0 +3 -0
  15. events.out.tfevents.1675332586.turing.864224.0 +3 -0
  16. last-checkpoint/config.json +28 -0
  17. last-checkpoint/merges.txt +0 -0
  18. last-checkpoint/optimizer.pt +3 -0
  19. last-checkpoint/pytorch_model.bin +3 -0
  20. last-checkpoint/rng_state.pth +3 -0
  21. last-checkpoint/scheduler.pt +3 -0
  22. last-checkpoint/special_tokens_map.json +51 -0
  23. last-checkpoint/tokenizer.json +0 -0
  24. last-checkpoint/tokenizer_config.json +65 -0
  25. last-checkpoint/trainer_state.json +30 -0
  26. last-checkpoint/training_args.bin +3 -0
  27. last-checkpoint/vocab.json +0 -0
  28. pytorch_model.bin +1 -1
  29. runs/Feb02_11-09-46_turing/1675332596.735476/events.out.tfevents.1675332596.turing.864224.2 +3 -0
  30. runs/Feb02_11-09-46_turing/events.out.tfevents.1675332596.turing.864224.1 +3 -0
  31. runs/Jan15_21-34-13_turing/1673814853.9309754/events.out.tfevents.1673814853.turing.327173.2 +3 -0
  32. runs/Jan15_21-34-13_turing/events.out.tfevents.1673814853.turing.327173.1 +3 -0
  33. runs/Jan15_21-38-50_turing/1673815130.6693852/events.out.tfevents.1673815130.turing.327344.2 +3 -0
  34. runs/Jan15_21-38-50_turing/events.out.tfevents.1673815130.turing.327344.1 +3 -0
  35. runs/Jan15_21-44-32_turing/1673815478.7136974/events.out.tfevents.1673815478.turing.327590.2 +3 -0
  36. runs/Jan15_21-44-32_turing/1673816409.4189365/events.out.tfevents.1673816409.turing.327590.3 +3 -0
  37. runs/Jan15_21-44-32_turing/1673816930.061229/events.out.tfevents.1673816930.turing.327590.4 +3 -0
  38. runs/Jan15_21-44-32_turing/1673817441.0883248/events.out.tfevents.1673817441.turing.327590.5 +3 -0
  39. runs/Jan15_21-44-32_turing/events.out.tfevents.1673815478.turing.327590.1 +3 -0
  40. runs/Jan15_22-28-28_turing/1673818114.7901142/events.out.tfevents.1673818114.turing.328391.2 +3 -0
  41. runs/Jan15_22-28-28_turing/events.out.tfevents.1673818114.turing.328391.1 +3 -0
  42. runs/Jan15_22-47-19_turing/1673819245.5556467/events.out.tfevents.1673819245.turing.328732.2 +3 -0
  43. runs/Jan15_22-47-19_turing/events.out.tfevents.1673819245.turing.328732.1 +3 -0
  44. runs/Jan15_22-47-19_turing/events.out.tfevents.1673844374.turing.328732.3 +3 -0
  45. runs/Jan16_09-17-36_turing/1673857062.5032341/events.out.tfevents.1673857062.turing.343267.2 +3 -0
  46. runs/Jan16_09-17-36_turing/events.out.tfevents.1673857062.turing.343267.1 +3 -0
  47. runs/Jan16_09-20-43_turing/1673857249.9623673/events.out.tfevents.1673857249.turing.343391.2 +3 -0
  48. runs/Jan16_09-20-43_turing/events.out.tfevents.1673857249.turing.343391.1 +3 -0
  49. runs/Jan16_12-54-10_turing/1673870056.865626/events.out.tfevents.1673870056.turing.351108.2 +3 -0
  50. runs/Jan16_12-54-10_turing/events.out.tfevents.1673870056.turing.351108.1 +3 -0
config.json CHANGED
@@ -21,7 +21,7 @@
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
- "transformers_version": "4.25.1",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 31002
 
21
  "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "torch_dtype": "float32",
24
+ "transformers_version": "4.24.0",
25
  "type_vocab_size": 1,
26
  "use_cache": true,
27
  "vocab_size": 31002
events.out.tfevents.1673814853.turing.327173.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4009989b8e0cef7be20aace5fa38745aac5d2ff88c7c166309e08ece60c96a9c
3
+ size 40
events.out.tfevents.1673815130.turing.327344.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866be7fc2228533501f5b8b9fa180f7d858ef77a9d50f4e342bd7ea017618bc2
3
+ size 40
events.out.tfevents.1673815472.turing.327590.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39cf25e830b6100fd4e060886441e90908203afe88847298ca10d88e7ca06126
3
+ size 40
events.out.tfevents.1673818108.turing.328391.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2a42b6d9bbe66175c42d9b4af1832c8839d77c22a7cd49b4763e082c9936a27
3
+ size 40
events.out.tfevents.1673819239.turing.328732.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:689679f8f31b6990b0694391fe5b7f95d3b3f65100b681df78f59dfd5b08b4b2
3
+ size 40
events.out.tfevents.1673857056.turing.343267.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a832a60a38a215a0422fafd2e267194d81e816302c99ad9906195c0d87daba
3
+ size 40
events.out.tfevents.1673857243.turing.343391.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e26adad913f2f612cce472cbd7e713146a16939ae802bee4211a7395a777bc01
3
+ size 40
events.out.tfevents.1673870050.turing.351108.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd1fc40a032bbe4dd8468a93e944b4a02ababa23c532e6f8b81d2380b23dbf6
3
+ size 40
events.out.tfevents.1673946227.turing.401801.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f09b7bfe71a929b8e6dd7e9e76c9c4702b8eca0fdb4a483f6a94abe9cb60cf
3
+ size 40
events.out.tfevents.1673946429.turing.402413.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c243e42cd6e7c479aa2577eed0785c675b3e14726c8c0d3563dd835afb37eb9
3
+ size 40
events.out.tfevents.1673984954.turing.425505.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fc588cb56e1e572f05f202713e7d4539820753b4ed040dc62a999a11027743d
3
+ size 40
events.out.tfevents.1674149154.turing.482470.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9631d7f178d35282ec16e543516fe8546dc32b688fd1e5570c8fe7d43b7e9a
3
+ size 40
events.out.tfevents.1675331741.turing.863202.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36e8a08f457a0e8caee6ce31bb48e4add1a2293cf072dc022e15b719a13b53cd
3
+ size 40
events.out.tfevents.1675332586.turing.864224.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a353088c04cb134475a9c1b2a5b2ce0e3bbc962af18a2876c7d2317f05d052
3
+ size 40
last-checkpoint/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/pcjf/CESGA/works/lmodels/models/tiny",
3
+ "architectures": [
4
+ "RobertaForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "max_position_embeddings": 514,
18
+ "model_type": "roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 6,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.24.0",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 31002
28
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab25ecc7ead01ad9dc29a206c59d9918b1603cfe67a8b9bd58dd32f42a81af48
3
+ size 538943941
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde4eab0f05bc7147016b6e9ff63724b4208c043a51452ab6f2dfcbd2c8acb62
3
+ size 269468281
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ad3ed98076d6c7cc2ec5ae56903538a9fe12f3c7916d5fc2f11c29473f36048
3
+ size 14575
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2a716bd457ca7c34a1d2755a73ac39cfb5a9465fa869462986df8df81dbfeb7
3
+ size 627
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "cls_token": {
12
+ "__type": "AddedToken",
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "eos_token": {
20
+ "__type": "AddedToken",
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "errors": "replace",
28
+ "mask_token": {
29
+ "__type": "AddedToken",
30
+ "content": "<mask>",
31
+ "lstrip": true,
32
+ "normalized": true,
33
+ "rstrip": false,
34
+ "single_word": false
35
+ },
36
+ "max_len": 512,
37
+ "name_or_path": "/home/pcjf/CESGA/works/lmodels/models/tiny",
38
+ "pad_token": {
39
+ "__type": "AddedToken",
40
+ "content": "<pad>",
41
+ "lstrip": false,
42
+ "normalized": true,
43
+ "rstrip": false,
44
+ "single_word": false
45
+ },
46
+ "sep_token": {
47
+ "__type": "AddedToken",
48
+ "content": "</s>",
49
+ "lstrip": false,
50
+ "normalized": true,
51
+ "rstrip": false,
52
+ "single_word": false
53
+ },
54
+ "special_tokens_map_file": null,
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": {
58
+ "__type": "AddedToken",
59
+ "content": "<unk>",
60
+ "lstrip": false,
61
+ "normalized": true,
62
+ "rstrip": false,
63
+ "single_word": false
64
+ }
65
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.3439353704452515,
3
+ "best_model_checkpoint": "/home/pcjf/CESGA/works/lmodels/models/tiny/checkpoint-1500",
4
+ "epoch": 0.337956769696543,
5
+ "global_step": 1500,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.34,
12
+ "learning_rate": 9.774673276250564e-06,
13
+ "loss": 1.4007,
14
+ "step": 1500
15
+ },
16
+ {
17
+ "epoch": 0.34,
18
+ "eval_loss": 1.3439353704452515,
19
+ "eval_runtime": 59.7502,
20
+ "eval_samples_per_second": 192.334,
21
+ "eval_steps_per_second": 24.05,
22
+ "step": 1500
23
+ }
24
+ ],
25
+ "max_steps": 66570,
26
+ "num_train_epochs": 15,
27
+ "total_flos": 2.382373758069331e+16,
28
+ "trial_name": null,
29
+ "trial_params": null
30
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331f0d2290180db9615dd5704d70411f5d3496f4d48af46d4d655f9b96cea0f8
3
+ size 3451
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6773f91ac94d4d0f285f70122eae9f19e10548caed6d76ebb9dc60ff6058ddff
3
  size 269468281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde4eab0f05bc7147016b6e9ff63724b4208c043a51452ab6f2dfcbd2c8acb62
3
  size 269468281
runs/Feb02_11-09-46_turing/1675332596.735476/events.out.tfevents.1675332596.turing.864224.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2927fdc31339ed9ee04d4d6a09a3ad738d52d95f3d857c64a0e91d2855706d34
3
+ size 5575
runs/Feb02_11-09-46_turing/events.out.tfevents.1675332596.turing.864224.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bddd1d506414ce59cbeef65407a09264c976fb6714c220c047d68d1d64b74c8e
3
+ size 4376
runs/Jan15_21-34-13_turing/1673814853.9309754/events.out.tfevents.1673814853.turing.327173.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d99bd48e1e69b39e42e7e7a111f5813a2df37a546fb6bacb892b68cfcab9b8
3
+ size 5588
runs/Jan15_21-34-13_turing/events.out.tfevents.1673814853.turing.327173.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83a30eb94ec311a4244c985461ab9aa705cdf93050fcec6fcfa2cb9c8110aef5
3
+ size 4006
runs/Jan15_21-38-50_turing/1673815130.6693852/events.out.tfevents.1673815130.turing.327344.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2108c88a320146c9d7c9086b61374f2318936d1e4962ae7c1ead830c839c66e
3
+ size 5588
runs/Jan15_21-38-50_turing/events.out.tfevents.1673815130.turing.327344.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03b63169eea176cdba36f0a377b01059662552d65be602090a9ddc75c4988e7
3
+ size 4006
runs/Jan15_21-44-32_turing/1673815478.7136974/events.out.tfevents.1673815478.turing.327590.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe18d2ad203a2fca17317161706fe1d48ff0bd3d4aa58ddd3786f66ee732e8d
3
+ size 5614
runs/Jan15_21-44-32_turing/1673816409.4189365/events.out.tfevents.1673816409.turing.327590.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eedfc518d3c9ada6bc4edb1d7acdc69eea238eef562fb5983158bd98891c4f3b
3
+ size 5614
runs/Jan15_21-44-32_turing/1673816930.061229/events.out.tfevents.1673816930.turing.327590.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57f199bef9b59b52a88ac347dc0611408be16552cf1407f4e91f9abc3a603155
3
+ size 5614
runs/Jan15_21-44-32_turing/1673817441.0883248/events.out.tfevents.1673817441.turing.327590.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20f47aa4ff22fa3c39e19eef3d8d7f74e15eaad70caed3426c8785c3416f7c57
3
+ size 5614
runs/Jan15_21-44-32_turing/events.out.tfevents.1673815478.turing.327590.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0db4d4de36b41c4986a5581bd3f70fad45bcc5a1839d9f07ffe3f2039d230f9
3
+ size 16008
runs/Jan15_22-28-28_turing/1673818114.7901142/events.out.tfevents.1673818114.turing.328391.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5d412669f79ed37eb2b3550ed1f61ef5e7ee18755c70f0a0f013d113466f767
3
+ size 5617
runs/Jan15_22-28-28_turing/events.out.tfevents.1673818114.turing.328391.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83a4f52c4d22249d42aae1a0c4d851ed9e590be0f45b8596b1978a35272eca20
3
+ size 4030
runs/Jan15_22-47-19_turing/1673819245.5556467/events.out.tfevents.1673819245.turing.328732.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9addc809c33f1ed0e2b6e95fb5f0823429ed6463fd572186b9b8ad02a56e1161
3
+ size 5617
runs/Jan15_22-47-19_turing/events.out.tfevents.1673819245.turing.328732.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15122ce7be9a0bcc92ce4795152b2ef040c5f8a79484bf591f6b6ecae2228edf
3
+ size 13643
runs/Jan15_22-47-19_turing/events.out.tfevents.1673844374.turing.328732.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83561e3e84fd292fd4cfb07ee799d10d04326bb5f8eeea5430817f05e01c743
3
+ size 311
runs/Jan16_09-17-36_turing/1673857062.5032341/events.out.tfevents.1673857062.turing.343267.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97305185a7955f0d84f5d33b26d19911a5e205532493a15afe7d723330960c7
3
+ size 5617
runs/Jan16_09-17-36_turing/events.out.tfevents.1673857062.turing.343267.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14757f44a12a75657da87aa0b2e2315f370d5cb411f8eec39ee562c6d30071ab
3
+ size 3912
runs/Jan16_09-20-43_turing/1673857249.9623673/events.out.tfevents.1673857249.turing.343391.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913674ba8344d614c6d1b6affc4885a8993691392c5a2ab2e8330e01be264ef0
3
+ size 5617
runs/Jan16_09-20-43_turing/events.out.tfevents.1673857249.turing.343391.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe6a154248e750b5630727b98592e9310c3101e1f3f3a647c5769bc3ff0b095
3
+ size 8974
runs/Jan16_12-54-10_turing/1673870056.865626/events.out.tfevents.1673870056.turing.351108.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6d504c928664f5ec10bcc3d54b11934b4493fff8861577c7b841aa9f5a42233
3
+ size 5617
runs/Jan16_12-54-10_turing/events.out.tfevents.1673870056.turing.351108.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c5aa499c90cbb11a6cc91cd7a1535dc2182178bae1dd01973ab211ae0f7f782
3
+ size 18405