Upload with huggingface_hub
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- taskmodule_config.json +1 -1
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"model_type": "TransformerTextClassificationModel", "model_name_or_path": "bert-base-uncased", "t_total": 21288, "num_classes": 42, "tokenizer_vocab_size":
|
|
|
1 |
+
{"model_type": "TransformerTextClassificationModel", "model_name_or_path": "bert-base-uncased", "t_total": 21288, "num_classes": 42, "tokenizer_vocab_size": 30560, "ignore_index": 0, "learning_rate": 2e-05, "task_learning_rate": 2e-05, "warmup_proportion": 0.0, "freeze_model": false, "multi_label": false}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de9d6fac3d6c08faf33e7a72eb4bc0dfdce4c30f38deef4761bc81cb1703f6eb
|
3 |
+
size 438259509
|
taskmodule_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"taskmodule_type": "
|
|
|
1 |
+
{"taskmodule_type": "TransformerRETextClassificationTaskModule2", "tokenizer_name_or_path": "bert-base-uncased", "entity_annotation": "entities", "relation_annotation": "relations", "partition_annotation": null, "none_label": "no_relation", "padding": true, "truncation": true, "max_length": null, "pad_to_multiple_of": null, "multi_label": false, "label_to_id": {"org:alternate_names": 1, "org:city_of_headquarters": 2, "org:country_of_headquarters": 3, "org:dissolved": 4, "org:founded": 5, "org:founded_by": 6, "org:member_of": 7, "org:members": 8, "org:number_of_employees/members": 9, "org:parents": 10, "org:political/religious_affiliation": 11, "org:shareholders": 12, "org:stateorprovince_of_headquarters": 13, "org:subsidiaries": 14, "org:top_members/employees": 15, "org:website": 16, "per:age": 17, "per:alternate_names": 18, "per:cause_of_death": 19, "per:charges": 20, "per:children": 21, "per:cities_of_residence": 22, "per:city_of_birth": 23, "per:city_of_death": 24, "per:countries_of_residence": 25, "per:country_of_birth": 26, "per:country_of_death": 27, "per:date_of_birth": 28, "per:date_of_death": 29, "per:employee_of": 30, "per:origin": 31, "per:other_family": 32, "per:parents": 33, "per:religion": 34, "per:schools_attended": 35, "per:siblings": 36, "per:spouse": 37, "per:stateorprovince_of_birth": 38, "per:stateorprovince_of_death": 39, "per:stateorprovinces_of_residence": 40, "per:title": 41, "no_relation": 0}, "add_type_to_marker": false, "single_argument_pair": true, "append_markers": true, "entity_labels": ["CAUSE_OF_DEATH", "CITY", "COUNTRY", "CRIMINAL_CHARGE", "DATE", "DURATION", "IDEOLOGY", "LOCATION", "MISC", "NATIONALITY", "NUMBER", "ORGANIZATION", "PERSON", "RELIGION", "STATE_OR_PROVINCE", "TITLE", "URL"], "max_window": null, "log_first_n_examples": 5}
|