Aleksandar
commited on
Commit
•
a1fed0a
1
Parent(s):
6d89dc2
add model
Browse files- README.md +11 -11
- config.json +10 -10
- 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 |
|
@@ -62,11 +62,11 @@ The following hyperparameters were used during training:
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
-
| No log | 1.0 | 104 | 0.
|
66 |
-
| No log | 2.0 | 208 | 0.
|
67 |
-
| No log | 3.0 | 312 | 0.
|
68 |
-
| No log | 4.0 | 416 | 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
+
value: 0.9557318926219821
|
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.1490
|
31 |
+
- Precision: 0.7643
|
32 |
+
- Recall: 0.7972
|
33 |
+
- F1: 0.7804
|
34 |
+
- Accuracy: 0.9557
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
+
| No log | 1.0 | 104 | 0.2357 | 0.6485 | 0.6922 | 0.6697 | 0.9325 |
|
66 |
+
| No log | 2.0 | 208 | 0.1876 | 0.7036 | 0.7440 | 0.7232 | 0.9447 |
|
67 |
+
| No log | 3.0 | 312 | 0.1651 | 0.7389 | 0.7739 | 0.7560 | 0.9515 |
|
68 |
+
| No log | 4.0 | 416 | 0.1530 | 0.7562 | 0.7888 | 0.7722 | 0.9544 |
|
69 |
+
| 0.2044 | 5.0 | 520 | 0.1490 | 0.7643 | 0.7972 | 0.7804 | 0.9557 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
config.json
CHANGED
@@ -9,16 +9,16 @@
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "O",
|
13 |
+
"1": "B-per",
|
14 |
+
"2": "I-per",
|
15 |
+
"3": "B-org",
|
16 |
+
"4": "I-org",
|
17 |
+
"5": "B-loc",
|
18 |
+
"6": "I-loc",
|
19 |
+
"7": "B-misc",
|
20 |
+
"8": "I-misc",
|
21 |
+
"9": "B-deriv-per"
|
22 |
},
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
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:0c43e6ebe96b3c17f18a77e2a2bd603c52430d91860f638d193fd44674aad79f
|
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:255f1242a052f1b81e751cf5dd0ab347d0f8c6141081d19d29dc1b2d63c5f300
|
3 |
size 2671
|