Theoreticallyhugo commited on
Commit
04c7cff
1 Parent(s): 55a8b23

Training in progress, epoch 1, checkpoint

Browse files
checkpoint-41/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/longformer-base-4096",
3
+ "architectures": [
4
+ "LongformerForTokenClassification"
5
+ ],
6
+ "attention_mode": "longformer",
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "attention_window": [
9
+ 700,
10
+ 700,
11
+ 700,
12
+ 700,
13
+ 700,
14
+ 700,
15
+ 700,
16
+ 700,
17
+ 700,
18
+ 700,
19
+ 700,
20
+ 700
21
+ ],
22
+ "bos_token_id": 0,
23
+ "eos_token_id": 2,
24
+ "gradient_checkpointing": false,
25
+ "hidden_act": "gelu",
26
+ "hidden_dropout_prob": 0.1,
27
+ "hidden_size": 768,
28
+ "id2label": {
29
+ "0": "O",
30
+ "1": "X_placeholder_X",
31
+ "2": "MajorClaim",
32
+ "3": "Claim",
33
+ "4": "Premise"
34
+ },
35
+ "ignore_attention_mask": false,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "Claim": 3,
40
+ "MajorClaim": 2,
41
+ "O": 0,
42
+ "Premise": 4,
43
+ "X_placeholder_X": 1
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "max_position_embeddings": 4098,
47
+ "model_type": "longformer",
48
+ "num_attention_heads": 12,
49
+ "num_hidden_layers": 12,
50
+ "onnx_export": false,
51
+ "pad_token_id": 1,
52
+ "sep_token_id": 2,
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.37.2",
55
+ "type_vocab_size": 1,
56
+ "vocab_size": 50265
57
+ }
checkpoint-41/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-41/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1fb171fb5af12d9eccf503db2902b8a4bd37e32f7ed430ae657b51f610f39c5
3
+ size 592324828
checkpoint-41/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c644f1cb6f93d7f4d03de827bf429d6dd27cd40feb48fd3713731ab93e3d5886
3
+ size 1014657786
checkpoint-41/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a939982f711c8a91f0893b4f281f0db4fd89d7ca52de2aed82098ef9ff76ea2
3
+ size 14244
checkpoint-41/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2edfde65f52fe0fcbc13f549dfed4fa891e3eb1476a6c03774294faa3865fa33
3
+ size 1064
checkpoint-41/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
+ }
checkpoint-41/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-41/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
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": 4096,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "LongformerTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
checkpoint-41/trainer_state.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 41,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_Claim": {
14
+ "f1-score": 0.3472626289341444,
15
+ "precision": 0.3978787878787879,
16
+ "recall": 0.3080713280150164,
17
+ "support": 4262.0
18
+ },
19
+ "eval_MajorClaim": {
20
+ "f1-score": 0.5334239746204397,
21
+ "precision": 0.5235765124555161,
22
+ "recall": 0.54364896073903,
23
+ "support": 2165.0
24
+ },
25
+ "eval_O": {
26
+ "f1-score": 0.8390533194223273,
27
+ "precision": 0.9157377442167086,
28
+ "recall": 0.7742197000405351,
29
+ "support": 9868.0
30
+ },
31
+ "eval_Premise": {
32
+ "f1-score": 0.8562600940945159,
33
+ "precision": 0.7896134170821731,
34
+ "recall": 0.9351944167497508,
35
+ "support": 13039.0
36
+ },
37
+ "eval_accuracy": 0.7610281584509443,
38
+ "eval_loss": 0.6209574341773987,
39
+ "eval_macro avg": {
40
+ "f1-score": 0.6440000042678569,
41
+ "precision": 0.6567016154082965,
42
+ "recall": 0.6402836013860831,
43
+ "support": 29334.0
44
+ },
45
+ "eval_runtime": 1.3904,
46
+ "eval_samples_per_second": 57.539,
47
+ "eval_steps_per_second": 7.192,
48
+ "eval_weighted avg": {
49
+ "f1-score": 0.7526914076678427,
50
+ "precision": 0.7554909643645776,
51
+ "recall": 0.7610281584509443,
52
+ "support": 29334.0
53
+ },
54
+ "step": 41
55
+ }
56
+ ],
57
+ "logging_steps": 500,
58
+ "max_steps": 656,
59
+ "num_input_tokens_seen": 0,
60
+ "num_train_epochs": 16,
61
+ "save_steps": 500,
62
+ "total_flos": 143788732726800.0,
63
+ "train_batch_size": 8,
64
+ "trial_name": null,
65
+ "trial_params": null
66
+ }
checkpoint-41/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7094583e4fe5a2c55a5632947c89b5062ef3102a7d8117131675dc677677192b
3
+ size 4664
checkpoint-41/vocab.json ADDED
The diff for this file is too large to render. See raw diff