hewonty commited on
Commit
011e258
1 Parent(s): d96a8cc

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 512,
10
+ 512,
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512
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": "B-EMAIL",
30
+ "1": "B-ID_NUM",
31
+ "2": "B-NAME_STUDENT",
32
+ "3": "B-PHONE_NUM",
33
+ "4": "B-STREET_ADDRESS",
34
+ "5": "B-URL_PERSONAL",
35
+ "6": "B-USERNAME",
36
+ "7": "I-ID_NUM",
37
+ "8": "I-NAME_STUDENT",
38
+ "9": "I-PHONE_NUM",
39
+ "10": "I-STREET_ADDRESS",
40
+ "11": "I-URL_PERSONAL",
41
+ "12": "O"
42
+ },
43
+ "ignore_attention_mask": false,
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 3072,
46
+ "label2id": {
47
+ "B-EMAIL": 0,
48
+ "B-ID_NUM": 1,
49
+ "B-NAME_STUDENT": 2,
50
+ "B-PHONE_NUM": 3,
51
+ "B-STREET_ADDRESS": 4,
52
+ "B-URL_PERSONAL": 5,
53
+ "B-USERNAME": 6,
54
+ "I-ID_NUM": 7,
55
+ "I-NAME_STUDENT": 8,
56
+ "I-PHONE_NUM": 9,
57
+ "I-STREET_ADDRESS": 10,
58
+ "I-URL_PERSONAL": 11,
59
+ "O": 12
60
+ },
61
+ "layer_norm_eps": 1e-05,
62
+ "max_position_embeddings": 4098,
63
+ "model_type": "longformer",
64
+ "num_attention_heads": 12,
65
+ "num_hidden_layers": 12,
66
+ "onnx_export": false,
67
+ "pad_token_id": 1,
68
+ "sep_token_id": 2,
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.37.0",
71
+ "type_vocab_size": 1,
72
+ "vocab_size": 50265
73
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d481c748fad93c26da28229f050e17d91ccb07a24d91e2c3e0466c04be40514b
3
+ size 592349436
runs/Feb16_07-44-51_80dd8279d6b1/events.out.tfevents.1708069493.80dd8279d6b1.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdc1e995b961d91c04b8c6f01b3c77a043c2d4033b0070b85c7b4bb9ee344557
3
+ size 5420
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fcb262df4916f7e1cd35f6312b19477ce9481b81757c5f93d98ba6317fa8795
3
+ size 4728
vocab.json ADDED
The diff for this file is too large to render. See raw diff