eeshclusive
commited on
Commit
·
b52010d
1
Parent(s):
d014293
Training complete
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [allenai/scibert_scivocab_cased](https://huggingface.co/allenai/scibert_scivocab_cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 | 121 | 0.
|
58 |
-
| No log | 2.0 | 242 | 0.
|
59 |
-
| No log | 3.0 | 363 | 0.
|
60 |
-
| No log | 4.0 | 484 | 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [allenai/scibert_scivocab_cased](https://huggingface.co/allenai/scibert_scivocab_cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3459
|
23 |
+
- Precision: 0.5666
|
24 |
+
- Recall: 0.5191
|
25 |
+
- F1: 0.5418
|
26 |
+
- Accuracy: 0.9363
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 121 | 0.3648 | 0.3157 | 0.3390 | 0.3269 | 0.8945 |
|
58 |
+
| No log | 2.0 | 242 | 0.3177 | 0.5280 | 0.3348 | 0.4097 | 0.9253 |
|
59 |
+
| No log | 3.0 | 363 | 0.2599 | 0.5143 | 0.4326 | 0.4700 | 0.9315 |
|
60 |
+
| No log | 4.0 | 484 | 0.2825 | 0.5360 | 0.4227 | 0.4726 | 0.9336 |
|
61 |
+
| 0.2574 | 5.0 | 605 | 0.2968 | 0.5473 | 0.4922 | 0.5183 | 0.9350 |
|
62 |
+
| 0.2574 | 6.0 | 726 | 0.3193 | 0.5857 | 0.4894 | 0.5332 | 0.9377 |
|
63 |
+
| 0.2574 | 7.0 | 847 | 0.3327 | 0.5513 | 0.4879 | 0.5177 | 0.9356 |
|
64 |
+
| 0.2574 | 8.0 | 968 | 0.3315 | 0.5658 | 0.5121 | 0.5376 | 0.9363 |
|
65 |
+
| 0.0678 | 9.0 | 1089 | 0.3413 | 0.5465 | 0.5163 | 0.5310 | 0.9361 |
|
66 |
+
| 0.0678 | 10.0 | 1210 | 0.3459 | 0.5666 | 0.5191 | 0.5418 | 0.9363 |
|
67 |
|
68 |
|
69 |
### Framework versions
|