Aleksandar
commited on
Commit
·
f2e9c09
1
Parent(s):
2010f19
add model
Browse files- README.md +12 -8
- 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 |
|
@@ -56,13 +56,17 @@ 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 |
|
67 |
|
68 |
### Framework versions
|
|
|
17 |
metric:
|
18 |
name: Accuracy
|
19 |
type: accuracy
|
20 |
+
value: 0.95951375991896
|
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.1422
|
31 |
+
- Precision: 0.7886
|
32 |
+
- Recall: 0.8150
|
33 |
+
- F1: 0.8016
|
34 |
+
- Accuracy: 0.9595
|
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: 5
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
65 |
+
| No log | 1.0 | 207 | 0.2017 | 0.7113 | 0.7389 | 0.7249 | 0.9419 |
|
66 |
+
| No log | 2.0 | 414 | 0.1594 | 0.7272 | 0.7787 | 0.7521 | 0.9510 |
|
67 |
+
| 0.233 | 3.0 | 621 | 0.1476 | 0.7576 | 0.8020 | 0.7792 | 0.9560 |
|
68 |
+
| 0.233 | 4.0 | 828 | 0.1471 | 0.7782 | 0.8130 | 0.7952 | 0.9582 |
|
69 |
+
| 0.0888 | 5.0 | 1035 | 0.1422 | 0.7886 | 0.8150 | 0.8016 | 0.9595 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
config.json
CHANGED
@@ -23,16 +23,16 @@
|
|
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,
|
|
|
23 |
"initializer_range": 0.02,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
+
"LABEL_0": 0,
|
27 |
+
"LABEL_1": 1,
|
28 |
+
"LABEL_2": 2,
|
29 |
+
"LABEL_3": 3,
|
30 |
+
"LABEL_4": 4,
|
31 |
+
"LABEL_5": 5,
|
32 |
+
"LABEL_6": 6,
|
33 |
+
"LABEL_7": 7,
|
34 |
+
"LABEL_8": 8,
|
35 |
+
"LABEL_9": 9
|
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:5ae15ed300b01dff17db81613872cef0d4622094f86a313fb1c90d59fc19259d
|
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:e3df806720959d8fd58e62403839c163b88c515af35c1b51848e2227ba26a4ef
|
3 |
size 2671
|