roselin624 commited on
Commit
115ba51
·
verified ·
1 Parent(s): cc4ebf5

Training in progress, epoch 1

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-7/checkpoint-108/config.json +25 -0
  3. run-7/checkpoint-108/model.safetensors +3 -0
  4. run-7/checkpoint-108/optimizer.pt +3 -0
  5. run-7/checkpoint-108/rng_state.pth +3 -0
  6. run-7/checkpoint-108/scheduler.pt +3 -0
  7. run-7/checkpoint-108/special_tokens_map.json +7 -0
  8. run-7/checkpoint-108/tokenizer.json +0 -0
  9. run-7/checkpoint-108/tokenizer_config.json +55 -0
  10. run-7/checkpoint-108/trainer_state.json +44 -0
  11. run-7/checkpoint-108/training_args.bin +3 -0
  12. run-7/checkpoint-108/vocab.txt +0 -0
  13. run-7/checkpoint-162/config.json +25 -0
  14. run-7/checkpoint-162/model.safetensors +3 -0
  15. run-7/checkpoint-162/optimizer.pt +3 -0
  16. run-7/checkpoint-162/rng_state.pth +3 -0
  17. run-7/checkpoint-162/scheduler.pt +3 -0
  18. run-7/checkpoint-162/special_tokens_map.json +7 -0
  19. run-7/checkpoint-162/tokenizer.json +0 -0
  20. run-7/checkpoint-162/tokenizer_config.json +55 -0
  21. run-7/checkpoint-162/trainer_state.json +53 -0
  22. run-7/checkpoint-162/training_args.bin +3 -0
  23. run-7/checkpoint-162/vocab.txt +0 -0
  24. run-8/checkpoint-14/config.json +25 -0
  25. run-8/checkpoint-14/model.safetensors +3 -0
  26. run-8/checkpoint-14/optimizer.pt +3 -0
  27. run-8/checkpoint-14/rng_state.pth +3 -0
  28. run-8/checkpoint-14/scheduler.pt +3 -0
  29. run-8/checkpoint-14/special_tokens_map.json +7 -0
  30. run-8/checkpoint-14/tokenizer.json +0 -0
  31. run-8/checkpoint-14/tokenizer_config.json +55 -0
  32. run-8/checkpoint-14/trainer_state.json +35 -0
  33. run-8/checkpoint-14/training_args.bin +3 -0
  34. run-8/checkpoint-14/vocab.txt +0 -0
  35. runs/Feb27_13-15-48_39d530476097/events.out.tfevents.1709040952.39d530476097.262.10 +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:b75ef795694a37c59eabe5580c8f71587d7bdb179153ffc025570cec3117e5a9
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c6e97dc9d7f6cba0bc6e33c3bca56fc1d04469546d0fb29b2ca1c4deff51d8
3
  size 267832560
