add model
Browse files- README.md +15 -13
- pytorch_model.bin +1 -1
- runs/Sep01_23-31-04_c5dc93782852/1630539088.1161077/events.out.tfevents.1630539088.c5dc93782852.76.1 +3 -0
- runs/Sep01_23-31-04_c5dc93782852/events.out.tfevents.1630539088.c5dc93782852.76.0 +3 -0
- runs/Sep01_23-47-50_c5dc93782852/1630540075.4173546/events.out.tfevents.1630540075.c5dc93782852.76.3 +3 -0
- runs/Sep01_23-47-50_c5dc93782852/events.out.tfevents.1630540075.c5dc93782852.76.2 +3 -0
- runs/Sep01_23-48-13_c5dc93782852/1630540097.9292622/events.out.tfevents.1630540097.c5dc93782852.76.5 +3 -0
- runs/Sep01_23-48-13_c5dc93782852/events.out.tfevents.1630540097.c5dc93782852.76.4 +3 -0
- runs/Sep01_23-48-13_c5dc93782852/events.out.tfevents.1630540235.c5dc93782852.76.6 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -21,16 +21,16 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
-
value: 0.
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
-
value: 0.
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
-
value: 0.
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
-
value: 0.
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,11 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
40 |
|
41 |
This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on the conll2003 dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
-
- Loss: 0.
|
44 |
-
- Precision: 0.
|
45 |
-
- Recall: 0.
|
46 |
-
- F1: 0.
|
47 |
-
- Accuracy: 0.
|
48 |
|
49 |
## Model description
|
50 |
|
@@ -69,15 +69,17 @@ The following hyperparameters were used during training:
|
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
-
- num_epochs:
|
73 |
|
74 |
### Training results
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
77 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
|
|
|
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Precision
|
23 |
type: precision
|
24 |
+
value: 0.8083060109289617
|
25 |
- name: Recall
|
26 |
type: recall
|
27 |
+
value: 0.8273856136033113
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
+
value: 0.8177345348001547
|
31 |
- name: Accuracy
|
32 |
type: accuracy
|
33 |
+
value: 0.9597597979252387
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
|
41 |
This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on the conll2003 dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
+
- Loss: 0.1689
|
44 |
+
- Precision: 0.8083
|
45 |
+
- Recall: 0.8274
|
46 |
+
- F1: 0.8177
|
47 |
+
- Accuracy: 0.9598
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
+
- num_epochs: 5
|
73 |
|
74 |
### Training results
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
77 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
78 |
+
| 0.0355 | 1.0 | 878 | 0.1692 | 0.8072 | 0.8248 | 0.8159 | 0.9594 |
|
79 |
+
| 0.0411 | 2.0 | 1756 | 0.1678 | 0.8101 | 0.8277 | 0.8188 | 0.9600 |
|
80 |
+
| 0.0386 | 3.0 | 2634 | 0.1697 | 0.8103 | 0.8269 | 0.8186 | 0.9599 |
|
81 |
+
| 0.0373 | 4.0 | 3512 | 0.1694 | 0.8106 | 0.8263 | 0.8183 | 0.9600 |
|
82 |
+
| 0.0383 | 5.0 | 4390 | 0.1689 | 0.8083 | 0.8274 | 0.8177 | 0.9598 |
|
83 |
|
84 |
|
85 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 17501357
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d10049bb6ee5ff10f0a73fd1ca30100a563dc0d5019fa4470123a319424c909
|
3 |
size 17501357
|
runs/Sep01_23-31-04_c5dc93782852/1630539088.1161077/events.out.tfevents.1630539088.c5dc93782852.76.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57e876a9dc1a882611dbda475b2bc560ddf5ade9c6725dbed1863271aef3a504
|
3 |
+
size 4184
|
runs/Sep01_23-31-04_c5dc93782852/events.out.tfevents.1630539088.c5dc93782852.76.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ecd649e17016c83788e5418474cb5dbc527248b00d023e323ce98cbaa970bbe
|
3 |
+
size 33620
|
runs/Sep01_23-47-50_c5dc93782852/1630540075.4173546/events.out.tfevents.1630540075.c5dc93782852.76.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7246e90b2d932634dbcc4573aa84bafa5a6b436e8f1b791e0eb67b09e4b8ca97
|
3 |
+
size 4184
|
runs/Sep01_23-47-50_c5dc93782852/events.out.tfevents.1630540075.c5dc93782852.76.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0065944c2d2460d1d96edc823ef8a27722cffbad3e0cff711979e70c4f18995
|
3 |
+
size 3277
|
runs/Sep01_23-48-13_c5dc93782852/1630540097.9292622/events.out.tfevents.1630540097.c5dc93782852.76.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec81c394827426d258d7665ff3fa5bdae4bf40088da26bdcbcdefda1c2cbd824
|
3 |
+
size 4184
|
runs/Sep01_23-48-13_c5dc93782852/events.out.tfevents.1630540097.c5dc93782852.76.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac7d972c42f590b5d82e81156cbf854da5f1b8bcaa57af0fc6bd586984f31b14
|
3 |
+
size 7246
|
runs/Sep01_23-48-13_c5dc93782852/events.out.tfevents.1630540235.c5dc93782852.76.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce6fad5e1e7b1aa8294d4b58987a835ce24cf7e0dff19b1d9933d4935bf4aed
|
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:cc94c2a921d226dad0960138042fed23d0a6853183d85f5bc223222750f2481a
|
3 |
size 2671
|