Initial commit of NER model for legal text
Browse files- config.json +75 -0
- eval_results.txt +4 -0
- model_args.json +1 -0
- optimizer.pt +3 -0
- pytorch_model.bin +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +7 -0
- tokenizer_config.json +19 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./models/mlm_80_without_bertturk_2g_1epoch_32bathsize",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "O",
|
13 |
+
"1": "B-LAW",
|
14 |
+
"2": "I-LAW",
|
15 |
+
"3": "B-LOC",
|
16 |
+
"4": "B-COR",
|
17 |
+
"5": "I-COR",
|
18 |
+
"6": "B-PUB",
|
19 |
+
"7": "I-PUB",
|
20 |
+
"8": "B-GOV",
|
21 |
+
"9": "I-GOV",
|
22 |
+
"10": "B-PER",
|
23 |
+
"11": "B-OOR",
|
24 |
+
"12": "I-OOR",
|
25 |
+
"13": "B-DAT",
|
26 |
+
"14": "I-DAT",
|
27 |
+
"15": "B-CRT",
|
28 |
+
"16": "I-CRT",
|
29 |
+
"17": "I-PER",
|
30 |
+
"18": "B-PRO",
|
31 |
+
"19": "I-PRO",
|
32 |
+
"20": "B-MNY",
|
33 |
+
"21": "I-MNY",
|
34 |
+
"22": "I-LOC"
|
35 |
+
},
|
36 |
+
"initializer_range": 0.02,
|
37 |
+
"intermediate_size": 3072,
|
38 |
+
"label2id": {
|
39 |
+
"B-COR": 4,
|
40 |
+
"B-CRT": 15,
|
41 |
+
"B-DAT": 13,
|
42 |
+
"B-GOV": 8,
|
43 |
+
"B-LAW": 1,
|
44 |
+
"B-LOC": 3,
|
45 |
+
"B-MNY": 20,
|
46 |
+
"B-OOR": 11,
|
47 |
+
"B-PER": 10,
|
48 |
+
"B-PRO": 18,
|
49 |
+
"B-PUB": 6,
|
50 |
+
"I-COR": 5,
|
51 |
+
"I-CRT": 16,
|
52 |
+
"I-DAT": 14,
|
53 |
+
"I-GOV": 9,
|
54 |
+
"I-LAW": 2,
|
55 |
+
"I-LOC": 22,
|
56 |
+
"I-MNY": 21,
|
57 |
+
"I-OOR": 12,
|
58 |
+
"I-PER": 17,
|
59 |
+
"I-PRO": 19,
|
60 |
+
"I-PUB": 7,
|
61 |
+
"O": 0
|
62 |
+
},
|
63 |
+
"layer_norm_eps": 1e-12,
|
64 |
+
"max_position_embeddings": 512,
|
65 |
+
"model_type": "bert",
|
66 |
+
"num_attention_heads": 12,
|
67 |
+
"num_hidden_layers": 12,
|
68 |
+
"pad_token_id": 0,
|
69 |
+
"position_embedding_type": "absolute",
|
70 |
+
"torch_dtype": "float32",
|
71 |
+
"transformers_version": "4.32.1",
|
72 |
+
"type_vocab_size": 2,
|
73 |
+
"use_cache": true,
|
74 |
+
"vocab_size": 32000
|
75 |
+
}
|
eval_results.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
eval_loss = 0.02349623791743171
|
2 |
+
f1_score = 0.9070149360301706
|
3 |
+
precision = 0.8850183043461738
|
4 |
+
recall = 0.9301328647123039
|
model_args.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"adafactor_beta1": null, "adafactor_clip_threshold": 1.0, "adafactor_decay_rate": -0.8, "adafactor_eps": [1e-30, 0.001], "adafactor_relative_step": true, "adafactor_scale_parameter": true, "adafactor_warmup_init": true, "adam_betas": [0.9, 0.999], "adam_epsilon": 1e-08, "best_model_dir": "./models/ner/mlm_80_without_bertturk_2g_1epoch_32bathsize/best_model", "cache_dir": "cache_dir/", "config": {}, "cosine_schedule_num_cycles": 0.5, "custom_layer_parameters": [], "custom_parameter_groups": [], "dataloader_num_workers": 0, "do_lower_case": false, "dynamic_quantize": false, "early_stopping_consider_epochs": false, "early_stopping_delta": 0, "early_stopping_metric": "eval_loss", "early_stopping_metric_minimize": true, "early_stopping_patience": 3, "encoding": null, "eval_batch_size": 8, "evaluate_during_training": true, "evaluate_during_training_silent": true, "evaluate_during_training_steps": 2000, "evaluate_during_training_verbose": false, "evaluate_each_epoch": true, "fp16": true, "gradient_accumulation_steps": 1, "learning_rate": 4e-05, "local_rank": -1, "logging_steps": 50, "loss_type": null, "loss_args": {}, "manual_seed": null, "max_grad_norm": 1.0, "max_seq_length": 128, "model_name": "./models/mlm_80_without_bertturk_2g_1epoch_32bathsize", "model_type": "bert", "multiprocessing_chunksize": -1, "n_gpu": 1, "no_cache": false, "no_save": false, "not_saved_args": [], "num_train_epochs": 1, "optimizer": "AdamW", "output_dir": "./models/ner/mlm_80_without_bertturk_2g_1epoch_32bathsize", "overwrite_output_dir": true, "polynomial_decay_schedule_lr_end": 1e-07, "polynomial_decay_schedule_power": 1.0, "process_count": 126, "quantized_model": false, "reprocess_input_data": true, "save_best_model": true, "save_eval_checkpoints": false, "save_model_every_epoch": true, "save_optimizer_and_scheduler": true, "save_steps": 2000, "scheduler": "linear_schedule_with_warmup", "silent": false, "skip_special_tokens": true, "tensorboard_dir": null, "thread_count": null, "tokenizer_name": null, "tokenizer_type": null, "train_batch_size": 128, "train_custom_parameters_only": false, "use_cached_eval_features": false, "use_early_stopping": false, "use_hf_datasets": false, "use_multiprocessing": true, "use_multiprocessing_for_evaluation": true, "wandb_kwargs": {}, "wandb_project": null, "warmup_ratio": 0.06, "warmup_steps": 236, "weight_decay": 0.0, "model_class": "NERModel", "classification_report": false, "labels_list": ["O", "B-LAW", "I-LAW", "B-LOC", "B-COR", "I-COR", "B-PUB", "I-PUB", "B-GOV", "I-GOV", "B-PER", "B-OOR", "I-OOR", "B-DAT", "I-DAT", "B-CRT", "I-CRT", "I-PER", "B-PRO", "I-PRO", "B-MNY", "I-MNY", "I-LOC"], "lazy_loading": false, "lazy_loading_start_line": 0, "onnx": false, "special_tokens_list": []}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d493c77e1f5663082fa6f6b2c807db650caf6183742fc098b2fbba3af6b75d5d
|
3 |
+
size 880519895
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7187ecc058843fd7e20b445a3054b1dc29b81703cd870da4e347d54c5ac7a48e
|
3 |
+
size 440243763
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1377522ec140c78779cec05e2a884468f8bf077b7fce9be5c075b977f1aeb0b7
|
3 |
+
size 623
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": false,
|
6 |
+
"mask_token": "[MASK]",
|
7 |
+
"max_len": 512,
|
8 |
+
"max_length": 512,
|
9 |
+
"model_max_length": 512,
|
10 |
+
"never_split": null,
|
11 |
+
"pad_token": "[PAD]",
|
12 |
+
"sep_token": "[SEP]",
|
13 |
+
"strip_accents": null,
|
14 |
+
"tokenize_chinese_chars": true,
|
15 |
+
"tokenizer_class": "BertTokenizer",
|
16 |
+
"tokenizer_file": null,
|
17 |
+
"truncation": true,
|
18 |
+
"unk_token": "[UNK]"
|
19 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e18505a736bb1fe8ed503f0c41e3007bb5718bd4c4dc6863835c179c102897
|
3 |
+
size 3375
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|