Model save
Browse files- README.md +13 -31
- logs/events.out.tfevents.1744963991.s_005_m.2772371.0 +2 -2
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,32 +1,14 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
base_model: Hartunka/bert_base_km_5_v1
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
-
datasets:
|
| 9 |
-
- glue
|
| 10 |
metrics:
|
| 11 |
- matthews_correlation
|
| 12 |
- accuracy
|
| 13 |
model-index:
|
| 14 |
- name: bert_base_km_5_v1_cola
|
| 15 |
-
results:
|
| 16 |
-
- task:
|
| 17 |
-
name: Text Classification
|
| 18 |
-
type: text-classification
|
| 19 |
-
dataset:
|
| 20 |
-
name: GLUE COLA
|
| 21 |
-
type: glue
|
| 22 |
-
args: cola
|
| 23 |
-
metrics:
|
| 24 |
-
- name: Matthews Correlation
|
| 25 |
-
type: matthews_correlation
|
| 26 |
-
value: 0.060190597377967524
|
| 27 |
-
- name: Accuracy
|
| 28 |
-
type: accuracy
|
| 29 |
-
value: 0.693192720413208
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -34,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 34 |
|
| 35 |
# bert_base_km_5_v1_cola
|
| 36 |
|
| 37 |
-
This model is a fine-tuned version of [Hartunka/bert_base_km_5_v1](https://huggingface.co/Hartunka/bert_base_km_5_v1) on
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
-
- Loss: 0.
|
| 40 |
-
- Matthews Correlation: 0.
|
| 41 |
-
- Accuracy: 0.
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
@@ -69,14 +51,14 @@ The following hyperparameters were used during training:
|
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | Accuracy |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|:--------:|
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
-
| 0.
|
| 80 |
|
| 81 |
|
| 82 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
base_model: Hartunka/bert_base_km_5_v1
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
| 6 |
metrics:
|
| 7 |
- matthews_correlation
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: bert_base_km_5_v1_cola
|
| 11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 16 |
|
| 17 |
# bert_base_km_5_v1_cola
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [Hartunka/bert_base_km_5_v1](https://huggingface.co/Hartunka/bert_base_km_5_v1) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.8536
|
| 22 |
+
- Matthews Correlation: 0.1002
|
| 23 |
+
- Accuracy: 0.6462
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | Accuracy |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|:--------:|
|
| 54 |
+
| 0.6154 | 1.0 | 34 | 0.6184 | -0.0079 | 0.6894 |
|
| 55 |
+
| 0.5959 | 2.0 | 68 | 0.6171 | 0.0055 | 0.6740 |
|
| 56 |
+
| 0.5583 | 3.0 | 102 | 0.6169 | 0.0496 | 0.6874 |
|
| 57 |
+
| 0.5145 | 4.0 | 136 | 0.6424 | 0.0953 | 0.6635 |
|
| 58 |
+
| 0.4591 | 5.0 | 170 | 0.6875 | 0.0989 | 0.6491 |
|
| 59 |
+
| 0.412 | 6.0 | 204 | 0.7451 | 0.0651 | 0.6309 |
|
| 60 |
+
| 0.3633 | 7.0 | 238 | 0.7966 | 0.1089 | 0.6203 |
|
| 61 |
+
| 0.3189 | 8.0 | 272 | 0.8536 | 0.1002 | 0.6462 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
logs/events.out.tfevents.1744963991.s_005_m.2772371.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:180a836d5621c452bf686d1b9171a99b77ae882e3e46ac3b71b7ba761041af44
|
| 3 |
+
size 10088
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437953248
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:808ecb0a298b0b149300a56ea222ef68f39d73bb37c4ba774a792c59bbecc13a
|
| 3 |
size 437953248
|