christophalt
commited on
Commit
•
6e76efe
1
Parent(s):
7b1d16b
Add model
Browse files- taskmodule_config.json +1 -0
taskmodule_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"tokenizer_name_or_path": "bert-base-uncased", "entity_annotation": "entities", "single_sentence": false, "sentence_annotation": "sentences", "padding": true, "truncation": false, "max_length": null, "pad_to_multiple_of": null, "label_pad_token_id": -100, "taskmodule_type": "TransformerSpanClassificationTaskModule", "label_to_id": {"O": 0, "MISC": 1, "ORG": 2, "PER": 3, "LOC": 4}}
|