NER Training complete
Browse files- README.md +52 -0
- config.json +97 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/May15_21-27-07_standardnc24adsa100v4al/events.out.tfevents.1715808553.standardnc24adsa100v4al.4736.1 +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +57 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: roberta-large
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: roberta-lg-cased-ms-ner-v3-full
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# roberta-lg-cased-ms-ner-v3-full
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 2e-05
|
36 |
+
- train_batch_size: 8
|
37 |
+
- eval_batch_size: 8
|
38 |
+
- seed: 42
|
39 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
+
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 4
|
42 |
+
|
43 |
+
### Training results
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
### Framework versions
|
48 |
+
|
49 |
+
- Transformers 4.39.3
|
50 |
+
- Pytorch 1.12.0
|
51 |
+
- Datasets 2.18.0
|
52 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roberta-large",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForTokenClassification"
|
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": "O",
|
15 |
+
"1": "B-BOSS",
|
16 |
+
"2": "I-BOSS",
|
17 |
+
"3": "B-MOB",
|
18 |
+
"4": "I-MOB",
|
19 |
+
"5": "B-MAP",
|
20 |
+
"6": "I-MAP",
|
21 |
+
"7": "B-JOB",
|
22 |
+
"8": "I-JOB",
|
23 |
+
"9": "B-INGAME_ITEM",
|
24 |
+
"10": "I-INGAME_ITEM",
|
25 |
+
"11": "B-QUEST",
|
26 |
+
"12": "I-QUEST",
|
27 |
+
"13": "B-CHANNEL",
|
28 |
+
"14": "I-CHANNEL",
|
29 |
+
"15": "B-SALE_ITEM",
|
30 |
+
"16": "I-SALE_ITEM",
|
31 |
+
"17": "B-EVENT",
|
32 |
+
"18": "I-EVENT",
|
33 |
+
"19": "B-MECHANIC",
|
34 |
+
"20": "I-MECHANIC",
|
35 |
+
"21": "B-FEATURE",
|
36 |
+
"22": "I-FEATURE",
|
37 |
+
"23": "B-NPC",
|
38 |
+
"24": "I-NPC",
|
39 |
+
"25": "B-GAME",
|
40 |
+
"26": "I-GAME",
|
41 |
+
"27": "B-SKILL",
|
42 |
+
"28": "I-SKILL",
|
43 |
+
"29": "B-UPDATE",
|
44 |
+
"30": "I-UPDATE",
|
45 |
+
"31": "B-MISC",
|
46 |
+
"32": "I-MISC"
|
47 |
+
},
|
48 |
+
"initializer_range": 0.02,
|
49 |
+
"intermediate_size": 4096,
|
50 |
+
"label2id": {
|
51 |
+
"B-BOSS": 1,
|
52 |
+
"B-CHANNEL": 13,
|
53 |
+
"B-EVENT": 17,
|
54 |
+
"B-FEATURE": 21,
|
55 |
+
"B-GAME": 25,
|
56 |
+
"B-INGAME_ITEM": 9,
|
57 |
+
"B-JOB": 7,
|
58 |
+
"B-MAP": 5,
|
59 |
+
"B-MECHANIC": 19,
|
60 |
+
"B-MISC": 31,
|
61 |
+
"B-MOB": 3,
|
62 |
+
"B-NPC": 23,
|
63 |
+
"B-QUEST": 11,
|
64 |
+
"B-SALE_ITEM": 15,
|
65 |
+
"B-SKILL": 27,
|
66 |
+
"B-UPDATE": 29,
|
67 |
+
"I-BOSS": 2,
|
68 |
+
"I-CHANNEL": 14,
|
69 |
+
"I-EVENT": 18,
|
70 |
+
"I-FEATURE": 22,
|
71 |
+
"I-GAME": 26,
|
72 |
+
"I-INGAME_ITEM": 10,
|
73 |
+
"I-JOB": 8,
|
74 |
+
"I-MAP": 6,
|
75 |
+
"I-MECHANIC": 20,
|
76 |
+
"I-MISC": 32,
|
77 |
+
"I-MOB": 4,
|
78 |
+
"I-NPC": 24,
|
79 |
+
"I-QUEST": 12,
|
80 |
+
"I-SALE_ITEM": 16,
|
81 |
+
"I-SKILL": 28,
|
82 |
+
"I-UPDATE": 30,
|
83 |
+
"O": 0
|
84 |
+
},
|
85 |
+
"layer_norm_eps": 1e-05,
|
86 |
+
"max_position_embeddings": 514,
|
87 |
+
"model_type": "roberta",
|
88 |
+
"num_attention_heads": 16,
|
89 |
+
"num_hidden_layers": 24,
|
90 |
+
"pad_token_id": 1,
|
91 |
+
"position_embedding_type": "absolute",
|
92 |
+
"torch_dtype": "float32",
|
93 |
+
"transformers_version": "4.39.3",
|
94 |
+
"type_vocab_size": 1,
|
95 |
+
"use_cache": true,
|
96 |
+
"vocab_size": 50265
|
97 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e42cf41fb26199f67604d1040c5cf8de48d1ffbe008682fd2fbe5e68aa4d9db
|
3 |
+
size 1417423900
|
runs/May15_21-27-07_standardnc24adsa100v4al/events.out.tfevents.1715808553.standardnc24adsa100v4al.4736.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4788eea30717d8d53d1ae1151798e14752de25ae9175e962f4cdd1c93b712a8d
|
3 |
+
size 13071
|
special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<pad>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"50264": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"model_max_length": 512,
|
52 |
+
"pad_token": "<pad>",
|
53 |
+
"sep_token": "</s>",
|
54 |
+
"tokenizer_class": "RobertaTokenizer",
|
55 |
+
"trim_offsets": true,
|
56 |
+
"unk_token": "<unk>"
|
57 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7864ce03370dcb8b2b33165b86c1aa59a253e1f5841bb8cca986f830d060da06
|
3 |
+
size 4527
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|