Lolimorimorf commited on
Commit
98b618e
1 Parent(s): 01c2fb4

Lolimorimorf/damage_trigger_effect_5

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: DeepPavlov/rubert-base-cased
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: damage_trigger_effect_2023-10-06_11_33
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # damage_trigger_effect_2023-10-06_11_33
19
+
20
+ This model is a fine-tuned version of [DeepPavlov/rubert-base-cased](https://huggingface.co/DeepPavlov/rubert-base-cased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.3069
23
+ - Precision: 0.0
24
+ - Recall: 0.0
25
+ - F1: 0.0
26
+ - Accuracy: 0.9128
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 20
47
+ - eval_batch_size: 20
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 15
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
57
+ | No log | 1.0 | 28 | 0.3496 | 0.0 | 0.0 | 0.0 | 0.9016 |
58
+ | No log | 2.0 | 56 | 0.2948 | 0.0 | 0.0 | 0.0 | 0.9147 |
59
+ | No log | 3.0 | 84 | 0.2590 | 0.0 | 0.0 | 0.0 | 0.9171 |
60
+ | No log | 4.0 | 112 | 0.2689 | 0.0 | 0.0 | 0.0 | 0.9078 |
61
+ | No log | 5.0 | 140 | 0.2561 | 0.0 | 0.0 | 0.0 | 0.9101 |
62
+ | No log | 6.0 | 168 | 0.2447 | 0.0 | 0.0 | 0.0 | 0.9155 |
63
+ | No log | 7.0 | 196 | 0.2621 | 0.0 | 0.0 | 0.0 | 0.9085 |
64
+ | No log | 8.0 | 224 | 0.2734 | 0.0 | 0.0 | 0.0 | 0.9143 |
65
+ | No log | 9.0 | 252 | 0.2806 | 0.0 | 0.0 | 0.0 | 0.9066 |
66
+ | No log | 10.0 | 280 | 0.2954 | 0.0 | 0.0 | 0.0 | 0.9105 |
67
+ | No log | 11.0 | 308 | 0.2929 | 0.0 | 0.0 | 0.0 | 0.9128 |
68
+ | No log | 12.0 | 336 | 0.2936 | 0.0 | 0.0 | 0.0 | 0.9116 |
69
+ | No log | 13.0 | 364 | 0.2948 | 0.0 | 0.0 | 0.0 | 0.9132 |
70
+ | No log | 14.0 | 392 | 0.2973 | 0.0 | 0.0 | 0.0 | 0.9151 |
71
+ | No log | 15.0 | 420 | 0.3069 | 0.0 | 0.0 | 0.0 | 0.9128 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.34.0
77
+ - Pytorch 2.0.1+cu118
78
+ - Datasets 2.14.5
79
+ - Tokenizers 0.14.0
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 101,
3
+ "[MASK]": 103,
4
+ "[PAD]": 0,
5
+ "[SEP]": 102,
6
+ "[UNK]": 100
7
+ }
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "DeepPavlov/rubert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "OUT",
14
+ "1": "B-damage_trigger",
15
+ "2": "I-damage_trigger",
16
+ "3": "B-effect",
17
+ "4": "I-effect",
18
+ "5": "B-region",
19
+ "6": "I-region",
20
+ "7": "B-city",
21
+ "8": "I-city"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "B-city": 7,
27
+ "B-damage_trigger": 1,
28
+ "B-effect": 3,
29
+ "B-region": 5,
30
+ "I-city": 8,
31
+ "I-damage_trigger": 2,
32
+ "I-effect": 4,
33
+ "I-region": 6,
34
+ "OUT": 0
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "output_past": true,
42
+ "pad_token_id": 0,
43
+ "pooler_fc_size": 768,
44
+ "pooler_num_attention_heads": 12,
45
+ "pooler_num_fc_layers": 3,
46
+ "pooler_size_per_head": 128,
47
+ "pooler_type": "first_token_transform",
48
+ "position_embedding_type": "absolute",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.34.0",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "vocab_size": 119547
54
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f609ec9f2df7c81f1ced65812363fd3cc41c0b508bb3ea483a8b381366a6a6e
3
+ size 709146793
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.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "100": {
13
+ "content": "[UNK]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "101": {
21
+ "content": "[CLS]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "102": {
29
+ "content": "[SEP]",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "103": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "additional_special_tokens": [],
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "[CLS]",
48
+ "do_basic_tokenize": true,
49
+ "do_lower_case": false,
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "never_split": null,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "strip_accents": null,
56
+ "tokenize_chinese_chars": true,
57
+ "tokenizer_class": "BertTokenizer",
58
+ "unk_token": "[UNK]"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ef6a5dae9652a589d7fa2b83181e3a01db8e08ca74e88b0a4337883329b705
3
+ size 4091
vocab.txt ADDED
The diff for this file is too large to render. See raw diff