init
Browse files- config.json +68 -0
- model_args.json +1 -0
- pytorch_model.bin +3 -0
- sentencepiece.bpe.model +3 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "xlm-roberta-large",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"id2label": {
|
14 |
+
"0": "",
|
15 |
+
"1": "ADJ",
|
16 |
+
"2": "ADP",
|
17 |
+
"3": "ADV",
|
18 |
+
"4": "AUX",
|
19 |
+
"5": "CCONJ",
|
20 |
+
"6": "DET",
|
21 |
+
"7": "INTJ",
|
22 |
+
"8": "NOUN",
|
23 |
+
"9": "NUM",
|
24 |
+
"10": "PART",
|
25 |
+
"11": "PRON",
|
26 |
+
"12": "PROPN",
|
27 |
+
"13": "PUNCT",
|
28 |
+
"14": "SCONJ",
|
29 |
+
"15": "VERB",
|
30 |
+
"16": "X",
|
31 |
+
"17": "O"
|
32 |
+
},
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"intermediate_size": 4096,
|
35 |
+
"label2id": {
|
36 |
+
"": 0,
|
37 |
+
"ADJ": 1,
|
38 |
+
"ADP": 2,
|
39 |
+
"ADV": 3,
|
40 |
+
"AUX": 4,
|
41 |
+
"CCONJ": 5,
|
42 |
+
"DET": 6,
|
43 |
+
"INTJ": 7,
|
44 |
+
"NOUN": 8,
|
45 |
+
"NUM": 9,
|
46 |
+
"PART": 10,
|
47 |
+
"PRON": 11,
|
48 |
+
"PROPN": 12,
|
49 |
+
"PUNCT": 13,
|
50 |
+
"SCONJ": 14,
|
51 |
+
"VERB": 15,
|
52 |
+
"X": 16,
|
53 |
+
"O": 17
|
54 |
+
},
|
55 |
+
"layer_norm_eps": 1e-05,
|
56 |
+
"max_position_embeddings": 514,
|
57 |
+
"model_type": "xlm-roberta",
|
58 |
+
"num_attention_heads": 16,
|
59 |
+
"num_hidden_layers": 24,
|
60 |
+
"output_past": true,
|
61 |
+
"pad_token_id": 1,
|
62 |
+
"position_embedding_type": "absolute",
|
63 |
+
"torch_dtype": "float32",
|
64 |
+
"transformers_version": "4.13.0",
|
65 |
+
"type_vocab_size": 1,
|
66 |
+
"use_cache": true,
|
67 |
+
"vocab_size": 250002
|
68 |
+
}
|
model_args.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"adam_epsilon": 1e-08, "best_model_dir": "model_bin_xlmroberta_xlm-roberta-large_1647681941.0114312/best_model/", "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": "f1_micro", "early_stopping_metric_minimize": false, "early_stopping_patience": 30, "encoding": null, "adafactor_eps": [1e-30, 0.001], "adafactor_clip_threshold": 1.0, "adafactor_decay_rate": -0.8, "adafactor_beta1": null, "adafactor_scale_parameter": true, "adafactor_relative_step": true, "adafactor_warmup_init": true, "eval_batch_size": 12, "evaluate_during_training": true, "evaluate_during_training_silent": true, "evaluate_during_training_steps": 100, "evaluate_during_training_verbose": true, "evaluate_each_epoch": true, "fp16": true, "gradient_accumulation_steps": 1, "learning_rate": 2e-05, "local_rank": -1, "logging_steps": 50, "manual_seed": 0, "max_grad_norm": 1.0, "max_seq_length": 256, "model_name": "xlm-roberta-large", "model_type": "xlmroberta", "multiprocessing_chunksize": 500, "n_gpu": 1, "no_cache": false, "no_save": false, "not_saved_args": [], "num_train_epochs": 10, "optimizer": "AdamW", "output_dir": "model_bin_xlmroberta_xlm-roberta-large_1647681941.0114312", "overwrite_output_dir": true, "process_count": 1, "polynomial_decay_schedule_lr_end": 1e-07, "polynomial_decay_schedule_power": 1.0, "quantized_model": false, "reprocess_input_data": true, "save_best_model": true, "save_eval_checkpoints": false, "save_model_every_epoch": false, "save_optimizer_and_scheduler": true, "save_steps": 0, "scheduler": "linear_schedule_with_warmup", "silent": false, "skip_special_tokens": true, "tensorboard_dir": null, "thread_count": null, "tokenizer_type": null, "tokenizer_name": null, "train_batch_size": 12, "train_custom_parameters_only": false, "use_cached_eval_features": false, "use_early_stopping": true, "use_multiprocessing": false, "use_multiprocessing_for_evaluation": false, "wandb_kwargs": {}, "wandb_project": "evalatin2022", "warmup_ratio": 0.06, "warmup_steps": 0.06, "weight_decay": 0.0, "model_class": "NERModel", "classification_report": false, "labels_list": ["", "ADJ", "ADP", "ADV", "AUX", "CCONJ", "DET", "INTJ", "NOUN", "NUM", "PART", "PRON", "PROPN", "PUNCT", "SCONJ", "VERB", "X", "O"], "lazy_loading": false, "lazy_loading_start_line": 0, "onnx": false, "special_tokens_list": []}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c67707dfcd3852bba2f2ed54d842644f42b282d8c327ff978bf2a9e99e34c53
|
3 |
+
size 2235600561
|
sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sp_model_kwargs": {}, "do_lower_case": false, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "xlm-roberta-large", "tokenizer_class": "XLMRobertaTokenizer"}
|