mxalmeida commited on
Commit
0402846
·
1 Parent(s): ff0c945

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
+ "0": "O",
14
+ "1": "B-PER",
15
+ "2": "I-PER",
16
+ "3": "B-ORG",
17
+ "4": "I-ORG",
18
+ "5": "B-LOC",
19
+ "6": "I-LOC",
20
+ "7": "B-MISC",
21
+ "8": "I-MISC"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "B-LOC": 5,
27
+ "B-MISC": 7,
28
+ "B-ORG": 3,
29
+ "B-PER": 1,
30
+ "I-LOC": 6,
31
+ "I-MISC": 8,
32
+ "I-ORG": 4,
33
+ "I-PER": 2,
34
+ "O": 0
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.28.0",
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:4e79fe6cb23f586d5031d88d1b8456d65b42f45a864283e0cbc1c618cf5e7a4b
3
+ size 430978541
runs/May14_15-00-04_98dc6b1a283f/1684076448.0549653/events.out.tfevents.1684076448.98dc6b1a283f.2122.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f3c481b58e922d70e25f28885838e602e0c8bad93375983328e5e688e24a19c
3
+ size 5873
runs/May14_15-00-04_98dc6b1a283f/1684076840.0788288/events.out.tfevents.1684076840.98dc6b1a283f.2122.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8d369d37891ccb8cb04f4a6fd1da936d77b0d0af54a23884bf921985d73b61
3
+ size 5873
runs/May14_15-00-04_98dc6b1a283f/1684077159.3389375/events.out.tfevents.1684077159.98dc6b1a283f.2122.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374714010a4026887f13dedc8d2d359fa2db71db78401dd957f9776ff4370a6b
3
+ size 5873
runs/May14_15-00-04_98dc6b1a283f/1684077479.8852637/events.out.tfevents.1684077479.98dc6b1a283f.2122.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ca30eb57b854e27197f6b9a1dd4f012515a42827bbd51b07fb2b30245a79f8
3
+ size 5873
runs/May14_15-00-04_98dc6b1a283f/events.out.tfevents.1684076448.98dc6b1a283f.2122.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a922a779d3a177442c7a3eee0488dd3b417ecf8427833e04717ce21ef5d39040
3
+ size 4798
runs/May14_15-00-04_98dc6b1a283f/events.out.tfevents.1684076840.98dc6b1a283f.2122.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef4c6314ac12e0c1a447d74fd60aed5c98d22dc1e24674cb9f4309765b6a194b
3
+ size 4798
runs/May14_15-00-04_98dc6b1a283f/events.out.tfevents.1684077159.98dc6b1a283f.2122.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4955a344900b062fe8ec79def5603fca6c118dc03785f36273f9b48e3ee571a1
3
+ size 4798
runs/May14_15-00-04_98dc6b1a283f/events.out.tfevents.1684077479.98dc6b1a283f.2122.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613f93b3958a72cd981af1ccf413c9ab7c540f9cf5786e667bc3af4b94d99312
3
+ size 5270
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:15fdca893d7dd4e6c15568705f9a8f6b2e05c3369d93e559cbb1f5b1fd8f053b
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff