Training complete
Browse files- README.md +63 -0
- config.json +53 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Sep20_09-22-10_0f0769814cfc/events.out.tfevents.1726824136.0f0769814cfc.1199.0 +3 -0
- runs/Sep20_09-23-37_0f0769814cfc/events.out.tfevents.1726824232.0f0769814cfc.1199.1 +3 -0
- runs/Sep20_09-33-32_0f0769814cfc/events.out.tfevents.1726824818.0f0769814cfc.1199.2 +3 -0
- runs/Sep20_09-38-58_0f0769814cfc/events.out.tfevents.1726825156.0f0769814cfc.1199.3 +3 -0
- runs/Sep20_09-41-40_0f0769814cfc/events.out.tfevents.1726825308.0f0769814cfc.1199.4 +3 -0
- runs/Sep20_09-58-37_0f0769814cfc/events.out.tfevents.1726826325.0f0769814cfc.1199.5 +3 -0
- runs/Sep20_10-02-50_0f0769814cfc/events.out.tfevents.1726826574.0f0769814cfc.1199.6 +3 -0
- runs/Sep20_10-12-26_0f0769814cfc/events.out.tfevents.1726827149.0f0769814cfc.1199.7 +3 -0
- runs/Sep20_10-23-46_0f0769814cfc/events.out.tfevents.1726827830.0f0769814cfc.1199.8 +3 -0
- runs/Sep20_10-24-27_0f0769814cfc/events.out.tfevents.1726827871.0f0769814cfc.1199.9 +3 -0
- runs/Sep20_10-29-11_0f0769814cfc/events.out.tfevents.1726828153.0f0769814cfc.1199.10 +3 -0
- runs/Sep20_10-32-00_0f0769814cfc/events.out.tfevents.1726828322.0f0769814cfc.1199.11 +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,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: FacebookAI/roberta-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: RoBERTa-Base-full-finetuned-ner-multi-label
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# RoBERTa-Base-full-finetuned-ner-multi-label
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0737
|
20 |
+
- F1 Micro: 0.7893
|
21 |
+
- Precision Micro: 0.8246
|
22 |
+
- Recall Micro: 0.7569
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 3
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | Precision Micro | Recall Micro |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------------:|:------------:|
|
53 |
+
| No log | 1.0 | 105 | 0.0907 | 0.7538 | 0.8856 | 0.6562 |
|
54 |
+
| No log | 2.0 | 210 | 0.0763 | 0.7893 | 0.8398 | 0.7444 |
|
55 |
+
| No log | 3.0 | 315 | 0.0737 | 0.7893 | 0.8246 | 0.7569 |
|
56 |
+
|
57 |
+
|
58 |
+
### Framework versions
|
59 |
+
|
60 |
+
- Transformers 4.44.2
|
61 |
+
- Pytorch 2.4.1+cu121
|
62 |
+
- Datasets 3.0.0
|
63 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "FacebookAI/roberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"MultiLabelRobertaForTokenClassification"
|
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": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "O",
|
15 |
+
"1": "B-SUBSTITUTE",
|
16 |
+
"2": "I-SUBSTITUTE",
|
17 |
+
"3": "B-EXPLAIN",
|
18 |
+
"4": "I-EXPLAIN",
|
19 |
+
"5": "B-GENERALIZE",
|
20 |
+
"6": "I-GENERALIZE",
|
21 |
+
"7": "B-EXEMPLIFY",
|
22 |
+
"8": "I-EXEMPLIFY",
|
23 |
+
"9": "B-OMIT",
|
24 |
+
"10": "I-OMIT"
|
25 |
+
},
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 3072,
|
28 |
+
"label2id": {
|
29 |
+
"B-EXEMPLIFY": 7,
|
30 |
+
"B-EXPLAIN": 3,
|
31 |
+
"B-GENERALIZE": 5,
|
32 |
+
"B-OMIT": 9,
|
33 |
+
"B-SUBSTITUTE": 1,
|
34 |
+
"I-EXEMPLIFY": 8,
|
35 |
+
"I-EXPLAIN": 4,
|
36 |
+
"I-GENERALIZE": 6,
|
37 |
+
"I-OMIT": 10,
|
38 |
+
"I-SUBSTITUTE": 2,
|
39 |
+
"O": 0
|
40 |
+
},
|
41 |
+
"layer_norm_eps": 1e-05,
|
42 |
+
"max_position_embeddings": 514,
|
43 |
+
"model_type": "roberta",
|
44 |
+
"num_attention_heads": 12,
|
45 |
+
"num_hidden_layers": 12,
|
46 |
+
"pad_token_id": 1,
|
47 |
+
"position_embedding_type": "absolute",
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.44.2",
|
50 |
+
"type_vocab_size": 1,
|
51 |
+
"use_cache": true,
|
52 |
+
"vocab_size": 50265
|
53 |
+
}
|
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:2e0d64a9ad29b8e6fdadc82f15f1e41efc8faadc74e5f3c1963682b718e39e1b
|
3 |
+
size 496277924
|
runs/Sep20_09-22-10_0f0769814cfc/events.out.tfevents.1726824136.0f0769814cfc.1199.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71a82c9049025d342ee87b609501779973ef59a92b31f0a6ac20642b5ba4b8d3
|
3 |
+
size 5504
|
runs/Sep20_09-23-37_0f0769814cfc/events.out.tfevents.1726824232.0f0769814cfc.1199.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd74b2d0ac5da8f2d1b809ee7f3ade08ac1844e43aa6afda6deb7b95d2db9dd2
|
3 |
+
size 5504
|
runs/Sep20_09-33-32_0f0769814cfc/events.out.tfevents.1726824818.0f0769814cfc.1199.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81f87b48594459f6ecd0620c17ddab73d4f8a3dab39820eb7a2acd221351449e
|
3 |
+
size 5504
|
runs/Sep20_09-38-58_0f0769814cfc/events.out.tfevents.1726825156.0f0769814cfc.1199.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:843d877273a46e986ddf3d47a0e0d28c57f84438105e6563cc89a6c6d043eac2
|
3 |
+
size 5504
|
runs/Sep20_09-41-40_0f0769814cfc/events.out.tfevents.1726825308.0f0769814cfc.1199.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:726f8b9ddffdaf4716632a1287610074981fa97d2b7d3b3f0196cce097b895a7
|
3 |
+
size 5504
|
runs/Sep20_09-58-37_0f0769814cfc/events.out.tfevents.1726826325.0f0769814cfc.1199.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcf86d06789aaddcd3dc58b02bacbdd15fd6a71c1558c07c98aed36f2149a75c
|
3 |
+
size 5504
|
runs/Sep20_10-02-50_0f0769814cfc/events.out.tfevents.1726826574.0f0769814cfc.1199.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7f02740744582e11df968ad647067d358b925c9a40cb9586b91c98c22707dd2
|
3 |
+
size 5504
|
runs/Sep20_10-12-26_0f0769814cfc/events.out.tfevents.1726827149.0f0769814cfc.1199.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ec21fbb57d21e7c0b7a2da35293ce7399aa8fbbd19b7de5c46604eb3f9a50c8
|
3 |
+
size 5504
|
runs/Sep20_10-23-46_0f0769814cfc/events.out.tfevents.1726827830.0f0769814cfc.1199.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63642901ac529cf51f2c01b0fcf2f7fc7ecf249fe5df6ed61e41fa941e0dbcc4
|
3 |
+
size 5504
|
runs/Sep20_10-24-27_0f0769814cfc/events.out.tfevents.1726827871.0f0769814cfc.1199.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c11cab7cad6a464fc6f0d1a436cedc5a7374fbbf2d52a77198ce355f6bb08be
|
3 |
+
size 5504
|
runs/Sep20_10-29-11_0f0769814cfc/events.out.tfevents.1726828153.0f0769814cfc.1199.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc22cc3a8bf59b00fbda6008ba86b5eb3db3b6a7e4e477ddee01113713377eb0
|
3 |
+
size 5504
|
runs/Sep20_10-32-00_0f0769814cfc/events.out.tfevents.1726828322.0f0769814cfc.1199.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2879df2c94f5cfbbd17e3578e209054883802527d51d6af56f07aaa829437b9
|
3 |
+
size 7164
|
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:ceabcd6d003515dd7be2f40085244723ad68ddd6c18b5fc0a0b93b4307ebcbef
|
3 |
+
size 5240
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|