muhtasham commited on
Commit
d7baa83
1 Parent(s): 73c4ed2

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/bert_uncased_L-4_H-512_A-8",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 512,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-corporation",
14
+ "10": "I-person",
15
+ "11": "B-product",
16
+ "12": "I-product",
17
+ "2": "I-corporation",
18
+ "3": "B-creative-work",
19
+ "4": "I-creative-work",
20
+ "5": "B-group",
21
+ "6": "I-group",
22
+ "7": "B-location",
23
+ "8": "I-location",
24
+ "9": "B-person"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 2048,
28
+ "label2id": {
29
+ "B-corporation": "1",
30
+ "B-creative-work": "3",
31
+ "B-group": "5",
32
+ "B-location": "7",
33
+ "B-person": "9",
34
+ "B-product": "11",
35
+ "I-corporation": "2",
36
+ "I-creative-work": "4",
37
+ "I-group": "6",
38
+ "I-location": "8",
39
+ "I-person": "10",
40
+ "I-product": "12",
41
+ "O": "0"
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "max_position_embeddings": 512,
45
+ "model_type": "bert",
46
+ "num_attention_heads": 8,
47
+ "num_hidden_layers": 4,
48
+ "pad_token_id": 0,
49
+ "position_embedding_type": "absolute",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.21.1",
52
+ "type_vocab_size": 2,
53
+ "use_cache": true,
54
+ "vocab_size": 30522
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789307b1c25c774c83bd72aac2802dee994af4d14dda3cecb0d8731856626d89
3
+ size 114057933
runs/Aug17_12-37-29_fb9499deebc9/1660739861.6927679/events.out.tfevents.1660739861.fb9499deebc9.73.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87fda7b140894aa84dfb419df12c8c61c6620d430d1017c1c5fb7789b0c9f3a9
3
+ size 5445
runs/Aug17_12-37-29_fb9499deebc9/events.out.tfevents.1660739861.fb9499deebc9.73.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71336d2b144dff40619d3915d126a510a3a981bc573a43af7e48df8ff1031ab
3
+ size 4719
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "name_or_path": "google/bert_uncased_L-4_H-512_A-8",
7
+ "never_split": null,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "special_tokens_map_file": null,
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:526bf9af8713d801468328f04e9c148023978617e7b3fd77c771a92d8eda9740
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff