inflaton commited on
Commit
0b8f3cf
1 Parent(s): 0be3d9e

Training in progress, step 500

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-16/checkpoint-1000/config.json +26 -0
  3. run-16/checkpoint-1000/model.safetensors +3 -0
  4. run-16/checkpoint-1000/optimizer.pt +3 -0
  5. run-16/checkpoint-1000/rng_state.pth +3 -0
  6. run-16/checkpoint-1000/scheduler.pt +3 -0
  7. run-16/checkpoint-1000/special_tokens_map.json +7 -0
  8. run-16/checkpoint-1000/tokenizer.json +0 -0
  9. run-16/checkpoint-1000/tokenizer_config.json +55 -0
  10. run-16/checkpoint-1000/trainer_state.json +56 -0
  11. run-16/checkpoint-1000/training_args.bin +3 -0
  12. run-16/checkpoint-1000/vocab.txt +0 -0
  13. run-16/checkpoint-500/config.json +26 -0
  14. run-16/checkpoint-500/model.safetensors +3 -0
  15. run-16/checkpoint-500/optimizer.pt +3 -0
  16. run-16/checkpoint-500/rng_state.pth +3 -0
  17. run-16/checkpoint-500/scheduler.pt +3 -0
  18. run-16/checkpoint-500/special_tokens_map.json +7 -0
  19. run-16/checkpoint-500/tokenizer.json +0 -0
  20. run-16/checkpoint-500/tokenizer_config.json +55 -0
  21. run-16/checkpoint-500/trainer_state.json +40 -0
  22. run-16/checkpoint-500/training_args.bin +3 -0
  23. run-16/checkpoint-500/vocab.txt +0 -0
  24. run-17/checkpoint-500/config.json +26 -0
  25. run-17/checkpoint-500/model.safetensors +3 -0
  26. run-17/checkpoint-500/optimizer.pt +3 -0
  27. run-17/checkpoint-500/rng_state.pth +3 -0
  28. run-17/checkpoint-500/scheduler.pt +3 -0
  29. run-17/checkpoint-500/special_tokens_map.json +7 -0
  30. run-17/checkpoint-500/tokenizer.json +0 -0
  31. run-17/checkpoint-500/tokenizer_config.json +55 -0
  32. run-17/checkpoint-500/trainer_state.json +40 -0
  33. run-17/checkpoint-500/training_args.bin +3 -0
  34. run-17/checkpoint-500/vocab.txt +0 -0
  35. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:505f184b193d36ef273d60a8ec7de938b03ddbe2232b41a7a084a53edd003171
3
  size 1340618660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad42b6ab341bd7a90d102409f7c2f9f84506f833273e302d2ef5444cb44c6eb
3
  size 1340618660