run-7/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-7/checkpoint-108/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99d198a172ef6731b5444349a8154be6ddcb892d1d4349f1510c08fed9fe21b
3
+ size 267832560
run-7/checkpoint-108/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f817c99621e83daf475bb83487c0fc89de1f430c960a969d4f3af323f7e561ae
3
+ size 535727290
run-7/checkpoint-108/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54a361f238e28b9db2e8ee53cc7934e2a3c60530ced5ef737b8f9e89ecea631
3
+ size 14308
run-7/checkpoint-108/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fef4ac30dc1e34199e9bf15d14a456964fa9ed04c711bde2b3c010548c53233
3
+ size 1064
run-7/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-7/checkpoint-108/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-108/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3312436955874473,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/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.586409866809845,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7287,
16
+ "eval_samples_per_second": 1431.276,
17
+ "eval_steps_per_second": 90.57,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5660433173179626,
23
+ "eval_matthews_correlation": 0.3312436955874473,
24
+ "eval_runtime": 0.7857,
25
+ "eval_samples_per_second": 1327.558,
26
+ "eval_steps_per_second": 84.007,
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.7959735372448385e-05,
40
+ "num_train_epochs": 3,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 20
43
+ }
44
+ }
run-7/checkpoint-108/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efd55c91aeb42289c4cefe7204fc1209bf65261be738db6a48600ffc171c38ba
3
+ size 4984
run-7/checkpoint-108/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-162/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:622d53138d040ca64660df09796fc8563973dacc2572629865fb99b9068c936a
3
+ size 267832560
run-7/checkpoint-162/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a0cab478017d84a49b494779141442ff1de5222eeb91fed8dc0ea86336b6016
3
+ size 535727290
run-7/checkpoint-162/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8872adf08e4ab32c4e97d1dc6e8f87379a6850658875411f6feb9a75c1d50e3
3
+ size 14308
run-7/checkpoint-162/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8ed5d97df025efc10808521b69b1d3a4b7831a7ba83395c48f508d725c8c4a
3
+ size 1064
run-7/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-7/checkpoint-162/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-162/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3312436955874473,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-108",
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.586409866809845,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7287,
16
+ "eval_samples_per_second": 1431.276,
17
+ "eval_steps_per_second": 90.57,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5660433173179626,
23
+ "eval_matthews_correlation": 0.3312436955874473,
24
+ "eval_runtime": 0.7857,
25
+ "eval_samples_per_second": 1327.558,
26
+ "eval_steps_per_second": 84.007,
27
+ "step": 108
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.6065305471420288,
32
+ "eval_matthews_correlation": 0.32940166149822514,
33
+ "eval_runtime": 0.7822,
34
+ "eval_samples_per_second": 1333.359,
35
+ "eval_steps_per_second": 84.374,
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.7959735372448385e-05,
49
+ "num_train_epochs": 3,
50
+ "per_device_train_batch_size": 16,
51
+ "seed": 20
52
+ }
53
+ }
run-7/checkpoint-162/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efd55c91aeb42289c4cefe7204fc1209bf65261be738db6a48600ffc171c38ba
3
+ size 4984
run-7/checkpoint-162/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-8/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-8/checkpoint-14/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c6e97dc9d7f6cba0bc6e33c3bca56fc1d04469546d0fb29b2ca1c4deff51d8
3
+ size 267832560
run-8/checkpoint-14/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72fb97190fac5fbfe19b33e2d916d109e719bb32ca1227b94a9377da88c8e5b0
3
+ size 535727290
run-8/checkpoint-14/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b0bc369b29d41a9e7b00637a61568cf186a63a65c9f4c40638e0a09d8a26917
3
+ size 14244
run-8/checkpoint-14/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64bd3899c482e0c4e8e06c8774f8c333d0221570b3de96cfcbbccd820de2bc1b
3
+ size 1064
run-8/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-8/checkpoint-14/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/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-8/checkpoint-14/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.07665945899456443,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-8/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.7001938819885254,
14
+ "eval_matthews_correlation": 0.07665945899456443,
15
+ "eval_runtime": 0.755,
16
+ "eval_samples_per_second": 1381.458,
17
+ "eval_steps_per_second": 87.417,
18
+ "step": 14
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 14,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 64,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 3.5791210224410365e-06,
31
+ "num_train_epochs": 1,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 27
34
+ }
35
+ }
run-8/checkpoint-14/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14bcec68b82ffa6e0dbb9043a22ee954608e013dc4b9efdb11625c6eff6cbe35
3
+ size 4984
run-8/checkpoint-14/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb27_13-15-48_39d530476097/events.out.tfevents.1709040952.39d530476097.262.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f4fc34d2412622746989e64152e1f1074b7772f91494c51b43abe31d3a4dad2
3
+ size 5220
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efd55c91aeb42289c4cefe7204fc1209bf65261be738db6a48600ffc171c38ba
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14bcec68b82ffa6e0dbb9043a22ee954608e013dc4b9efdb11625c6eff6cbe35
3
  size 4984