tangminhanh
commited on
Commit
•
5b78239
1
Parent(s):
1349c28
techgroup_ts
Browse files- README.md +70 -0
- added_tokens.json +3 -0
- config.json +68 -0
- model.safetensors +3 -0
- runs/Jul04_02-40-46_c9d52955b7c1/events.out.tfevents.1720060850.c9d52955b7c1.6814.0 +3 -0
- runs/Jul04_02-40-46_c9d52955b7c1/events.out.tfevents.1720064385.c9d52955b7c1.6814.1 +3 -0
- special_tokens_map.json +15 -0
- spm.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +58 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: results
|
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 |
+
# results
|
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.0556
|
24 |
+
- Accuracy: 0.8722
|
25 |
+
- F1: 0.8849
|
26 |
+
- Precision: 0.8950
|
27 |
+
- Recall: 0.8750
|
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: 8
|
48 |
+
- eval_batch_size: 8
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.0894 | 1.0 | 1633 | 0.0817 | 0.7508 | 0.8072 | 0.8774 | 0.7474 |
|
59 |
+
| 0.059 | 2.0 | 3266 | 0.0620 | 0.8264 | 0.8520 | 0.8815 | 0.8243 |
|
60 |
+
| 0.0429 | 3.0 | 4899 | 0.0531 | 0.8563 | 0.8751 | 0.8947 | 0.8563 |
|
61 |
+
| 0.032 | 4.0 | 6532 | 0.0547 | 0.8704 | 0.8838 | 0.8976 | 0.8705 |
|
62 |
+
| 0.0253 | 5.0 | 8165 | 0.0556 | 0.8722 | 0.8849 | 0.8950 | 0.8750 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.41.2
|
68 |
+
- Pytorch 2.3.0+cu121
|
69 |
+
- Datasets 2.20.0
|
70 |
+
- Tokenizers 0.19.1
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[MASK]": 128000
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Network Design Team",
|
15 |
+
"4": "NOC",
|
16 |
+
"5": "NOC Systems",
|
17 |
+
"6": "On-Site Support",
|
18 |
+
"7": "Product Development",
|
19 |
+
"8": "Service Desk",
|
20 |
+
"9": "SOC",
|
21 |
+
"10": "Technical Project Management",
|
22 |
+
"11": "TS Managers",
|
23 |
+
"12": "TS Procurement",
|
24 |
+
"13": "Voice and Email"
|
25 |
+
},
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 3072,
|
28 |
+
"label2id": {
|
29 |
+
"Access Control and Security": 0,
|
30 |
+
"Asset Management": 1,
|
31 |
+
"CCTV Admin": 2,
|
32 |
+
"NOC": 4,
|
33 |
+
"NOC Systems": 5,
|
34 |
+
"Network Design Team": 3,
|
35 |
+
"On-Site Support": 6,
|
36 |
+
"Product Development": 7,
|
37 |
+
"SOC": 9,
|
38 |
+
"Service Desk": 8,
|
39 |
+
"TS Managers": 11,
|
40 |
+
"TS Procurement": 12,
|
41 |
+
"Technical Project Management": 10,
|
42 |
+
"Voice and Email": 13
|
43 |
+
},
|
44 |
+
"layer_norm_eps": 1e-07,
|
45 |
+
"max_position_embeddings": 512,
|
46 |
+
"max_relative_positions": -1,
|
47 |
+
"model_type": "deberta-v2",
|
48 |
+
"norm_rel_ebd": "layer_norm",
|
49 |
+
"num_attention_heads": 12,
|
50 |
+
"num_hidden_layers": 6,
|
51 |
+
"pad_token_id": 0,
|
52 |
+
"pooler_dropout": 0,
|
53 |
+
"pooler_hidden_act": "gelu",
|
54 |
+
"pooler_hidden_size": 768,
|
55 |
+
"pos_att_type": [
|
56 |
+
"p2c",
|
57 |
+
"c2p"
|
58 |
+
],
|
59 |
+
"position_biased_input": false,
|
60 |
+
"position_buckets": 256,
|
61 |
+
"problem_type": "multi_label_classification",
|
62 |
+
"relative_attention": true,
|
63 |
+
"share_att_key": true,
|
64 |
+
"torch_dtype": "float32",
|
65 |
+
"transformers_version": "4.41.2",
|
66 |
+
"type_vocab_size": 0,
|
67 |
+
"vocab_size": 128100
|
68 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63ab95f38db139e35585ec39d2ea88fac794f2c424289da64ad317697e2a7ea0
|
3 |
+
size 567635472
|
runs/Jul04_02-40-46_c9d52955b7c1/events.out.tfevents.1720060850.c9d52955b7c1.6814.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81af0e837d6ac92ede36d0ccf66ba4aade8cd12f18b2aebfe31dd8e3e9e35ed2
|
3 |
+
size 11853
|
runs/Jul04_02-40-46_c9d52955b7c1/events.out.tfevents.1720064385.c9d52955b7c1.6814.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80deb80f17dc871c16effccd984bd8f058e2cf83d8b01794e34fd6c7738631d8
|
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:1e743197ef1be4174011aa2254c8dce8ab8ed90ab8de6fffe1d5d0c6c9d2f91e
|
3 |
+
size 5112
|