Fredvv commited on
Commit
17dc4ef
1 Parent(s): e58fc51

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-ADJP",
15
+ "10": "I-LST",
16
+ "11": "B-NP",
17
+ "12": "I-NP",
18
+ "13": "B-PP",
19
+ "14": "I-PP",
20
+ "15": "B-PRT",
21
+ "16": "I-PRT",
22
+ "17": "B-SBAR",
23
+ "18": "I-SBAR",
24
+ "19": "B-UCP",
25
+ "2": "I-ADJP",
26
+ "20": "I-UCP",
27
+ "21": "B-VP",
28
+ "22": "I-VP",
29
+ "3": "B-ADVP",
30
+ "4": "I-ADVP",
31
+ "5": "B-CONJP",
32
+ "6": "I-CONJP",
33
+ "7": "B-INTJ",
34
+ "8": "I-INTJ",
35
+ "9": "B-LST"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "label2id": {
40
+ "B-ADJP": "1",
41
+ "B-ADVP": "3",
42
+ "B-CONJP": "5",
43
+ "B-INTJ": "7",
44
+ "B-LST": "9",
45
+ "B-NP": "11",
46
+ "B-PP": "13",
47
+ "B-PRT": "15",
48
+ "B-SBAR": "17",
49
+ "B-UCP": "19",
50
+ "B-VP": "21",
51
+ "I-ADJP": "2",
52
+ "I-ADVP": "4",
53
+ "I-CONJP": "6",
54
+ "I-INTJ": "8",
55
+ "I-LST": "10",
56
+ "I-NP": "12",
57
+ "I-PP": "14",
58
+ "I-PRT": "16",
59
+ "I-SBAR": "18",
60
+ "I-UCP": "20",
61
+ "I-VP": "22",
62
+ "O": "0"
63
+ },
64
+ "layer_norm_eps": 1e-12,
65
+ "max_position_embeddings": 512,
66
+ "model_type": "bert",
67
+ "num_attention_heads": 12,
68
+ "num_hidden_layers": 12,
69
+ "pad_token_id": 0,
70
+ "position_embedding_type": "absolute",
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.17.0",
73
+ "type_vocab_size": 2,
74
+ "use_cache": true,
75
+ "vocab_size": 28996
76
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70358ead0ce0c7d8e66fc58af56b2efdc99666fd767b7d3f58cc20ce2ca20bb8
3
+ size 431033777
runs/Apr07_21-16-25_LAPTOP-RPDI0CDD/1649337402.2080307/events.out.tfevents.1649337402.LAPTOP-RPDI0CDD ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ef195698ac37928ae2cfff1fb0fd7826ab58fca9d23de4a1438bb7e4eb7b2c
3
+ size 4577
runs/Apr07_21-16-25_LAPTOP-RPDI0CDD/events.out.tfevents.1649337402.LAPTOP-RPDI0CDD ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32321fe6e7310bc7fbcaeb2aeec97bb3ac48d199add632397b1d10d787b18d62
3
+ size 4667
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418c6e0e6a8d0cd87b5fb2ecda844736985c69e8f4b5892e40c988565bf175ea
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff