End of training
Browse files- README.md +21 -6
- all_results.json +10 -10
- config.json +1 -0
- eval_results.json +7 -7
- train_results.json +3 -3
- trainer_state.json +3 -3
README.md
CHANGED
@@ -1,14 +1,29 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: bert-base-uncased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
metrics:
|
8 |
- spearmanr
|
9 |
model-index:
|
10 |
- name: bert-base-uncased-finetuned-stsb
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,12 +31,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# bert-base-uncased-finetuned-stsb
|
18 |
|
19 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- en
|
5 |
license: apache-2.0
|
6 |
base_model: bert-base-uncased
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- glue
|
11 |
metrics:
|
12 |
- spearmanr
|
13 |
model-index:
|
14 |
- name: bert-base-uncased-finetuned-stsb
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Text Classification
|
18 |
+
type: text-classification
|
19 |
+
dataset:
|
20 |
+
name: GLUE STSB
|
21 |
+
type: glue
|
22 |
+
args: stsb
|
23 |
+
metrics:
|
24 |
+
- name: Spearmanr
|
25 |
+
type: spearmanr
|
26 |
+
value: 0.8787554988958671
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# bert-base-uncased-finetuned-stsb
|
33 |
|
34 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the GLUE STSB dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.5214
|
37 |
+
- Pearson: 0.8814
|
38 |
+
- Spearmanr: 0.8788
|
39 |
+
- Combined Score: 0.8801
|
40 |
|
41 |
## Model description
|
42 |
|
all_results.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
-
"eval_combined_score": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_pearson": 0.
|
6 |
-
"eval_runtime":
|
7 |
"eval_samples": 1500,
|
8 |
-
"eval_samples_per_second":
|
9 |
-
"eval_spearmanr": 0.
|
10 |
-
"eval_steps_per_second":
|
11 |
"total_flos": 4537835628033024.0,
|
12 |
"train_loss": 0.0,
|
13 |
-
"train_runtime": 0.
|
14 |
"train_samples": 5749,
|
15 |
-
"train_samples_per_second":
|
16 |
-
"train_steps_per_second":
|
17 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_combined_score": 0.8800819163371243,
|
4 |
+
"eval_loss": 0.5214201807975769,
|
5 |
+
"eval_pearson": 0.8814083337783813,
|
6 |
+
"eval_runtime": 22.2962,
|
7 |
"eval_samples": 1500,
|
8 |
+
"eval_samples_per_second": 67.276,
|
9 |
+
"eval_spearmanr": 0.8787554988958671,
|
10 |
+
"eval_steps_per_second": 8.432,
|
11 |
"total_flos": 4537835628033024.0,
|
12 |
"train_loss": 0.0,
|
13 |
+
"train_runtime": 0.0012,
|
14 |
"train_samples": 5749,
|
15 |
+
"train_samples_per_second": 14364408.477,
|
16 |
+
"train_steps_per_second": 899493.312
|
17 |
}
|
config.json
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
"num_hidden_layers": 12,
|
26 |
"pad_token_id": 0,
|
27 |
"position_embedding_type": "absolute",
|
|
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.45.0.dev0",
|
30 |
"type_vocab_size": 2,
|
|
|
25 |
"num_hidden_layers": 12,
|
26 |
"pad_token_id": 0,
|
27 |
"position_embedding_type": "absolute",
|
28 |
+
"problem_type": "regression",
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.45.0.dev0",
|
31 |
"type_vocab_size": 2,
|
eval_results.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
-
"eval_combined_score": 0.
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_pearson": 0.
|
6 |
-
"eval_runtime":
|
7 |
"eval_samples": 1500,
|
8 |
-
"eval_samples_per_second":
|
9 |
-
"eval_spearmanr": 0.
|
10 |
-
"eval_steps_per_second":
|
11 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_combined_score": 0.8800819163371243,
|
4 |
+
"eval_loss": 0.5214201807975769,
|
5 |
+
"eval_pearson": 0.8814083337783813,
|
6 |
+
"eval_runtime": 22.2962,
|
7 |
"eval_samples": 1500,
|
8 |
+
"eval_samples_per_second": 67.276,
|
9 |
+
"eval_spearmanr": 0.8787554988958671,
|
10 |
+
"eval_steps_per_second": 8.432
|
11 |
}
|
train_results.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"epoch": 3.0,
|
3 |
"total_flos": 4537835628033024.0,
|
4 |
"train_loss": 0.0,
|
5 |
-
"train_runtime": 0.
|
6 |
"train_samples": 5749,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
2 |
"epoch": 3.0,
|
3 |
"total_flos": 4537835628033024.0,
|
4 |
"train_loss": 0.0,
|
5 |
+
"train_runtime": 0.0012,
|
6 |
"train_samples": 5749,
|
7 |
+
"train_samples_per_second": 14364408.477,
|
8 |
+
"train_steps_per_second": 899493.312
|
9 |
}
|
trainer_state.json
CHANGED
@@ -67,9 +67,9 @@
|
|
67 |
"step": 1080,
|
68 |
"total_flos": 4537835628033024.0,
|
69 |
"train_loss": 0.0,
|
70 |
-
"train_runtime": 0.
|
71 |
-
"train_samples_per_second":
|
72 |
-
"train_steps_per_second":
|
73 |
}
|
74 |
],
|
75 |
"logging_steps": 500,
|
|
|
67 |
"step": 1080,
|
68 |
"total_flos": 4537835628033024.0,
|
69 |
"train_loss": 0.0,
|
70 |
+
"train_runtime": 0.0012,
|
71 |
+
"train_samples_per_second": 14364408.477,
|
72 |
+
"train_steps_per_second": 899493.312
|
73 |
}
|
74 |
],
|
75 |
"logging_steps": 500,
|