Model save
Browse files- README.md +15 -13
- config.json +1 -1
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
|
@@ -17,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# bert-crossencoder-kl_divergence
|
| 19 |
|
| 20 |
-
This model
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss:
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- Precision: 0.
|
| 25 |
-
- Recall: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -55,13 +57,13 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 58 |
-
| 1.
|
| 59 |
-
|
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: google-bert/bert-base-uncased
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
|
|
|
| 19 |
|
| 20 |
# bert-crossencoder-kl_divergence
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.9919
|
| 25 |
+
- Accuracy: 0.6084
|
| 26 |
+
- Precision: 0.6124
|
| 27 |
+
- Recall: 0.6084
|
| 28 |
+
- F1: 0.6099
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 57 |
|
| 58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 60 |
+
| 1.282 | 1.0 | 78 | 1.2172 | 0.4951 | 0.3948 | 0.4951 | 0.4061 |
|
| 61 |
+
| 1.0377 | 2.0 | 156 | 1.0246 | 0.5793 | 0.6114 | 0.5793 | 0.5550 |
|
| 62 |
+
| 0.9037 | 3.0 | 234 | 0.9440 | 0.6084 | 0.6178 | 0.6084 | 0.6015 |
|
| 63 |
+
| 0.7861 | 4.0 | 312 | 0.9381 | 0.6343 | 0.6425 | 0.6343 | 0.6356 |
|
| 64 |
+
| 0.5607 | 5.0 | 390 | 0.9718 | 0.6052 | 0.6114 | 0.6052 | 0.6034 |
|
| 65 |
+
| 0.4532 | 6.0 | 468 | 0.9680 | 0.6278 | 0.6290 | 0.6278 | 0.6275 |
|
| 66 |
+
| 0.3763 | 7.0 | 546 | 0.9919 | 0.6084 | 0.6124 | 0.6084 | 0.6099 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "google-bert/bert-base-uncased",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
model.safetensors
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:a8449a8f1a74c7ce4a0d4bac4ea9ebd5305708dc5f4a844c29c3c9aa79a5de0d
|
| 3 |
+
size 437964800
|