Training completed!
Browse files- README.md +13 -12
- config.json +27 -27
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F Beta: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -44,23 +44,24 @@ The following hyperparameters were used during training:
|
|
44 |
- train_batch_size: 8
|
45 |
- eval_batch_size: 16
|
46 |
- seed: 42
|
47 |
-
- gradient_accumulation_steps:
|
48 |
-
- total_train_batch_size:
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: cosine
|
51 |
- lr_scheduler_warmup_ratio: 0.05
|
52 |
-
- num_epochs:
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F Beta | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0065
|
22 |
+
- F Beta: 0.9611
|
23 |
+
- Precision: 0.9932
|
24 |
+
- Recall: 0.9598
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
44 |
- train_batch_size: 8
|
45 |
- eval_batch_size: 16
|
46 |
- seed: 42
|
47 |
+
- gradient_accumulation_steps: 4
|
48 |
+
- total_train_batch_size: 32
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: cosine
|
51 |
- lr_scheduler_warmup_ratio: 0.05
|
52 |
+
- num_epochs: 3
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F Beta | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|
|
59 |
+
| 0.0291 | 0.46 | 300 | 0.0104 | 0.9756 | 0.9854 | 0.9752 |
|
60 |
+
| 0.0062 | 0.93 | 600 | 0.0041 | 0.9830 | 0.9901 | 0.9827 |
|
61 |
+
| 0.0044 | 1.39 | 900 | 0.0057 | 0.9713 | 0.9895 | 0.9706 |
|
62 |
+
| 0.0258 | 1.85 | 1200 | 0.0040 | 0.9799 | 0.9920 | 0.9794 |
|
63 |
+
| 0.0135 | 2.32 | 1500 | 0.0050 | 0.9845 | 0.9943 | 0.9841 |
|
64 |
+
| 0.0023 | 2.78 | 1800 | 0.0065 | 0.9611 | 0.9932 | 0.9598 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
config.json
CHANGED
@@ -1,43 +1,43 @@
|
|
1 |
{
|
2 |
"_name_or_path": "microsoft/deberta-v3-base",
|
3 |
"architectures": [
|
4 |
-
"
|
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": "
|
12 |
-
"1": "B-
|
13 |
-
"2": "B-
|
14 |
-
"3": "B-
|
15 |
-
"4": "B-
|
16 |
-
"5": "B-
|
17 |
-
"6": "B-
|
18 |
-
"7": "
|
19 |
-
"8": "I-
|
20 |
-
"9": "I-
|
21 |
-
"10": "I-
|
22 |
-
"11": "I-
|
23 |
-
"12": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
-
"B-EMAIL":
|
29 |
-
"B-ID_NUM":
|
30 |
-
"B-NAME_STUDENT":
|
31 |
-
"B-PHONE_NUM":
|
32 |
-
"B-STREET_ADDRESS":
|
33 |
-
"B-URL_PERSONAL":
|
34 |
-
"B-USERNAME":
|
35 |
-
"I-ID_NUM":
|
36 |
-
"I-NAME_STUDENT":
|
37 |
-
"I-PHONE_NUM":
|
38 |
-
"I-STREET_ADDRESS":
|
39 |
-
"I-URL_PERSONAL":
|
40 |
-
"O":
|
41 |
},
|
42 |
"layer_norm_eps": 1e-07,
|
43 |
"max_position_embeddings": 512,
|
|
|
1 |
{
|
2 |
"_name_or_path": "microsoft/deberta-v3-base",
|
3 |
"architectures": [
|
4 |
+
"DebertaV2ForTokenClassification"
|
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": "B-NAME_STUDENT",
|
12 |
+
"1": "B-URL_PERSONAL",
|
13 |
+
"2": "B-ID_NUM",
|
14 |
+
"3": "B-STREET_ADDRESS",
|
15 |
+
"4": "B-PHONE_NUM",
|
16 |
+
"5": "B-EMAIL",
|
17 |
+
"6": "B-USERNAME",
|
18 |
+
"7": "I-NAME_STUDENT",
|
19 |
+
"8": "I-URL_PERSONAL",
|
20 |
+
"9": "I-ID_NUM",
|
21 |
+
"10": "I-STREET_ADDRESS",
|
22 |
+
"11": "I-PHONE_NUM",
|
23 |
+
"12": "O"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
+
"B-EMAIL": 5,
|
29 |
+
"B-ID_NUM": 2,
|
30 |
+
"B-NAME_STUDENT": 0,
|
31 |
+
"B-PHONE_NUM": 4,
|
32 |
+
"B-STREET_ADDRESS": 3,
|
33 |
+
"B-URL_PERSONAL": 1,
|
34 |
+
"B-USERNAME": 6,
|
35 |
+
"I-ID_NUM": 9,
|
36 |
+
"I-NAME_STUDENT": 7,
|
37 |
+
"I-PHONE_NUM": 11,
|
38 |
+
"I-STREET_ADDRESS": 10,
|
39 |
+
"I-URL_PERSONAL": 8,
|
40 |
+
"O": 12
|
41 |
},
|
42 |
"layer_norm_eps": 1e-07,
|
43 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d9fef5246efc1d9faa5b336b2beba637f1f9305c8838a7d776c68fd34de4dbe
|
3 |
+
size 735390572
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:123496ed5e2b5a7009aed827cfd8eab76419269d2e734e57f08a9e641702879b
|
3 |
size 4219
|