Commit ·
d8b96da
1
Parent(s): fa19563
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +41 -0
- pytorch_model.bin +3 -0
- runs/Jun17_12-38-56_Philips-MBP/1655462463.262264/events.out.tfevents.1655462463.Philips-MBP.83240.9 +3 -0
- runs/Jun17_12-38-56_Philips-MBP/events.out.tfevents.1655462463.Philips-MBP.83240.8 +3 -0
- runs/Jun17_12-54-09_Philips-MBP/1655463262.041473/events.out.tfevents.1655463262.Philips-MBP.83240.11 +3 -0
- runs/Jun17_12-54-09_Philips-MBP/events.out.tfevents.1655463262.Philips-MBP.83240.10 +3 -0
- runs/Jun17_12-56-08_Philips-MBP/1655463377.8356109/events.out.tfevents.1655463377.Philips-MBP.83240.13 +3 -0
- runs/Jun17_12-56-08_Philips-MBP/events.out.tfevents.1655463377.Philips-MBP.83240.12 +3 -0
- runs/Jun17_13-15-46_Philips-MBP/1655464559.767204/events.out.tfevents.1655464559.Philips-MBP.83240.15 +3 -0
- runs/Jun17_13-15-46_Philips-MBP/events.out.tfevents.1655464559.Philips-MBP.83240.14 +3 -0
- runs/Jun17_13-24-11_Philips-MBP/1655465062.751523/events.out.tfevents.1655465062.Philips-MBP.83240.17 +3 -0
- runs/Jun17_13-24-11_Philips-MBP/events.out.tfevents.1655465062.Philips-MBP.83240.16 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "KBLab/bert-base-swedish-cased-ner",
|
| 3 |
+
"_num_labels": 14,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"BertForTokenClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_probs_dropout_prob": 0.1,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "O",
|
| 14 |
+
"1": "ORG",
|
| 15 |
+
"2": "PER",
|
| 16 |
+
"3": "LOC",
|
| 17 |
+
"4": "MISC"
|
| 18 |
+
},
|
| 19 |
+
"initializer_range": 0.02,
|
| 20 |
+
"intermediate_size": 3072,
|
| 21 |
+
"label2id": {
|
| 22 |
+
"LOC": "3",
|
| 23 |
+
"MISC": "4",
|
| 24 |
+
"O": "0",
|
| 25 |
+
"ORG": "1",
|
| 26 |
+
"PER": "2"
|
| 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 |
+
"output_past": true,
|
| 34 |
+
"pad_token_id": 0,
|
| 35 |
+
"position_embedding_type": "absolute",
|
| 36 |
+
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.19.3",
|
| 38 |
+
"type_vocab_size": 2,
|
| 39 |
+
"use_cache": true,
|
| 40 |
+
"vocab_size": 50325
|
| 41 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5828b57dd1a76aeab3e9e789a43a691224a208130fdaa433c559228d6d53594a
|
| 3 |
+
size 496489983
|
runs/Jun17_12-38-56_Philips-MBP/1655462463.262264/events.out.tfevents.1655462463.Philips-MBP.83240.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97294115b796a6072e660f15a0f64b404ab74a2cf05e48c4dea72890659c8735
|
| 3 |
+
size 5222
|
runs/Jun17_12-38-56_Philips-MBP/events.out.tfevents.1655462463.Philips-MBP.83240.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fa4abb7f220e31c9b54a1190eb66a2e6e79572f67dd5cdedd646bfdc3de21a8
|
| 3 |
+
size 3766
|
runs/Jun17_12-54-09_Philips-MBP/1655463262.041473/events.out.tfevents.1655463262.Philips-MBP.83240.11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf24ad878ac01a3bddd8fb41059ab391119259f371f006b7c48892b0065988c2
|
| 3 |
+
size 5222
|
runs/Jun17_12-54-09_Philips-MBP/events.out.tfevents.1655463262.Philips-MBP.83240.10
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:010abc67a32aef52008349097f8d61a75f281cfdb3d2c558709496cb9106f72d
|
| 3 |
+
size 3766
|
runs/Jun17_12-56-08_Philips-MBP/1655463377.8356109/events.out.tfevents.1655463377.Philips-MBP.83240.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f581b37ee03ae4bc0e853dfc07c989dfc3d4de6785c2b9edf5cf28a3dfaf0444
|
| 3 |
+
size 5222
|
runs/Jun17_12-56-08_Philips-MBP/events.out.tfevents.1655463377.Philips-MBP.83240.12
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8934f92ea27a87421f7a3e84a411ecace8025c8d7e6d5af898aa190bb72b8d8c
|
| 3 |
+
size 3766
|
runs/Jun17_13-15-46_Philips-MBP/1655464559.767204/events.out.tfevents.1655464559.Philips-MBP.83240.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46db6ed6e4237a85f07e10a0bfacfe516530012d56b37f5b9519c07829da075e
|
| 3 |
+
size 5222
|
runs/Jun17_13-15-46_Philips-MBP/events.out.tfevents.1655464559.Philips-MBP.83240.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c6ff2ce3924817bef366619a168b340b30dc6699f15470093b960385267f0c9
|
| 3 |
+
size 3800
|
runs/Jun17_13-24-11_Philips-MBP/1655465062.751523/events.out.tfevents.1655465062.Philips-MBP.83240.17
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eccc17d8ad28528f3d3062a0eeff2487c789cf3f8cbe4b85d0d88346471d912
|
| 3 |
+
size 5222
|
runs/Jun17_13-24-11_Philips-MBP/events.out.tfevents.1655465062.Philips-MBP.83240.16
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2d63e7f0ff84114274fa7e6aa10180f2165be7e86855537b6a372dad351917b
|
| 3 |
+
size 4272
|
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": false, "keep_accents": true, "special_tokens_map_file": "/Users/philipbjornerud/.cache/huggingface/transformers/aa80e5892f921622ea264a43aab78eabb57100efc4b59643fe27f56f2041bdcb.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "KBLab/bert-base-swedish-cased-ner", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f29c8e9f47066cc401174f995fb7ad60c66ec369a67caae13ef58499e56a8d16
|
| 3 |
+
size 3247
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|