model update
Browse files- config.json +1 -1
- eval/metric.json +1 -1
- eval/prediction.2021.dev.json +0 -0
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- trainer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tner/bertweet-large-tweetner-2020",
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
eval/metric.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"2021.dev": {"micro/f1": 0.
|
|
|
1 |
+
{"2021.dev": {"micro/f1": 0.6532663316582915, "micro/f1_ci": {}, "micro/recall": 0.65, "micro/precision": 0.6565656565656566, "macro/f1": 0.6130509850715328, "macro/f1_ci": {}, "macro/recall": 0.615356967051296, "macro/precision": 0.613081734826762, "per_entity_metric": {"corporation": {"f1": 0.5904761904761905, "f1_ci": {}, "precision": 0.5740740740740741, "recall": 0.6078431372549019}, "creative_work": {"f1": 0.49673202614379086, "f1_ci": {}, "precision": 0.4810126582278481, "recall": 0.5135135135135135}, "event": {"f1": 0.4170212765957447, "f1_ci": {}, "precision": 0.47115384615384615, "recall": 0.37404580152671757}, "group": {"f1": 0.618510158013544, "f1_ci": {}, "precision": 0.6342592592592593, "recall": 0.6035242290748899}, "location": {"f1": 0.6845637583892618, "f1_ci": {}, "precision": 0.6623376623376623, "recall": 0.7083333333333334}, "person": {"f1": 0.8324697754749568, "f1_ci": {}, "precision": 0.8141891891891891, "recall": 0.8515901060070671}, "product": {"f1": 0.6515837104072398, "f1_ci": {}, "precision": 0.6545454545454545, "recall": 0.6486486486486487}}}}
|
eval/prediction.2021.dev.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
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:1e4468c714b7f3e3d7e0b8cb8068139b1bec1f2b730e087632a0d09d365df17e
|
3 |
+
size 1417467377
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "special_tokens_map_file": null, "name_or_path": "
|
|
|
1 |
+
{"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "special_tokens_map_file": null, "name_or_path": "tner/bertweet-large-tweetner-2020", "tokenizer_class": "RobertaTokenizer"}
|
trainer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"data_split": "2021.train", "model": "tner/bertweet-large-tweetner-2020", "crf": true, "max_length": 128, "epoch": 30, "batch_size": 32, "lr": 1e-06, "random_seed": 0, "gradient_accumulation_steps": 1, "weight_decay": 1e-07, "lr_warmup_step_ratio": 0.
|
|
|
1 |
+
{"data_split": "2021.train", "model": "tner/bertweet-large-tweetner-2020", "crf": true, "max_length": 128, "epoch": 30, "batch_size": 32, "lr": 1e-06, "random_seed": 0, "gradient_accumulation_steps": 1, "weight_decay": 1e-07, "lr_warmup_step_ratio": 0.15, "max_grad_norm": 1}
|