tangminhanh
commited on
Commit
•
4078951
1
Parent(s):
51537af
pd_subcate
Browse files- README.md +73 -0
- added_tokens.json +3 -0
- config.json +120 -0
- model.safetensors +3 -0
- runs/Jul30_08-16-37_06a218ada6c5/events.out.tfevents.1722327404.06a218ada6c5.1464.12 +3 -0
- runs/Jul30_08-16-37_06a218ada6c5/events.out.tfevents.1722327875.06a218ada6c5.1464.13 +3 -0
- special_tokens_map.json +51 -0
- spm.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +65 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: tangminhanh/pd_cate
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
model-index:
|
12 |
+
- name: pd_subcate
|
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 |
+
# pd_subcate
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [tangminhanh/pd_cate](https://huggingface.co/tangminhanh/pd_cate) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0817
|
24 |
+
- Accuracy: 0.0626
|
25 |
+
- F1: 0.1103
|
26 |
+
- Precision: 0.4717
|
27 |
+
- Recall: 0.0624
|
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: 32
|
48 |
+
- eval_batch_size: 64
|
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 | 100 | 0.1179 | 0.0 | 0.0 | 0.0 | 0.0 |
|
59 |
+
| No log | 2.0 | 200 | 0.1039 | 0.0 | 0.0 | 0.0 | 0.0 |
|
60 |
+
| No log | 3.0 | 300 | 0.0949 | 0.0 | 0.0 | 0.0 | 0.0 |
|
61 |
+
| No log | 4.0 | 400 | 0.0888 | 0.0 | 0.0 | 0.0 | 0.0 |
|
62 |
+
| 0.1312 | 5.0 | 500 | 0.0852 | 0.0113 | 0.0217 | 0.3333 | 0.0112 |
|
63 |
+
| 0.1312 | 6.0 | 600 | 0.0838 | 0.0413 | 0.0758 | 0.4714 | 0.0412 |
|
64 |
+
| 0.1312 | 7.0 | 700 | 0.0820 | 0.0601 | 0.1062 | 0.4660 | 0.0599 |
|
65 |
+
| 0.1312 | 8.0 | 800 | 0.0817 | 0.0626 | 0.1103 | 0.4717 | 0.0624 |
|
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,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "tangminhanh/pd_cate",
|
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": "RFA/RFI/Techinical Coordination",
|
12 |
+
"1": "Initial Testfit (Office Modification)",
|
13 |
+
"2": "Revise Testfit (Office Modification)",
|
14 |
+
"3": "Floorplan / Evacuation Plan Updating",
|
15 |
+
"4": "Urgent: RFA/RFI Response for Builds",
|
16 |
+
"5": "OSM Checklist/Internal Dept Design Coordination Tasks",
|
17 |
+
"6": "Render (2 to 3 views)",
|
18 |
+
"7": "Office Area / Floorplan Copy / PEZA Info (Subject for Verification of P&D)",
|
19 |
+
"8": "Sourcing/Shopping/Site Accessorizing",
|
20 |
+
"9": "Floorplan Copy Request",
|
21 |
+
"10": "Canvassing OSM Alternatives",
|
22 |
+
"11": "Site Check",
|
23 |
+
"12": "Initial Testfit (Existing BTS or Service Office Modification)",
|
24 |
+
"13": "Technical Detail Drawing Request",
|
25 |
+
"14": "Furniture / Joinery Details",
|
26 |
+
"15": "Furniture and Material Specifications",
|
27 |
+
"16": "OSM Checklist & Coordination",
|
28 |
+
"17": "PEZA As-built print signed and sealed",
|
29 |
+
"18": "Revise Testfit (New Build/ Refresh)",
|
30 |
+
"19": "Initial Testfit (New Build / Refresh)",
|
31 |
+
"20": "Site Coordination Meetings",
|
32 |
+
"21": "Canvass approval / Vendor Cost Approval (under 20k)",
|
33 |
+
"22": "Floorplan/As-built Review & Approval (Audit/BP/OP/)",
|
34 |
+
"23": "Non-Urgent: Info/Coordination Request",
|
35 |
+
"24": "Revise Testfit (Existing BTS or Service Office Modification)",
|
36 |
+
"25": "PEZA Office Areas",
|
37 |
+
"26": "Project Scoping / Client Meeting",
|
38 |
+
"27": "Design Pegs & Cost Guide",
|
39 |
+
"28": "Site Handover Acceptance (Pre & Post Construction)",
|
40 |
+
"29": "Initial Testfit (New BTS or KMC Suites) >1000 to 5000 sqm",
|
41 |
+
"30": "Initial Testfit (New BTS or KMC Suites) <1000 sqm",
|
42 |
+
"31": "Canvassing OSM Alternatives / Vendor Costing Request",
|
43 |
+
"32": "Engineering Consultation",
|
44 |
+
"33": "Around Metro Manila - BTS / KMC Suites / SO",
|
45 |
+
"34": "3d Modeling + Rendering (minimum of 5 areas)",
|
46 |
+
"35": "3D Walkthrough",
|
47 |
+
"36": "Client Presentation",
|
48 |
+
"37": "Revise Testfit (New BTS or KMC Suites) >1000 to 5000 sqm",
|
49 |
+
"38": "Site Punchlist Walkthrough/ Handover Assessment",
|
50 |
+
"39": "Revise Testfit (New BTS or KMC Suites) <1000 sqm"
|
51 |
+
},
|
52 |
+
"initializer_range": 0.02,
|
53 |
+
"intermediate_size": 3072,
|
54 |
+
"label2id": {
|
55 |
+
"3D Walkthrough": 35,
|
56 |
+
"3d Modeling + Rendering (minimum of 5 areas)": 34,
|
57 |
+
"Around Metro Manila - BTS / KMC Suites / SO": 33,
|
58 |
+
"Canvass approval / Vendor Cost Approval (under 20k)": 21,
|
59 |
+
"Canvassing OSM Alternatives": 10,
|
60 |
+
"Canvassing OSM Alternatives / Vendor Costing Request": 31,
|
61 |
+
"Client Presentation": 36,
|
62 |
+
"Design Pegs & Cost Guide": 27,
|
63 |
+
"Engineering Consultation": 32,
|
64 |
+
"Floorplan / Evacuation Plan Updating": 3,
|
65 |
+
"Floorplan Copy Request": 9,
|
66 |
+
"Floorplan/As-built Review & Approval (Audit/BP/OP/)": 22,
|
67 |
+
"Furniture / Joinery Details": 14,
|
68 |
+
"Furniture and Material Specifications": 15,
|
69 |
+
"Initial Testfit (Existing BTS or Service Office Modification)": 12,
|
70 |
+
"Initial Testfit (New BTS or KMC Suites) <1000 sqm": 30,
|
71 |
+
"Initial Testfit (New BTS or KMC Suites) >1000 to 5000 sqm": 29,
|
72 |
+
"Initial Testfit (New Build / Refresh)": 19,
|
73 |
+
"Initial Testfit (Office Modification)": 1,
|
74 |
+
"Non-Urgent: Info/Coordination Request": 23,
|
75 |
+
"OSM Checklist & Coordination": 16,
|
76 |
+
"OSM Checklist/Internal Dept Design Coordination Tasks": 5,
|
77 |
+
"Office Area / Floorplan Copy / PEZA Info (Subject for Verification of P&D)": 7,
|
78 |
+
"PEZA As-built print signed and sealed": 17,
|
79 |
+
"PEZA Office Areas": 25,
|
80 |
+
"Project Scoping / Client Meeting": 26,
|
81 |
+
"RFA/RFI/Techinical Coordination": 0,
|
82 |
+
"Render (2 to 3 views)": 6,
|
83 |
+
"Revise Testfit (Existing BTS or Service Office Modification)": 24,
|
84 |
+
"Revise Testfit (New BTS or KMC Suites) <1000 sqm": 39,
|
85 |
+
"Revise Testfit (New BTS or KMC Suites) >1000 to 5000 sqm": 37,
|
86 |
+
"Revise Testfit (New Build/ Refresh)": 18,
|
87 |
+
"Revise Testfit (Office Modification)": 2,
|
88 |
+
"Site Check": 11,
|
89 |
+
"Site Coordination Meetings": 20,
|
90 |
+
"Site Handover Acceptance (Pre & Post Construction)": 28,
|
91 |
+
"Site Punchlist Walkthrough/ Handover Assessment": 38,
|
92 |
+
"Sourcing/Shopping/Site Accessorizing": 8,
|
93 |
+
"Technical Detail Drawing Request": 13,
|
94 |
+
"Urgent: RFA/RFI Response for Builds": 4
|
95 |
+
},
|
96 |
+
"layer_norm_eps": 1e-07,
|
97 |
+
"max_position_embeddings": 512,
|
98 |
+
"max_relative_positions": -1,
|
99 |
+
"model_type": "deberta-v2",
|
100 |
+
"norm_rel_ebd": "layer_norm",
|
101 |
+
"num_attention_heads": 12,
|
102 |
+
"num_hidden_layers": 6,
|
103 |
+
"pad_token_id": 0,
|
104 |
+
"pooler_dropout": 0,
|
105 |
+
"pooler_hidden_act": "gelu",
|
106 |
+
"pooler_hidden_size": 768,
|
107 |
+
"pos_att_type": [
|
108 |
+
"p2c",
|
109 |
+
"c2p"
|
110 |
+
],
|
111 |
+
"position_biased_input": false,
|
112 |
+
"position_buckets": 256,
|
113 |
+
"problem_type": "multi_label_classification",
|
114 |
+
"relative_attention": true,
|
115 |
+
"share_att_key": true,
|
116 |
+
"torch_dtype": "float32",
|
117 |
+
"transformers_version": "4.42.4",
|
118 |
+
"type_vocab_size": 0,
|
119 |
+
"vocab_size": 128100
|
120 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab6d9dea6bcc8234ea0e9586ff72937f9132f990e24ffa94c3421a776047304a
|
3 |
+
size 567715456
|
runs/Jul30_08-16-37_06a218ada6c5/events.out.tfevents.1722327404.06a218ada6c5.1464.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbbabaa9b7dd024bd6ec922965eb0db8747c521bd91986c8c6b13437afb1b543
|
3 |
+
size 13516
|
runs/Jul30_08-16-37_06a218ada6c5/events.out.tfevents.1722327875.06a218ada6c5.1464.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dd83be34e14c6aa1f79cc2723448eb7a6e2a45bb2982a54d212d4f904ab6f48
|
3 |
+
size 560
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
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,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"max_length": 512,
|
51 |
+
"model_max_length": 1000000000000000019884624838656,
|
52 |
+
"pad_to_multiple_of": null,
|
53 |
+
"pad_token": "[PAD]",
|
54 |
+
"pad_token_type_id": 0,
|
55 |
+
"padding_side": "right",
|
56 |
+
"sep_token": "[SEP]",
|
57 |
+
"sp_model_kwargs": {},
|
58 |
+
"split_by_punct": false,
|
59 |
+
"stride": 0,
|
60 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
61 |
+
"truncation_side": "right",
|
62 |
+
"truncation_strategy": "longest_first",
|
63 |
+
"unk_token": "[UNK]",
|
64 |
+
"vocab_type": "spm"
|
65 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6d010bb16801620c6961fb37783d5d000e18a7fea314d8eacbc2c4b29391018
|
3 |
+
size 5112
|