itsmeboris commited on
Commit
beed849
·
1 Parent(s): 5e0e09b

Training complete using bert-base-cased

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "B-ORG",
14
+ "1": "B-LOC",
15
+ "2": "B-JOB_TITLE",
16
+ "3": "B-MISC",
17
+ "4": "O"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "B-JOB_TITLE": 2,
23
+ "B-LOC": 1,
24
+ "B-MISC": 3,
25
+ "B-ORG": 0,
26
+ "O": 4
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.28.1",
37
+ "type_vocab_size": 2,
38
+ "use_cache": true,
39
+ "vocab_size": 28996
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bed010febb3df50ed9d62e5b2f76ac228a005887c50ebb944631b1b8ebb0bc23
3
+ size 430966511
runs/May12_17-03-12_NV-FD3C6D3/1683900192.2334976/events.out.tfevents.1683900192.NV-FD3C6D3.24872.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d681b732de3c8f84a3615b78ed95c7d024f32f1a935828ced0667453c06c9791
3
+ size 5832
runs/May12_17-03-12_NV-FD3C6D3/events.out.tfevents.1683900192.NV-FD3C6D3.24872.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5253e9238132f0cf3cf53eb1ae59f1679d16271ed8ea5bfe215c6d9a6690852
3
+ size 6948
runs/May12_17-03-12_NV-FD3C6D3/events.out.tfevents.1683901715.NV-FD3C6D3.24872.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed696ea552804f67bb875436517604b2f73780d8c6b9ab15394d9b226873851
3
+ size 1177
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250bbe98c1c9b0403568730dbf466f1bbb0ec1f001929a6d65545b850f8b4d35
3
+ size 3567
vocab.txt ADDED
The diff for this file is too large to render. See raw diff