Training complete
Browse files- README.md +8 -8
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 425 | 0.
|
59 |
-
| No log | 2.0 | 850 | 0.
|
60 |
-
| No log | 3.0 | 1275 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3559
|
24 |
+
- Precision: 0.5850
|
25 |
+
- Recall: 0.4773
|
26 |
+
- F1: 0.5257
|
27 |
+
- Accuracy: 0.9261
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 425 | 0.3403 | 0.5637 | 0.3971 | 0.4660 | 0.9172 |
|
59 |
+
| No log | 2.0 | 850 | 0.3708 | 0.6084 | 0.4163 | 0.4943 | 0.9217 |
|
60 |
+
| No log | 3.0 | 1275 | 0.3559 | 0.5850 | 0.4773 | 0.5257 | 0.9261 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430986854
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:070385f8385b9bc98c96cd000a63c2b4b5390a635e8167f4012d495173a847c3
|
3 |
size 430986854
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8174243a484f3ed3b53bf57303fa21f529a458f32fc2e9ca7dd4ac000fdecf8a
|
3 |
size 4472
|