End of training
Browse files- README.md +18 -3
- all_results.json +15 -0
- eval_results.json +9 -0
- logs/events.out.tfevents.1745512872.ki-g0008.3436350.23 +3 -0
- train_results.json +9 -0
- trainer_state.json +148 -0
README.md
CHANGED
@@ -1,14 +1,29 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: gokulsrinivasagan/bert_base_train_book_ent_15p_s_init
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
10 |
- name: bert_base_train_book_ent_15p_s_init_qnli
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# bert_base_train_book_ent_15p_s_init_qnli
|
18 |
|
19 |
-
This model is a fine-tuned version of [gokulsrinivasagan/bert_base_train_book_ent_15p_s_init](https://huggingface.co/gokulsrinivasagan/bert_base_train_book_ent_15p_s_init) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Accuracy: 0.5054
|
23 |
|
24 |
## Model description
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- en
|
5 |
license: apache-2.0
|
6 |
base_model: gokulsrinivasagan/bert_base_train_book_ent_15p_s_init
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- glue
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
- name: bert_base_train_book_ent_15p_s_init_qnli
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Text Classification
|
18 |
+
type: text-classification
|
19 |
+
dataset:
|
20 |
+
name: GLUE QNLI
|
21 |
+
type: glue
|
22 |
+
args: qnli
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.5053999633900788
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# bert_base_train_book_ent_15p_s_init_qnli
|
33 |
|
34 |
+
This model is a fine-tuned version of [gokulsrinivasagan/bert_base_train_book_ent_15p_s_init](https://huggingface.co/gokulsrinivasagan/bert_base_train_book_ent_15p_s_init) on the GLUE QNLI dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.6928
|
37 |
- Accuracy: 0.5054
|
38 |
|
39 |
## Model description
|
all_results.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 6.0,
|
3 |
+
"eval_accuracy": 0.5053999633900788,
|
4 |
+
"eval_loss": 0.6928256154060364,
|
5 |
+
"eval_runtime": 4.6207,
|
6 |
+
"eval_samples": 5463,
|
7 |
+
"eval_samples_per_second": 1182.284,
|
8 |
+
"eval_steps_per_second": 4.761,
|
9 |
+
"total_flos": 8.267712381471744e+16,
|
10 |
+
"train_loss": 0.6958341645031441,
|
11 |
+
"train_runtime": 1153.5282,
|
12 |
+
"train_samples": 104743,
|
13 |
+
"train_samples_per_second": 4540.114,
|
14 |
+
"train_steps_per_second": 17.772
|
15 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 6.0,
|
3 |
+
"eval_accuracy": 0.5053999633900788,
|
4 |
+
"eval_loss": 0.6928256154060364,
|
5 |
+
"eval_runtime": 4.6207,
|
6 |
+
"eval_samples": 5463,
|
7 |
+
"eval_samples_per_second": 1182.284,
|
8 |
+
"eval_steps_per_second": 4.761
|
9 |
+
}
|
logs/events.out.tfevents.1745512872.ki-g0008.3436350.23
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c82fd07187806ef1a2dfa84bd045fbabcfb781a77e53f7bfba76807dee23cc7
|
3 |
+
size 411
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 6.0,
|
3 |
+
"total_flos": 8.267712381471744e+16,
|
4 |
+
"train_loss": 0.6958341645031441,
|
5 |
+
"train_runtime": 1153.5282,
|
6 |
+
"train_samples": 104743,
|
7 |
+
"train_samples_per_second": 4540.114,
|
8 |
+
"train_steps_per_second": 17.772
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 410,
|
3 |
+
"best_metric": 0.6928256154060364,
|
4 |
+
"best_model_checkpoint": "bert_base_train_book_ent_15p_s_init_qnli/checkpoint-410",
|
5 |
+
"epoch": 6.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 2460,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 1.0,
|
14 |
+
"grad_norm": 2.6589386463165283,
|
15 |
+
"learning_rate": 4.900243902439024e-05,
|
16 |
+
"loss": 0.6973,
|
17 |
+
"step": 410
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.0,
|
21 |
+
"eval_accuracy": 0.5053999633900788,
|
22 |
+
"eval_loss": 0.6928256154060364,
|
23 |
+
"eval_runtime": 4.6142,
|
24 |
+
"eval_samples_per_second": 1183.95,
|
25 |
+
"eval_steps_per_second": 4.768,
|
26 |
+
"step": 410
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.0,
|
30 |
+
"grad_norm": 1.1992162466049194,
|
31 |
+
"learning_rate": 4.8002439024390246e-05,
|
32 |
+
"loss": 0.6959,
|
33 |
+
"step": 820
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 2.0,
|
37 |
+
"eval_accuracy": 0.4946000366099213,
|
38 |
+
"eval_loss": 0.6954562067985535,
|
39 |
+
"eval_runtime": 4.6225,
|
40 |
+
"eval_samples_per_second": 1181.833,
|
41 |
+
"eval_steps_per_second": 4.759,
|
42 |
+
"step": 820
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"epoch": 3.0,
|
46 |
+
"grad_norm": 1.4169254302978516,
|
47 |
+
"learning_rate": 4.700243902439024e-05,
|
48 |
+
"loss": 0.6957,
|
49 |
+
"step": 1230
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 3.0,
|
53 |
+
"eval_accuracy": 0.5053999633900788,
|
54 |
+
"eval_loss": 0.6980332136154175,
|
55 |
+
"eval_runtime": 4.6457,
|
56 |
+
"eval_samples_per_second": 1175.926,
|
57 |
+
"eval_steps_per_second": 4.736,
|
58 |
+
"step": 1230
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 4.0,
|
62 |
+
"grad_norm": 0.994229793548584,
|
63 |
+
"learning_rate": 4.600243902439025e-05,
|
64 |
+
"loss": 0.6956,
|
65 |
+
"step": 1640
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 4.0,
|
69 |
+
"eval_accuracy": 0.5053999633900788,
|
70 |
+
"eval_loss": 0.6931659579277039,
|
71 |
+
"eval_runtime": 4.6359,
|
72 |
+
"eval_samples_per_second": 1178.403,
|
73 |
+
"eval_steps_per_second": 4.746,
|
74 |
+
"step": 1640
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 5.0,
|
78 |
+
"grad_norm": 1.0654411315917969,
|
79 |
+
"learning_rate": 4.500243902439025e-05,
|
80 |
+
"loss": 0.6954,
|
81 |
+
"step": 2050
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 5.0,
|
85 |
+
"eval_accuracy": 0.5053999633900788,
|
86 |
+
"eval_loss": 0.6933382749557495,
|
87 |
+
"eval_runtime": 4.6434,
|
88 |
+
"eval_samples_per_second": 1176.507,
|
89 |
+
"eval_steps_per_second": 4.738,
|
90 |
+
"step": 2050
|
91 |
+
},
|
92 |
+
{
|
93 |
+
"epoch": 6.0,
|
94 |
+
"grad_norm": 1.196447491645813,
|
95 |
+
"learning_rate": 4.400243902439024e-05,
|
96 |
+
"loss": 0.6951,
|
97 |
+
"step": 2460
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 6.0,
|
101 |
+
"eval_accuracy": 0.5053999633900788,
|
102 |
+
"eval_loss": 0.6932117342948914,
|
103 |
+
"eval_runtime": 4.6641,
|
104 |
+
"eval_samples_per_second": 1171.299,
|
105 |
+
"eval_steps_per_second": 4.717,
|
106 |
+
"step": 2460
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 6.0,
|
110 |
+
"step": 2460,
|
111 |
+
"total_flos": 8.267712381471744e+16,
|
112 |
+
"train_loss": 0.6958341645031441,
|
113 |
+
"train_runtime": 1153.5282,
|
114 |
+
"train_samples_per_second": 4540.114,
|
115 |
+
"train_steps_per_second": 17.772
|
116 |
+
}
|
117 |
+
],
|
118 |
+
"logging_steps": 1,
|
119 |
+
"max_steps": 20500,
|
120 |
+
"num_input_tokens_seen": 0,
|
121 |
+
"num_train_epochs": 50,
|
122 |
+
"save_steps": 500,
|
123 |
+
"stateful_callbacks": {
|
124 |
+
"EarlyStoppingCallback": {
|
125 |
+
"args": {
|
126 |
+
"early_stopping_patience": 5,
|
127 |
+
"early_stopping_threshold": 0.0
|
128 |
+
},
|
129 |
+
"attributes": {
|
130 |
+
"early_stopping_patience_counter": 5
|
131 |
+
}
|
132 |
+
},
|
133 |
+
"TrainerControl": {
|
134 |
+
"args": {
|
135 |
+
"should_epoch_stop": false,
|
136 |
+
"should_evaluate": false,
|
137 |
+
"should_log": false,
|
138 |
+
"should_save": true,
|
139 |
+
"should_training_stop": true
|
140 |
+
},
|
141 |
+
"attributes": {}
|
142 |
+
}
|
143 |
+
},
|
144 |
+
"total_flos": 8.267712381471744e+16,
|
145 |
+
"train_batch_size": 256,
|
146 |
+
"trial_name": null,
|
147 |
+
"trial_params": null
|
148 |
+
}
|