racheltong commited on
Commit
9686254
·
verified ·
1 Parent(s): 8b9800e

Training in progress, step 300

Browse files
config.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "O",
17
+ "1": "B-NAME",
18
+ "2": "I-NAME",
19
+ "3": "B-LOCATION",
20
+ "4": "I-LOCATION",
21
+ "5": "B-PHONE",
22
+ "6": "I-PHONE",
23
+ "7": "B-DATE",
24
+ "8": "I-DATE",
25
+ "9": "B-MRN",
26
+ "10": "I-MRN",
27
+ "11": "B-ACCOUNT",
28
+ "12": "I-ACCOUNT",
29
+ "13": "B-AGE_OVER_89",
30
+ "14": "I-AGE_OVER_89",
31
+ "15": "B-DEVICE_ID",
32
+ "16": "I-DEVICE_ID",
33
+ "17": "B-SSN",
34
+ "18": "I-SSN",
35
+ "19": "B-URL",
36
+ "20": "I-URL",
37
+ "21": "B-EMAIL",
38
+ "22": "I-EMAIL"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "is_decoder": false,
43
+ "label2id": {
44
+ "B-ACCOUNT": 11,
45
+ "B-AGE_OVER_89": 13,
46
+ "B-DATE": 7,
47
+ "B-DEVICE_ID": 15,
48
+ "B-EMAIL": 21,
49
+ "B-LOCATION": 3,
50
+ "B-MRN": 9,
51
+ "B-NAME": 1,
52
+ "B-PHONE": 5,
53
+ "B-SSN": 17,
54
+ "B-URL": 19,
55
+ "I-ACCOUNT": 12,
56
+ "I-AGE_OVER_89": 14,
57
+ "I-DATE": 8,
58
+ "I-DEVICE_ID": 16,
59
+ "I-EMAIL": 22,
60
+ "I-LOCATION": 4,
61
+ "I-MRN": 10,
62
+ "I-NAME": 2,
63
+ "I-PHONE": 6,
64
+ "I-SSN": 18,
65
+ "I-URL": 20,
66
+ "O": 0
67
+ },
68
+ "layer_norm_eps": 1e-12,
69
+ "max_position_embeddings": 512,
70
+ "model_type": "bert",
71
+ "num_attention_heads": 12,
72
+ "num_hidden_layers": 12,
73
+ "pad_token_id": 0,
74
+ "position_embedding_type": "absolute",
75
+ "tie_word_embeddings": true,
76
+ "transformers_version": "5.0.0",
77
+ "type_vocab_size": 2,
78
+ "use_cache": false,
79
+ "vocab_size": 28895
80
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e31b00698cee2a9dee15728665a73a6c90ea139b6ff2e3981d53eb0bd76c1ef
3
+ size 430662508
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "backend": "tokenizers",
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": true,
7
+ "is_local": false,
8
+ "mask_token": "[MASK]",
9
+ "model_max_length": 1000000000000000019884624838656,
10
+ "never_split": null,
11
+ "pad_token": "[PAD]",
12
+ "sep_token": "[SEP]",
13
+ "strip_accents": null,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "unk_token": "[UNK]"
17
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7983d149fd180f5cada8e67ceb0bd2690282206234396b4a5d19e2a6d7438705
3
+ size 5265