Aleksandar
commited on
Commit
·
a4072ac
1
Parent(s):
edeb914
add model
Browse files- README.md +8 -17
- config.json +20 -20
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ model_index:
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
-
value: 0.
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -27,11 +27,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
This model was trained from scratch on the None dataset.
|
29 |
It achieves the following results on the evaluation set:
|
30 |
-
- Loss: 0.
|
31 |
-
- Precision: 0.
|
32 |
-
- Recall: 0.
|
33 |
-
- F1: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -56,22 +56,13 @@ The following hyperparameters were used during training:
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
-
- num_epochs:
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
-
| No log | 1.0 | 207 | 0.
|
66 |
-
| No log | 2.0 | 414 | 0.1597 | 0.7202 | 0.7770 | 0.7475 | 0.9509 |
|
67 |
-
| 0.2342 | 3.0 | 621 | 0.1505 | 0.7619 | 0.8012 | 0.7811 | 0.9558 |
|
68 |
-
| 0.2342 | 4.0 | 828 | 0.1710 | 0.7822 | 0.8020 | 0.7920 | 0.9564 |
|
69 |
-
| 0.082 | 5.0 | 1035 | 0.1434 | 0.7969 | 0.8277 | 0.8120 | 0.9614 |
|
70 |
-
| 0.082 | 6.0 | 1242 | 0.1526 | 0.8001 | 0.8350 | 0.8171 | 0.9625 |
|
71 |
-
| 0.082 | 7.0 | 1449 | 0.1590 | 0.8061 | 0.8384 | 0.8219 | 0.9633 |
|
72 |
-
| 0.0353 | 8.0 | 1656 | 0.1616 | 0.8143 | 0.8296 | 0.8219 | 0.9634 |
|
73 |
-
| 0.0353 | 9.0 | 1863 | 0.1684 | 0.8167 | 0.8367 | 0.8265 | 0.9631 |
|
74 |
-
| 0.017 | 10.0 | 2070 | 0.1682 | 0.8153 | 0.8353 | 0.8251 | 0.9633 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
+
value: 0.9314536552422759
|
21 |
---
|
22 |
|
23 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
This model was trained from scratch on the None dataset.
|
29 |
It achieves the following results on the evaluation set:
|
30 |
+
- Loss: 0.2382
|
31 |
+
- Precision: 0.6530
|
32 |
+
- Recall: 0.6750
|
33 |
+
- F1: 0.6638
|
34 |
+
- Accuracy: 0.9315
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: linear
|
59 |
+
- num_epochs: 1
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
+
| No log | 1.0 | 207 | 0.2382 | 0.6530 | 0.6750 | 0.6638 | 0.9315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
config.json
CHANGED
@@ -9,30 +9,30 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
},
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"B-deriv-per": 9,
|
13 |
+
"B-loc": 5,
|
14 |
+
"B-misc": 7,
|
15 |
+
"B-org": 3,
|
16 |
+
"B-per": 1,
|
17 |
+
"I-loc": 6,
|
18 |
+
"I-misc": 8,
|
19 |
+
"I-org": 4,
|
20 |
+
"I-per": 2,
|
21 |
+
"O": 0
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
+
"0": "O",
|
27 |
+
"1": "B-per",
|
28 |
+
"2": "I-per",
|
29 |
+
"3": "B-org",
|
30 |
+
"4": "I-org",
|
31 |
+
"5": "B-loc",
|
32 |
+
"6": "I-loc",
|
33 |
+
"7": "B-misc",
|
34 |
+
"8": "I-misc",
|
35 |
+
"9": "B-deriv-per"
|
36 |
},
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430992881
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f5a71eb21e6f5326a92e92156607df011dd7c974fb6b3bdd37dc99526745519
|
3 |
size 430992881
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2671
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eec6234f83c50de0bb5ced5c6d4fd8e62155df3e318d5fce3e25778ba79dd34
|
3 |
size 2671
|