Model save
Browse files- README.md +23 -0
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -3,6 +3,9 @@ license: apache-2.0
|
|
| 3 |
base_model: google-bert/bert-base-cased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: bert-base-cased_K1
|
| 8 |
results: []
|
|
@@ -14,6 +17,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
# bert-base-cased_K1
|
| 15 |
|
| 16 |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -42,6 +54,17 @@ The following hyperparameters were used during training:
|
|
| 42 |
- num_epochs: 5
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
### Framework versions
|
| 46 |
|
| 47 |
- Transformers 4.38.2
|
|
|
|
| 3 |
base_model: google-bert/bert-base-cased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- f1
|
| 8 |
+
- recall
|
| 9 |
model-index:
|
| 10 |
- name: bert-base-cased_K1
|
| 11 |
results: []
|
|
|
|
| 17 |
# bert-base-cased_K1
|
| 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.3943
|
| 22 |
+
- F1 Macro: 0.8991
|
| 23 |
+
- F1: 0.9303
|
| 24 |
+
- F1 Neg: 0.8680
|
| 25 |
+
- Acc: 0.9087
|
| 26 |
+
- Prec: 0.9312
|
| 27 |
+
- Recall: 0.9294
|
| 28 |
+
- Mcc: 0.7983
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 54 |
- num_epochs: 5
|
| 55 |
- mixed_precision_training: Native AMP
|
| 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.3086 | 0.8651 | 0.9118 | 0.8184 | 0.8812 | 0.8879 | 0.9370 | 0.7330 |
|
| 62 |
+
| 0.4032 | 2.0 | 800 | 0.3764 | 0.8775 | 0.9204 | 0.8346 | 0.8925 | 0.8939 | 0.9485 | 0.7586 |
|
| 63 |
+
| 0.2562 | 3.0 | 1200 | 0.3943 | 0.8991 | 0.9303 | 0.8680 | 0.9087 | 0.9312 | 0.9294 | 0.7983 |
|
| 64 |
+
| 0.1387 | 4.0 | 1600 | 0.4797 | 0.8966 | 0.9261 | 0.8671 | 0.905 | 0.9444 | 0.9084 | 0.7945 |
|
| 65 |
+
| 0.0698 | 5.0 | 2000 | 0.5151 | 0.8964 | 0.9303 | 0.8625 | 0.9075 | 0.9182 | 0.9427 | 0.7935 |
|
| 66 |
+
|
| 67 |
+
|
| 68 |
### Framework versions
|
| 69 |
|
| 70 |
- Transformers 4.38.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433270768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a3e76c0b4986c5deab6ddfcf97066c740cb2993f9a25f28eeb927db22e74fa5
|
| 3 |
size 433270768
|