prinsINT commited on
Commit
8ac8e72
·
verified ·
1 Parent(s): a1fe0de

prinsINT/deberta-v3-base-uner-down200

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/deberta-v3-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - f1
9
+ - precision
10
+ - recall
11
+ - accuracy
12
+ model-index:
13
+ - name: deberta-v3-base-uner-down200
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # deberta-v3-base-uner-down200
21
+
22
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.1055
25
+ - F1: 0.6677
26
+ - Precision: 0.6249
27
+ - Recall: 0.7168
28
+ - Accuracy: 0.9765
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2.5e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 30
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
58
+ |:-------------:|:-------:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
59
+ | 0.0587 | 1.5385 | 20 | 0.2010 | 0.0 | 0.0 | 0.0 | 0.9422 |
60
+ | 0.0916 | 3.0769 | 40 | 0.1425 | 0.2535 | 0.3108 | 0.2141 | 0.9535 |
61
+ | 0.0571 | 4.6154 | 60 | 0.1251 | 0.3194 | 0.3126 | 0.3265 | 0.9594 |
62
+ | 0.0289 | 6.1538 | 80 | 0.1168 | 0.4129 | 0.3915 | 0.4368 | 0.9651 |
63
+ | 0.0144 | 7.6923 | 100 | 0.1160 | 0.4527 | 0.4473 | 0.4584 | 0.9671 |
64
+ | 0.0041 | 9.2308 | 120 | 0.1040 | 0.5464 | 0.4822 | 0.6303 | 0.9713 |
65
+ | 0.0036 | 10.7692 | 140 | 0.1011 | 0.5780 | 0.5410 | 0.6205 | 0.9728 |
66
+ | 0.0026 | 12.3077 | 160 | 0.1000 | 0.6219 | 0.5760 | 0.6757 | 0.9743 |
67
+ | 0.0025 | 13.8462 | 180 | 0.1004 | 0.6285 | 0.5867 | 0.6768 | 0.9749 |
68
+ | 0.003 | 15.3846 | 200 | 0.1018 | 0.6373 | 0.5989 | 0.6811 | 0.9753 |
69
+ | 0.0032 | 16.9231 | 220 | 0.1034 | 0.6484 | 0.6117 | 0.6897 | 0.9758 |
70
+ | 0.0022 | 18.4615 | 240 | 0.1035 | 0.6529 | 0.6105 | 0.7016 | 0.9760 |
71
+ | 0.0002 | 20.0 | 260 | 0.1044 | 0.6552 | 0.6154 | 0.7005 | 0.9763 |
72
+ | 0.0021 | 21.5385 | 280 | 0.1046 | 0.6629 | 0.6240 | 0.7070 | 0.9767 |
73
+ | 0.0029 | 23.0769 | 300 | 0.1041 | 0.6643 | 0.6215 | 0.7135 | 0.9764 |
74
+ | 0.0043 | 24.6154 | 320 | 0.1046 | 0.6663 | 0.6234 | 0.7157 | 0.9765 |
75
+ | 0.0012 | 26.1538 | 340 | 0.1052 | 0.6673 | 0.6251 | 0.7157 | 0.9765 |
76
+ | 0.0014 | 27.6923 | 360 | 0.1054 | 0.6680 | 0.6255 | 0.7168 | 0.9765 |
77
+ | 0.0009 | 29.2308 | 380 | 0.1055 | 0.6677 | 0.6249 | 0.7168 | 0.9765 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.57.1
83
+ - Pytorch 2.8.0+cu128
84
+ - Datasets 4.3.0
85
+ - Tokenizers 0.22.1
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 1,
7
+ "dtype": "float32",
8
+ "eos_token_id": 2,
9
+ "finetuning_task": "ner",
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-PER",
16
+ "2": "I-PER",
17
+ "3": "B-ORG",
18
+ "4": "I-ORG",
19
+ "5": "B-LOC",
20
+ "6": "I-LOC"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "B-LOC": 5,
26
+ "B-ORG": 3,
27
+ "B-PER": 1,
28
+ "I-LOC": 6,
29
+ "I-ORG": 4,
30
+ "I-PER": 2,
31
+ "O": 0
32
+ },
33
+ "layer_norm_eps": 1e-07,
34
+ "legacy": true,
35
+ "max_position_embeddings": 512,
36
+ "max_relative_positions": -1,
37
+ "model_type": "deberta-v2",
38
+ "norm_rel_ebd": "layer_norm",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
42
+ "pooler_dropout": 0,
43
+ "pooler_hidden_act": "gelu",
44
+ "pooler_hidden_size": 768,
45
+ "pos_att_type": [
46
+ "p2c",
47
+ "c2p"
48
+ ],
49
+ "position_biased_input": false,
50
+ "position_buckets": 256,
51
+ "relative_attention": true,
52
+ "share_att_key": true,
53
+ "transformers_version": "4.57.1",
54
+ "type_vocab_size": 0,
55
+ "vocab_size": 128100
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a196120f89a1f08ab3358b82b6dd1ab2faa8fe5ca6f91d3e0d8087db5638c23
3
+ size 735372116
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
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
+ "1": {
13
+ "content": "[CLS]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": false,
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
+ "128000": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "[CLS]",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "[CLS]",
48
+ "do_lower_case": false,
49
+ "eos_token": "[SEP]",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "[MASK]",
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "tokenizer_class": "DebertaV2Tokenizer",
58
+ "unk_token": "[UNK]",
59
+ "vocab_type": "spm"
60
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1f56d57d2afc830f871ae1baee2c5a8779ca9ccc6b31253e04bdf79564cbdf
3
+ size 5841