Commit
·
a9bc8e1
1
Parent(s):
0cf0ef7
update model card README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Accuracy Thresh: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,12 +46,12 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|
|
49 |
-
| No log | 1.0 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
-
- Transformers 4.
|
55 |
-
- Pytorch 1.12.1
|
56 |
-
- Datasets 2.
|
57 |
-
- Tokenizers 0.
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.6312
|
18 |
+
- Accuracy Thresh: 0.7843
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Thresh |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|
|
49 |
+
| No log | 1.0 | 6 | 0.6312 | 0.7843 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
+
- Transformers 4.26.0
|
55 |
+
- Pytorch 1.12.1+cu102
|
56 |
+
- Datasets 2.9.0
|
57 |
+
- Tokenizers 0.13.2
|