End of training
Browse files- README.md +19 -4
- all_results.json +13 -13
- config.json +1 -0
- eval_results.json +10 -10
- 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 |
- accuracy
|
9 |
model-index:
|
10 |
- name: bert-base-uncased-finetuned-mnli
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# bert-base-uncased-finetuned-mnli
|
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 |
## Model description
|
25 |
|
|
|
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 |
- accuracy
|
13 |
model-index:
|
14 |
- name: bert-base-uncased-finetuned-mnli
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Text Classification
|
18 |
+
type: text-classification
|
19 |
+
dataset:
|
20 |
+
name: GLUE MNLI
|
21 |
+
type: glue
|
22 |
+
args: mnli
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.8361472742066721
|
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-mnli
|
33 |
|
34 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the GLUE MNLI dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.6428
|
37 |
+
- Accuracy: 0.8361
|
38 |
|
39 |
## Model description
|
40 |
|
all_results.json
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"epoch_mm": 3.0,
|
4 |
-
"eval_accuracy": 0.
|
5 |
-
"eval_accuracy_mm": 0.
|
6 |
-
"eval_loss": 0.
|
7 |
-
"eval_loss_mm": 0.
|
8 |
-
"eval_runtime":
|
9 |
-
"eval_runtime_mm":
|
10 |
"eval_samples": 9815,
|
11 |
"eval_samples_mm": 9832,
|
12 |
-
"eval_samples_per_second":
|
13 |
-
"eval_samples_per_second_mm":
|
14 |
-
"eval_steps_per_second":
|
15 |
-
"eval_steps_per_second_mm":
|
16 |
"total_flos": 3.099754961058632e+17,
|
17 |
"train_loss": 0.0,
|
18 |
-
"train_runtime": 0.
|
19 |
"train_samples": 392702,
|
20 |
-
"train_samples_per_second":
|
21 |
-
"train_steps_per_second":
|
22 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"epoch_mm": 3.0,
|
4 |
+
"eval_accuracy": 0.834538970962812,
|
5 |
+
"eval_accuracy_mm": 0.8361472742066721,
|
6 |
+
"eval_loss": 0.6543402671813965,
|
7 |
+
"eval_loss_mm": 0.6428265571594238,
|
8 |
+
"eval_runtime": 142.9111,
|
9 |
+
"eval_runtime_mm": 143.0775,
|
10 |
"eval_samples": 9815,
|
11 |
"eval_samples_mm": 9832,
|
12 |
+
"eval_samples_per_second": 68.679,
|
13 |
+
"eval_samples_per_second_mm": 68.718,
|
14 |
+
"eval_steps_per_second": 8.586,
|
15 |
+
"eval_steps_per_second_mm": 8.59,
|
16 |
"total_flos": 3.099754961058632e+17,
|
17 |
"train_loss": 0.0,
|
18 |
+
"train_runtime": 0.0012,
|
19 |
"train_samples": 392702,
|
20 |
+
"train_samples_per_second": 996839763.612,
|
21 |
+
"train_steps_per_second": 62302802.527
|
22 |
}
|
config.json
CHANGED
@@ -29,6 +29,7 @@
|
|
29 |
"num_hidden_layers": 12,
|
30 |
"pad_token_id": 0,
|
31 |
"position_embedding_type": "absolute",
|
|
|
32 |
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.45.0.dev0",
|
34 |
"type_vocab_size": 2,
|
|
|
29 |
"num_hidden_layers": 12,
|
30 |
"pad_token_id": 0,
|
31 |
"position_embedding_type": "absolute",
|
32 |
+
"problem_type": "single_label_classification",
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.45.0.dev0",
|
35 |
"type_vocab_size": 2,
|
eval_results.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"epoch_mm": 3.0,
|
4 |
-
"eval_accuracy": 0.
|
5 |
-
"eval_accuracy_mm": 0.
|
6 |
-
"eval_loss": 0.
|
7 |
-
"eval_loss_mm": 0.
|
8 |
-
"eval_runtime":
|
9 |
-
"eval_runtime_mm":
|
10 |
"eval_samples": 9815,
|
11 |
"eval_samples_mm": 9832,
|
12 |
-
"eval_samples_per_second":
|
13 |
-
"eval_samples_per_second_mm":
|
14 |
-
"eval_steps_per_second":
|
15 |
-
"eval_steps_per_second_mm":
|
16 |
}
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
"epoch_mm": 3.0,
|
4 |
+
"eval_accuracy": 0.834538970962812,
|
5 |
+
"eval_accuracy_mm": 0.8361472742066721,
|
6 |
+
"eval_loss": 0.6543402671813965,
|
7 |
+
"eval_loss_mm": 0.6428265571594238,
|
8 |
+
"eval_runtime": 142.9111,
|
9 |
+
"eval_runtime_mm": 143.0775,
|
10 |
"eval_samples": 9815,
|
11 |
"eval_samples_mm": 9832,
|
12 |
+
"eval_samples_per_second": 68.679,
|
13 |
+
"eval_samples_per_second_mm": 68.718,
|
14 |
+
"eval_steps_per_second": 8.586,
|
15 |
+
"eval_steps_per_second_mm": 8.59
|
16 |
}
|
train_results.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"epoch": 3.0,
|
3 |
"total_flos": 3.099754961058632e+17,
|
4 |
"train_loss": 0.0,
|
5 |
-
"train_runtime": 0.
|
6 |
"train_samples": 392702,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
2 |
"epoch": 3.0,
|
3 |
"total_flos": 3.099754961058632e+17,
|
4 |
"train_loss": 0.0,
|
5 |
+
"train_runtime": 0.0012,
|
6 |
"train_samples": 392702,
|
7 |
+
"train_samples_per_second": 996839763.612,
|
8 |
+
"train_steps_per_second": 62302802.527
|
9 |
}
|
trainer_state.json
CHANGED
@@ -61,9 +61,9 @@
|
|
61 |
"step": 73632,
|
62 |
"total_flos": 3.099754961058632e+17,
|
63 |
"train_loss": 0.0,
|
64 |
-
"train_runtime": 0.
|
65 |
-
"train_samples_per_second":
|
66 |
-
"train_steps_per_second":
|
67 |
}
|
68 |
],
|
69 |
"logging_steps": 500,
|
|
|
61 |
"step": 73632,
|
62 |
"total_flos": 3.099754961058632e+17,
|
63 |
"train_loss": 0.0,
|
64 |
+
"train_runtime": 0.0012,
|
65 |
+
"train_samples_per_second": 996839763.612,
|
66 |
+
"train_steps_per_second": 62302802.527
|
67 |
}
|
68 |
],
|
69 |
"logging_steps": 500,
|