hjb
commited on
Commit
·
dc5ecf8
1
Parent(s):
7580bec
update
Browse files- README.md +1 -1
- config.json +14 -14
- pytorch_model.bin → test_pytorch_model.bin +0 -0
README.md
CHANGED
@@ -13,7 +13,7 @@ datasets:
|
|
13 |
- hestenettet.dk
|
14 |
- danish OpenSubtitles
|
15 |
widget:
|
16 |
-
- text: "
|
17 |
---
|
18 |
|
19 |
# Danish BERT (version 2, uncased) by [BotXO.ai](https://www.botxo.ai/) finetuned for Named Entity Recognition on the [DaNE dataset](https://danlp.alexandra.dk/304bd159d5de/datasets/ddt.zip) (Hvingelby et al., 2020) by Malte Højmark-Bertelsen
|
|
|
13 |
- hestenettet.dk
|
14 |
- danish OpenSubtitles
|
15 |
widget:
|
16 |
+
- text: "Chili Jensen, som bor på Danmarksgade 12, køber chilifrugter fra Netto."
|
17 |
---
|
18 |
|
19 |
# Danish BERT (version 2, uncased) by [BotXO.ai](https://www.botxo.ai/) finetuned for Named Entity Recognition on the [DaNE dataset](https://danlp.alexandra.dk/304bd159d5de/datasets/ddt.zip) (Hvingelby et al., 2020) by Malte Højmark-Bertelsen
|
config.json
CHANGED
@@ -13,26 +13,26 @@
|
|
13 |
"1": "B-PER",
|
14 |
"2": "I-PER",
|
15 |
"3": "B-LOC",
|
16 |
-
"4": "
|
17 |
"5": "B-ORG",
|
18 |
"6": "I-ORG",
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
},
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|
|
|
13 |
"1": "B-PER",
|
14 |
"2": "I-PER",
|
15 |
"3": "B-LOC",
|
16 |
+
"4": "I-LOC",
|
17 |
"5": "B-ORG",
|
18 |
"6": "I-ORG",
|
19 |
+
"7": "[PAD]",
|
20 |
+
"8": "[CLS]",
|
21 |
+
"9": "[SEP]"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
+
"O": 0,
|
27 |
+
"B-PER": 1,
|
28 |
+
"I-PER": 2,
|
29 |
+
"B-LOC": 3,
|
30 |
+
"I-LOC": 4,
|
31 |
+
"B-ORG": 5,
|
32 |
+
"I-ORG": 6,
|
33 |
+
"[PAD]": 7,
|
34 |
+
"[CLS]": 8,
|
35 |
+
"[SEP]": 9
|
36 |
},
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|
pytorch_model.bin → test_pytorch_model.bin
RENAMED
File without changes
|