docampo99 commited on
Commit
0dcf905
·
verified ·
1 Parent(s): e1539e1

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ad96a0cbac6f6157a2d84ed83c08860034da29540b4380dd94b0e2efb7b81c2
3
  size 498612824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c5b2132046c71af293ecaef7a076acf1bebe6e4f99096c5e6e2a5bbc208169
3
  size 498612824
run-0/checkpoint-54/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.38.2",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 50265
28
+ }
run-0/checkpoint-54/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-54/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c5b2132046c71af293ecaef7a076acf1bebe6e4f99096c5e6e2a5bbc208169
3
+ size 498612824
run-0/checkpoint-54/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ff89a519d0164cd872709e545ec75963da2759bf37deba58d83b6b05d90628
3
+ size 997345530
run-0/checkpoint-54/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d6f5c198f60bd20591d8c8b8900844767f5da25238296d475838ab693d81a51
3
+ size 14244
run-0/checkpoint-54/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddea3adc5d0dae04ae5425b6858027df4f41403086b1610c9a90aa2cce12f8e9
3
+ size 1064
run-0/checkpoint-54/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
run-0/checkpoint-54/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-54/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
run-0/checkpoint-54/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "roberta-base-finetuned-cola/run-0/checkpoint-54",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 54,
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.61861252784729,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 2.0417,
16
+ "eval_samples_per_second": 510.855,
17
+ "eval_steps_per_second": 64.163,
18
+ "step": 54
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 270,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 5,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 16,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 6.567166543810095e-05,
31
+ "num_train_epochs": 5,
32
+ "per_device_train_batch_size": 16,
33
+ "seed": 22
34
+ }
35
+ }
run-0/checkpoint-54/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ee6e465922cb0e9d5ce523aba30f7ffd05aeb1d7c86b5b7bbdeab6bd1a7b24
3
+ size 4920
run-0/checkpoint-54/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar09_11-43-37_a0f3909bd2ac/events.out.tfevents.1709984632.a0f3909bd2ac.9312.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3d3f3d081f6e29d288cefc342507821e81edb5f1a4f3ccfb69089aa0df415ba
3
- size 12990
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc7032005bf498ad123283960d4b19b712a3ec173104fb69c31b66ef4a8ba1c
3
+ size 13344
runs/Mar09_11-43-37_a0f3909bd2ac/events.out.tfevents.1709985955.a0f3909bd2ac.9312.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba7985b3544ecfd9c5a9b9ea39be20956dc32ba3af716524ba6afa066da478f
3
+ size 423
runs/Mar09_11-43-37_a0f3909bd2ac/events.out.tfevents.1709985987.a0f3909bd2ac.9312.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f785d7e210be3bce37e64bef9c0a04b48f012c9d0c8966440a9593f4fed54475
3
+ size 4968
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d463b180f00084fc731989d6988a77f7fd67f7a443d87d7f2f8032e0a4f75b57
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0ee6e465922cb0e9d5ce523aba30f7ffd05aeb1d7c86b5b7bbdeab6bd1a7b24
3
  size 4920