Aleksandar
commited on
Commit
•
2010f19
1
Parent(s):
a4072ac
add model
Browse files- README.md +7 -7
- config.json +14 -14
- 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,7 +62,7 @@ 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 | 207 | 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
+
value: 0.9328380888063481
|
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.2384
|
31 |
+
- Precision: 0.6528
|
32 |
+
- Recall: 0.6863
|
33 |
+
- F1: 0.6691
|
34 |
+
- Accuracy: 0.9328
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
+
| No log | 1.0 | 207 | 0.2384 | 0.6528 | 0.6863 | 0.6691 | 0.9328 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
config.json
CHANGED
@@ -9,20 +9,6 @@
|
|
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",
|
@@ -34,6 +20,20 @@
|
|
34 |
"8": "I-misc",
|
35 |
"9": "B-deriv-per"
|
36 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|
39 |
"model_type": "bert",
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"0": "O",
|
13 |
"1": "B-per",
|
14 |
"2": "I-per",
|
|
|
20 |
"8": "I-misc",
|
21 |
"9": "B-deriv-per"
|
22 |
},
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"label2id": {
|
26 |
+
"B-deriv-per": 9,
|
27 |
+
"B-loc": 5,
|
28 |
+
"B-misc": 7,
|
29 |
+
"B-org": 3,
|
30 |
+
"B-per": 1,
|
31 |
+
"I-loc": 6,
|
32 |
+
"I-misc": 8,
|
33 |
+
"I-org": 4,
|
34 |
+
"I-per": 2,
|
35 |
+
"O": 0
|
36 |
+
},
|
37 |
"layer_norm_eps": 1e-12,
|
38 |
"max_position_embeddings": 512,
|
39 |
"model_type": "bert",
|
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:1b199610a53fc248997f17a19372f40d840d714ba372c1bfc07fe6227e99c4b7
|
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:c544cae60fbf3ef2f18a167bc450f0de0ce91a918f3c30460222f909b39abb25
|
3 |
size 2671
|