tangminhanh commited on
Commit
9072394
1 Parent(s): e25287b
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/deberta-v3-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: ts_tg
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # ts_tg
20
+
21
+ This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0516
24
+ - Accuracy: 0.8517
25
+ - F1: 0.8759
26
+ - Precision: 0.8996
27
+ - Recall: 0.8533
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 128
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 8
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | No log | 1.0 | 202 | 0.1370 | 0.5242 | 0.6378 | 0.8129 | 0.5248 |
59
+ | No log | 2.0 | 404 | 0.0857 | 0.6877 | 0.7700 | 0.8749 | 0.6875 |
60
+ | 0.1567 | 3.0 | 606 | 0.0667 | 0.7810 | 0.8331 | 0.8929 | 0.7809 |
61
+ | 0.1567 | 4.0 | 808 | 0.0593 | 0.8145 | 0.8525 | 0.8947 | 0.8142 |
62
+ | 0.0566 | 5.0 | 1010 | 0.0554 | 0.8406 | 0.8668 | 0.8926 | 0.8425 |
63
+ | 0.0566 | 6.0 | 1212 | 0.0529 | 0.8437 | 0.8718 | 0.8994 | 0.8459 |
64
+ | 0.0566 | 7.0 | 1414 | 0.0522 | 0.8474 | 0.8737 | 0.8992 | 0.8496 |
65
+ | 0.0383 | 8.0 | 1616 | 0.0516 | 0.8517 | 0.8759 | 0.8996 | 0.8533 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.42.4
71
+ - Pytorch 2.3.1+cu121
72
+ - Datasets 2.20.0
73
+ - Tokenizers 0.19.1
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-small",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Access Control and Security",
12
+ "1": "Asset Management",
13
+ "2": "CCTV Admin",
14
+ "3": "Common Area Team",
15
+ "4": "Network Design Team",
16
+ "5": "NOC",
17
+ "6": "NOC Systems",
18
+ "7": "On-Site Support",
19
+ "8": "Product Development",
20
+ "9": "Service Desk",
21
+ "10": "SOC",
22
+ "11": "Technical Project Management",
23
+ "12": "TS Managers",
24
+ "13": "TS Procurement",
25
+ "14": "Voice and Email"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "Access Control and Security": 0,
31
+ "Asset Management": 1,
32
+ "CCTV Admin": 2,
33
+ "Common Area Team": 3,
34
+ "NOC": 5,
35
+ "NOC Systems": 6,
36
+ "Network Design Team": 4,
37
+ "On-Site Support": 7,
38
+ "Product Development": 8,
39
+ "SOC": 10,
40
+ "Service Desk": 9,
41
+ "TS Managers": 12,
42
+ "TS Procurement": 13,
43
+ "Technical Project Management": 11,
44
+ "Voice and Email": 14
45
+ },
46
+ "layer_norm_eps": 1e-07,
47
+ "max_position_embeddings": 512,
48
+ "max_relative_positions": -1,
49
+ "model_type": "deberta-v2",
50
+ "norm_rel_ebd": "layer_norm",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 6,
53
+ "pad_token_id": 0,
54
+ "pooler_dropout": 0,
55
+ "pooler_hidden_act": "gelu",
56
+ "pooler_hidden_size": 768,
57
+ "pos_att_type": [
58
+ "p2c",
59
+ "c2p"
60
+ ],
61
+ "position_biased_input": false,
62
+ "position_buckets": 256,
63
+ "problem_type": "multi_label_classification",
64
+ "relative_attention": true,
65
+ "share_att_key": true,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.42.4",
68
+ "type_vocab_size": 0,
69
+ "vocab_size": 128100
70
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f865c05647511d433b90d7db51bf625617f02bb75693a629617c99d424403ab5
3
+ size 567638548
runs/Aug05_10-39-53_b17c6402ee66/events.out.tfevents.1722854402.b17c6402ee66.2440.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cc2664dca1df716eb76e673ea2803baeb6dcd935884162505cdc83a8c6f73f2
3
+ size 10607
runs/Aug05_10-39-53_b17c6402ee66/events.out.tfevents.1722856213.b17c6402ee66.2440.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:655f837d6b3c1f40594c88e711f77e9c078f64fa5e58128180004f2b925c413b
3
+ size 560
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "sp_model_kwargs": {},
54
+ "split_by_punct": false,
55
+ "tokenizer_class": "DebertaV2Tokenizer",
56
+ "unk_token": "[UNK]",
57
+ "vocab_type": "spm"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3598928be43f721f4edf44017dbb07962ab20f4acd76dcc85be2d6bbc0c17bff
3
+ size 5112