add model
Browse files- README.md +17 -12
- pytorch_model.bin +1 -1
- runs/Aug06_21-16-58_ip-172-31-23-147/1628284640.3884907/events.out.tfevents.1628284640.ip-172-31-23-147.13610.1 +3 -0
- runs/Aug06_21-16-58_ip-172-31-23-147/events.out.tfevents.1628284640.ip-172-31-23-147.13610.0 +3 -0
- runs/Aug06_21-16-58_ip-172-31-23-147/events.out.tfevents.1628285439.ip-172-31-23-147.13610.2 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model_index:
|
|
22 |
metric:
|
23 |
name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,11 +32,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Precision: 0.
|
37 |
-
- Recall: 0.
|
38 |
-
- F1: 0.
|
39 |
-
- Accuracy: 0.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -62,17 +62,22 @@ The following hyperparameters were used during training:
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
-
- num_epochs:
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
22 |
metric:
|
23 |
name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9764571468139249
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1941
|
36 |
+
- Precision: 0.8980
|
37 |
+
- Recall: 0.9062
|
38 |
+
- F1: 0.9021
|
39 |
+
- Accuracy: 0.9765
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_ratio: 0.1
|
65 |
+
- num_epochs: 10
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
71 |
+
| 0.3854 | 1.0 | 877 | 0.0670 | 0.9185 | 0.9248 | 0.9217 | 0.9818 |
|
72 |
+
| 0.0578 | 2.0 | 1754 | 0.0511 | 0.9369 | 0.9484 | 0.9426 | 0.9864 |
|
73 |
+
| 0.029 | 3.0 | 2631 | 0.0576 | 0.9393 | 0.9463 | 0.9428 | 0.9862 |
|
74 |
+
| 0.0159 | 4.0 | 3508 | 0.0621 | 0.9373 | 0.9477 | 0.9425 | 0.9862 |
|
75 |
+
| 0.0095 | 5.0 | 4385 | 0.0703 | 0.9370 | 0.9475 | 0.9422 | 0.9859 |
|
76 |
+
| 0.006 | 6.0 | 5262 | 0.0728 | 0.9373 | 0.9474 | 0.9423 | 0.9860 |
|
77 |
+
| 0.0042 | 7.0 | 6139 | 0.0728 | 0.9413 | 0.9529 | 0.9471 | 0.9872 |
|
78 |
+
| 0.0025 | 8.0 | 7016 | 0.0783 | 0.9434 | 0.9505 | 0.9469 | 0.9868 |
|
79 |
+
| 0.0017 | 9.0 | 7893 | 0.0782 | 0.9425 | 0.9532 | 0.9478 | 0.9870 |
|
80 |
+
| 0.001 | 10.0 | 8770 | 0.0805 | 0.9431 | 0.9536 | 0.9483 | 0.9872 |
|
81 |
|
82 |
|
83 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435677681
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79ee27e5626358aaaae45c75a020f1182dc7d57143563729c0bc330cfc4bcf0c
|
3 |
size 435677681
|
runs/Aug06_21-16-58_ip-172-31-23-147/1628284640.3884907/events.out.tfevents.1628284640.ip-172-31-23-147.13610.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa4828058408d2291032fd08d70c9e8d8b77746dc0b3ac09d4d4bac0acb7ddcd
|
3 |
+
size 4215
|
runs/Aug06_21-16-58_ip-172-31-23-147/events.out.tfevents.1628284640.ip-172-31-23-147.13610.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c5bd8a59fed5f0182f91dd54a5808ea957332fde671f6e71d26bcd40cc94b7a
|
3 |
+
size 9925
|
runs/Aug06_21-16-58_ip-172-31-23-147/events.out.tfevents.1628285439.ip-172-31-23-147.13610.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3e584eb787f238b169dd74e6e0ec607cef4dbcba9d1fe04e216413c35773da7
|
3 |
+
size 512
|
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:88b35e755e25520f77bb1f160b08d73c9cad77c77c8dd10a84eab593f19fac06
|
3 |
size 2671
|