Zeid-Hazboun commited on
Commit
7d53597
1 Parent(s): 3b162f6

Training in progress, epoch 1

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-3/checkpoint-108/config.json +25 -0
  3. run-3/checkpoint-108/model.safetensors +3 -0
  4. run-3/checkpoint-108/optimizer.pt +3 -0
  5. run-3/checkpoint-108/rng_state.pth +3 -0
  6. run-3/checkpoint-108/scheduler.pt +3 -0
  7. run-3/checkpoint-108/special_tokens_map.json +7 -0
  8. run-3/checkpoint-108/tokenizer.json +0 -0
  9. run-3/checkpoint-108/tokenizer_config.json +55 -0
  10. run-3/checkpoint-108/trainer_state.json +44 -0
  11. run-3/checkpoint-108/training_args.bin +3 -0
  12. run-3/checkpoint-108/vocab.txt +0 -0
  13. run-3/checkpoint-162/config.json +25 -0
  14. run-3/checkpoint-162/model.safetensors +3 -0
  15. run-3/checkpoint-162/optimizer.pt +3 -0
  16. run-3/checkpoint-162/rng_state.pth +3 -0
  17. run-3/checkpoint-162/scheduler.pt +3 -0
  18. run-3/checkpoint-162/special_tokens_map.json +7 -0
  19. run-3/checkpoint-162/tokenizer.json +0 -0
  20. run-3/checkpoint-162/tokenizer_config.json +55 -0
  21. run-3/checkpoint-162/trainer_state.json +53 -0
  22. run-3/checkpoint-162/training_args.bin +3 -0
  23. run-3/checkpoint-162/vocab.txt +0 -0
  24. run-4/checkpoint-14/config.json +25 -0
  25. run-4/checkpoint-14/model.safetensors +3 -0
  26. run-4/checkpoint-14/optimizer.pt +3 -0
  27. run-4/checkpoint-14/rng_state.pth +3 -0
  28. run-4/checkpoint-14/scheduler.pt +3 -0
  29. run-4/checkpoint-14/special_tokens_map.json +7 -0
  30. run-4/checkpoint-14/tokenizer.json +0 -0
  31. run-4/checkpoint-14/tokenizer_config.json +55 -0
  32. run-4/checkpoint-14/trainer_state.json +35 -0
  33. run-4/checkpoint-14/training_args.bin +3 -0
  34. run-4/checkpoint-14/vocab.txt +0 -0
  35. runs/Feb27_13-00-12_87e3b7a5c20d/events.out.tfevents.1709039652.87e3b7a5c20d.10887.6 +3 -0
  36. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cad3bec39311015119b7dfa375dc1421ffe9b0de1ad0cbb90bdd9aa8c739653
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c17417d672bd20caf8ed0e96486192dfd2053ee1fbde3c4c0ac0aefaf32be0
3
  size 267832560
