minoosh commited on
Commit
7546c69
·
verified ·
1 Parent(s): 1fcb47a

Model save

Browse files
Files changed (3) hide show
  1. README.md +15 -13
  2. config.json +1 -1
  3. 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 was trained from scratch on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.1204
23
- - Accuracy: 0.5502
24
- - Precision: 0.5596
25
- - Recall: 0.5502
26
- - F1: 0.5535
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.2351 | 1.0 | 78 | 1.2300 | 0.4919 | 0.3751 | 0.4919 | 0.4053 |
59
- | 0.9913 | 2.0 | 156 | 1.0451 | 0.5663 | 0.6022 | 0.5663 | 0.5500 |
60
- | 0.8534 | 3.0 | 234 | 0.9740 | 0.5696 | 0.5770 | 0.5696 | 0.5722 |
61
- | 0.7072 | 4.0 | 312 | 0.9896 | 0.5696 | 0.5879 | 0.5696 | 0.5731 |
62
- | 0.4947 | 5.0 | 390 | 1.0259 | 0.5858 | 0.5791 | 0.5858 | 0.5799 |
63
- | 0.4163 | 6.0 | 468 | 1.0736 | 0.5663 | 0.5713 | 0.5663 | 0.5675 |
64
- | 0.3163 | 7.0 | 546 | 1.1204 | 0.5502 | 0.5596 | 0.5502 | 0.5535 |
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": "./output1/bert-crossencoder-kl_divergence",
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:4fa30a82b8ed772e898e32118bdcaa6622a64a1b95c1ab0823f69e2bfcb3e230
3
- size 437966000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8449a8f1a74c7ce4a0d4bac4ea9ebd5305708dc5f4a844c29c3c9aa79a5de0d
3
+ size 437964800