tushar-rishav commited on
Commit
66d86a8
·
1 Parent(s): 39cb075

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "B-LOC": 5,
14
+ "B-MISC": 7,
15
+ "B-ORG": 3,
16
+ "B-PER": 1,
17
+ "I-LOC": 6,
18
+ "I-MISC": 8,
19
+ "I-ORG": 4,
20
+ "I-PER": 2,
21
+ "O": 0
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "0": "O",
27
+ "1": "B-PER",
28
+ "2": "I-PER",
29
+ "3": "B-ORG",
30
+ "4": "I-ORG",
31
+ "5": "B-LOC",
32
+ "6": "I-LOC",
33
+ "7": "B-MISC",
34
+ "8": "I-MISC"
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
42
+ "position_embedding_type": "absolute",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.12.5",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 28996
48
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d81c33a5654e2011098695628b0641b9a24b03f42f5998e4897a07af9869a32
3
+ size 430989809
runs/Nov24_20-23-45_81f46a20635d/1637785604.3280091/events.out.tfevents.1637785604.81f46a20635d.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f9dc863ead449266faefe245b455b39f600f5b6cf641d6454d18cbfb4fb64e0
3
+ size 4513
runs/Nov24_20-23-45_81f46a20635d/events.out.tfevents.1637785604.81f46a20635d.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568d70bfd5a5c616af81e93cd365de4f5437137d83296ab5c24994595101524f
3
+ size 4273
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:d075a11fb5e3c3713d25934e46efff72dfe38abb6e3b0a0ff1df60d3e2360b40
3
+ size 2863
vocab.txt ADDED
The diff for this file is too large to render. See raw diff