run-3/checkpoint-108/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.1",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-108/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91de754713445d365e5264f8dc05818377593b139a6e5d819362f7f87a88e56e
3
+ size 267832560
run-3/checkpoint-108/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2de505713c1b45e6608513c44ab65942c73424d47b2a83f25853d374382531d
3
+ size 535727290
run-3/checkpoint-108/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8aedd330d6aee94fe2d02b0e7c300d5f4210042276bd84d0e2dce51481ef2f1
3
+ size 14180
run-3/checkpoint-108/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a5021860bd06f36ae5cd613edb73c175da24feb1cc3c6dc753485c2daf18f58
3
+ size 1064
run-3/checkpoint-108/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-3/checkpoint-108/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-108/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-3/checkpoint-108/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.266518375829597,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-108",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 108,
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_loss": 0.5955775380134583,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7491,
16
+ "eval_samples_per_second": 1392.423,
17
+ "eval_steps_per_second": 88.111,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5488455891609192,
23
+ "eval_matthews_correlation": 0.266518375829597,
24
+ "eval_runtime": 0.8071,
25
+ "eval_samples_per_second": 1292.246,
26
+ "eval_steps_per_second": 81.772,
27
+ "step": 108
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 162,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 3,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 16,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 2.716173223067957e-05,
40
+ "num_train_epochs": 3,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 10
43
+ }
44
+ }
run-3/checkpoint-108/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457d71fbe5d06a11599f2e59168c79b295728a8b2d6abae56269e3868b1e3edf
3
+ size 4984
run-3/checkpoint-108/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-162/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.1",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-162/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc624c517c1a09d9cbc0be04e97a77c3c0add68b77bccc0acd9a20e3ed69630
3
+ size 267832560
run-3/checkpoint-162/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f81540c50062301cc9512d4198cffc776dff44592da00436b00fea7ea2a4238f
3
+ size 535727290
run-3/checkpoint-162/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c498ec3d348942b3c6a4824c25f4176d7d31ff6ddf6001d1dad51f191153df39
3
+ size 14180
run-3/checkpoint-162/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c079107469375077b931383b831faeb8faeb5140638f8dce36b6a9e1759f1625
3
+ size 1064
run-3/checkpoint-162/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-3/checkpoint-162/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-162/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-3/checkpoint-162/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.303605157359776,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-162",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 162,
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_loss": 0.5955775380134583,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7491,
16
+ "eval_samples_per_second": 1392.423,
17
+ "eval_steps_per_second": 88.111,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5488455891609192,
23
+ "eval_matthews_correlation": 0.266518375829597,
24
+ "eval_runtime": 0.8071,
25
+ "eval_samples_per_second": 1292.246,
26
+ "eval_steps_per_second": 81.772,
27
+ "step": 108
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.5810102224349976,
32
+ "eval_matthews_correlation": 0.303605157359776,
33
+ "eval_runtime": 0.8088,
34
+ "eval_samples_per_second": 1289.593,
35
+ "eval_steps_per_second": 81.604,
36
+ "step": 162
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 162,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 3,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 16,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 2.716173223067957e-05,
49
+ "num_train_epochs": 3,
50
+ "per_device_train_batch_size": 16,
51
+ "seed": 10
52
+ }
53
+ }
run-3/checkpoint-162/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:457d71fbe5d06a11599f2e59168c79b295728a8b2d6abae56269e3868b1e3edf
3
+ size 4984
run-3/checkpoint-162/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-14/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.1",
24
+ "vocab_size": 30522
25
+ }
run-4/checkpoint-14/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47c17417d672bd20caf8ed0e96486192dfd2053ee1fbde3c4c0ac0aefaf32be0
3
+ size 267832560
run-4/checkpoint-14/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea7af5a8d50690383351d2c5a5c5567efb249fbfba0ad05871d961b01881c35
3
+ size 535727290
run-4/checkpoint-14/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efff6a055e51106e1bfb05798118133b144de27b9f96579315439ec96b7428bc
3
+ size 14244
run-4/checkpoint-14/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e47e9cd7fece75467756c0c8c628adf7c509d99dccd73d1f161ebdf1015597f2
3
+ size 1064
run-4/checkpoint-14/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-4/checkpoint-14/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-14/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-14/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": -0.02929206145132745,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-14",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 14,
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_loss": 0.6642347574234009,
14
+ "eval_matthews_correlation": -0.02929206145132745,
15
+ "eval_runtime": 0.7449,
16
+ "eval_samples_per_second": 1400.248,
17
+ "eval_steps_per_second": 88.606,
18
+ "step": 14
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 56,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 4,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 64,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 3.972386455212293e-06,
31
+ "num_train_epochs": 4,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 30
34
+ }
35
+ }
run-4/checkpoint-14/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52a85e5fede16923648ee8411e447df94a81e0233ecd072a487e540b641f6ae
3
+ size 4984
run-4/checkpoint-14/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb27_13-00-12_87e3b7a5c20d/events.out.tfevents.1709039652.87e3b7a5c20d.10887.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3ea88b9bdc0248a861ac4fff5cb503ffe5bbef042f39820bbffd37d7865bf80
3
+ size 6206
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:457d71fbe5d06a11599f2e59168c79b295728a8b2d6abae56269e3868b1e3edf
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52a85e5fede16923648ee8411e447df94a81e0233ecd072a487e540b641f6ae
3
  size 4984