run-16/checkpoint-1000/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-16/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19b35d3d85c59054647c8ca79648613133deedc1308d74eb3ea92526c513a80
3
+ size 1340618660
run-16/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:185da235c2f82e7b3b30fa7a8b245036fd373d260e1311d1e47b1192ec973b0f
3
+ size 2681472237
run-16/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6949adde667cc7db368e471ea1969496fea33ff9958e5640141668dd757db138
3
+ size 14244
run-16/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1157ba3fb56162a8f3ac6866e583516fdcccae7dc449fe5e0345cc995d8e28b
3
+ size 1064
run-16/checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-16/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-16/checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-16/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.680965147453083,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.7542742490768433,
14
+ "eval_loss": 0.478159099817276,
15
+ "eval_runtime": 9.5018,
16
+ "eval_samples_per_second": 313.941,
17
+ "eval_steps_per_second": 19.68,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 11.960676193237305,
23
+ "learning_rate": 7.909157558842543e-06,
24
+ "loss": 0.5323,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7707006335258484,
30
+ "eval_loss": 0.4686676561832428,
31
+ "eval_runtime": 9.4862,
32
+ "eval_samples_per_second": 314.457,
33
+ "eval_steps_per_second": 19.713,
34
+ "step": 746
35
+ },
36
+ {
37
+ "epoch": 2.680965147453083,
38
+ "grad_norm": 9.189531326293945,
39
+ "learning_rate": 6.68482976335608e-06,
40
+ "loss": 0.343,
41
+ "step": 1000
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 3730,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 10,
48
+ "save_steps": 500,
49
+ "total_flos": 6165076454250696.0,
50
+ "train_batch_size": 32,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 9.133485354329004e-06,
54
+ "per_device_train_batch_size": 32
55
+ }
56
+ }
run-16/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f3962ed60abb542a6985e47cf180fad45736700453b5554fa1ae4b50d4c6c00
3
+ size 5048
run-16/checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-16/checkpoint-500/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-16/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e707179e87864473ab1399397f7e0be60c36412ba5b9933a32bc5505e91d59b
3
+ size 1340618660
run-16/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c44c868ce2d227b302a0fd954d6aeef2feead1c7f131090c24f39abf79f76a
3
+ size 2681472237
run-16/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36b07531802314760ae1506940c4c080c120d9680fd6ffed0e22965b2cace9f
3
+ size 14244
run-16/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa6267bd89d495897ac966c3ca949bfcf837b957cb6e29513fd09334c9303b9
3
+ size 1064
run-16/checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-16/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-16/checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-16/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.3404825737265416,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.7542742490768433,
14
+ "eval_loss": 0.478159099817276,
15
+ "eval_runtime": 9.5018,
16
+ "eval_samples_per_second": 313.941,
17
+ "eval_steps_per_second": 19.68,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 11.960676193237305,
23
+ "learning_rate": 7.909157558842543e-06,
24
+ "loss": 0.5323,
25
+ "step": 500
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 3730,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 10,
32
+ "save_steps": 500,
33
+ "total_flos": 3395378519984304.0,
34
+ "train_batch_size": 32,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "learning_rate": 9.133485354329004e-06,
38
+ "per_device_train_batch_size": 32
39
+ }
40
+ }
run-16/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f3962ed60abb542a6985e47cf180fad45736700453b5554fa1ae4b50d4c6c00
3
+ size 5048
run-16/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-17/checkpoint-500/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-17/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad42b6ab341bd7a90d102409f7c2f9f84506f833273e302d2ef5444cb44c6eb
3
+ size 1340618660
run-17/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d687135e780e683f26b90292d3208394c01c24687f9e7900e82cf6c8907a632b
3
+ size 2681472237
run-17/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36b07531802314760ae1506940c4c080c120d9680fd6ffed0e22965b2cace9f
3
+ size 14244
run-17/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2df52197ecc780cac47ac25f9cc8ada106d7fb6935b1e07e332b9f6112704a
3
+ size 1064
run-17/checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-17/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-17/checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-17/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.3404825737265416,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.758632242679596,
14
+ "eval_loss": 0.4715859889984131,
15
+ "eval_runtime": 9.5006,
16
+ "eval_samples_per_second": 313.981,
17
+ "eval_steps_per_second": 19.683,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 9.62618637084961,
23
+ "learning_rate": 1.4776902224208135e-05,
24
+ "loss": 0.5101,
25
+ "step": 500
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 3730,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 10,
32
+ "save_steps": 500,
33
+ "total_flos": 3432495473403552.0,
34
+ "train_batch_size": 32,
35
+ "trial_name": null,
36
+ "trial_params": {
37
+ "learning_rate": 1.7064348388946237e-05,
38
+ "per_device_train_batch_size": 32
39
+ }
40
+ }
run-17/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3f1c022f8eda659addce16f3d5138c7caaea20a2bef78832f3c6c75c342488
3
+ size 5048
run-17/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e06499ac3feffa2cc7e6706893da8ae8b89b859bc7d9afe37079f56870a659f
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3f1c022f8eda659addce16f3d5138c7caaea20a2bef78832f3c6c75c342488
3
  size 5048