Venkatesh4342
commited on
Commit
•
e2ac904
1
Parent(s):
96e5849
Model save
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Accuracy: 1.0
|
23 |
- F1: 1.0
|
24 |
|
@@ -51,9 +51,9 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
54 |
-
| No log | 1.0 | 62 | 0.
|
55 |
| No log | 2.0 | 124 | 0.0039 | 1.0 | 1.0 |
|
56 |
-
| No log | 3.0 | 186 | 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0032
|
22 |
- Accuracy: 1.0
|
23 |
- F1: 1.0
|
24 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
54 |
+
| No log | 1.0 | 62 | 0.0095 | 1.0 | 1.0 |
|
55 |
| No log | 2.0 | 124 | 0.0039 | 1.0 | 1.0 |
|
56 |
+
| No log | 3.0 | 186 | 0.0032 | 1.0 | 1.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|