Model save
Browse files
README.md
CHANGED
|
@@ -18,14 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- F1 Macro: 0.
|
| 23 |
-
- F1: 0.
|
| 24 |
-
- F1 Neg: 0.
|
| 25 |
-
- Acc: 0.
|
| 26 |
- Prec: 1.0
|
| 27 |
-
- Recall: 0.
|
| 28 |
-
- Mcc: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -56,16 +56,11 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
### Training results
|
| 58 |
|
| 59 |
-
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
|
| 60 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|:------:|:------:|:------:|
|
| 61 |
-
| No log | 1.0 | 400 | 0.0222 | 0.9945 | 0.9962 | 0.9928 | 0.995 | 0.9981 | 0.9943 | 0.9890 |
|
| 62 |
-
| 0.0924 | 2.0 | 800 | 0.0128 | 0.9972 | 0.9981 | 0.9964 | 0.9975 | 0.9981 | 0.9981 | 0.9945 |
|
| 63 |
-
| 0.0377 | 3.0 | 1200 | 0.0166 | 0.9972 | 0.9981 | 0.9964 | 0.9975 | 1.0 | 0.9962 | 0.9945 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
| 67 |
|
| 68 |
-
- Transformers 4.
|
| 69 |
-
- Pytorch 2.2.
|
| 70 |
-
- Datasets 2.
|
| 71 |
- Tokenizers 0.15.2
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.0183
|
| 22 |
+
- F1 Macro: 0.9959
|
| 23 |
+
- F1: 0.9971
|
| 24 |
+
- F1 Neg: 0.9946
|
| 25 |
+
- Acc: 0.9962
|
| 26 |
- Prec: 1.0
|
| 27 |
+
- Recall: 0.9943
|
| 28 |
+
- Mcc: 0.9917
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 56 |
|
| 57 |
### Training results
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
+
- Transformers 4.38.2
|
| 64 |
+
- Pytorch 2.2.1+cu121
|
| 65 |
+
- Datasets 2.18.0
|
| 66 |
- Tokenizers 0.15.2
|