gokulsrinivasagan
commited on
End of training
Browse files- README.md +18 -3
- all_results.json +17 -0
- eval_results.json +11 -0
- logs/events.out.tfevents.1732654799.ki-g0008.2135900.31 +3 -0
- train_results.json +9 -0
- trainer_state.json +195 -0
README.md
CHANGED
@@ -1,13 +1,28 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
base_model: gokulsrinivasagan/distilbert_lda_100_v1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- spearmanr
|
8 |
model-index:
|
9 |
- name: distilbert_lda_100_v1_stsb
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,9 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# distilbert_lda_100_v1_stsb
|
17 |
|
18 |
-
This model is a fine-tuned version of [gokulsrinivasagan/distilbert_lda_100_v1](https://huggingface.co/gokulsrinivasagan/distilbert_lda_100_v1) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
- Pearson: nan
|
22 |
- Spearmanr: nan
|
23 |
- Combined Score: nan
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- en
|
5 |
base_model: gokulsrinivasagan/distilbert_lda_100_v1
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- glue
|
10 |
metrics:
|
11 |
- spearmanr
|
12 |
model-index:
|
13 |
- name: distilbert_lda_100_v1_stsb
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Text Classification
|
17 |
+
type: text-classification
|
18 |
+
dataset:
|
19 |
+
name: GLUE STSB
|
20 |
+
type: glue
|
21 |
+
args: stsb
|
22 |
+
metrics:
|
23 |
+
- name: Spearmanr
|
24 |
+
type: spearmanr
|
25 |
+
value: .nan
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# distilbert_lda_100_v1_stsb
|
32 |
|
33 |
+
This model is a fine-tuned version of [gokulsrinivasagan/distilbert_lda_100_v1](https://huggingface.co/gokulsrinivasagan/distilbert_lda_100_v1) on the GLUE STSB dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 2.2834
|
36 |
- Pearson: nan
|
37 |
- Spearmanr: nan
|
38 |
- Combined Score: nan
|
all_results.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.0,
|
3 |
+
"eval_combined_score": NaN,
|
4 |
+
"eval_loss": 2.283433198928833,
|
5 |
+
"eval_pearson": NaN,
|
6 |
+
"eval_runtime": 0.6501,
|
7 |
+
"eval_samples": 1500,
|
8 |
+
"eval_samples_per_second": 2307.493,
|
9 |
+
"eval_spearmanr": NaN,
|
10 |
+
"eval_steps_per_second": 9.23,
|
11 |
+
"total_flos": 3046165974478848.0,
|
12 |
+
"train_loss": 2.5827721512835957,
|
13 |
+
"train_runtime": 60.8667,
|
14 |
+
"train_samples": 5749,
|
15 |
+
"train_samples_per_second": 4722.617,
|
16 |
+
"train_steps_per_second": 18.894
|
17 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.0,
|
3 |
+
"eval_combined_score": NaN,
|
4 |
+
"eval_loss": 2.283433198928833,
|
5 |
+
"eval_pearson": NaN,
|
6 |
+
"eval_runtime": 0.6501,
|
7 |
+
"eval_samples": 1500,
|
8 |
+
"eval_samples_per_second": 2307.493,
|
9 |
+
"eval_spearmanr": NaN,
|
10 |
+
"eval_steps_per_second": 9.23
|
11 |
+
}
|
logs/events.out.tfevents.1732654799.ki-g0008.2135900.31
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f343aad4a3d49b8172d1ad4d701aed14b7d8e6ec67972887e5ee6d25dd7d6c7
|
3 |
+
size 521
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.0,
|
3 |
+
"total_flos": 3046165974478848.0,
|
4 |
+
"train_loss": 2.5827721512835957,
|
5 |
+
"train_runtime": 60.8667,
|
6 |
+
"train_samples": 5749,
|
7 |
+
"train_samples_per_second": 4722.617,
|
8 |
+
"train_steps_per_second": 18.894
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,195 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 2.283433198928833,
|
3 |
+
"best_model_checkpoint": "distilbert_lda_100_v1_stsb/checkpoint-69",
|
4 |
+
"epoch": 8.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 184,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"grad_norm": 4.36644172668457,
|
14 |
+
"learning_rate": 0.00098,
|
15 |
+
"loss": 5.2042,
|
16 |
+
"step": 23
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_combined_score": NaN,
|
21 |
+
"eval_loss": 2.2958452701568604,
|
22 |
+
"eval_pearson": NaN,
|
23 |
+
"eval_runtime": 0.6458,
|
24 |
+
"eval_samples_per_second": 2322.538,
|
25 |
+
"eval_spearmanr": NaN,
|
26 |
+
"eval_steps_per_second": 9.29,
|
27 |
+
"step": 23
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 2.0,
|
31 |
+
"grad_norm": 3.7728922367095947,
|
32 |
+
"learning_rate": 0.00096,
|
33 |
+
"loss": 2.2241,
|
34 |
+
"step": 46
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"epoch": 2.0,
|
38 |
+
"eval_combined_score": NaN,
|
39 |
+
"eval_loss": 2.8777623176574707,
|
40 |
+
"eval_pearson": NaN,
|
41 |
+
"eval_runtime": 0.641,
|
42 |
+
"eval_samples_per_second": 2339.956,
|
43 |
+
"eval_spearmanr": NaN,
|
44 |
+
"eval_steps_per_second": 9.36,
|
45 |
+
"step": 46
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 3.0,
|
49 |
+
"grad_norm": 3.375149965286255,
|
50 |
+
"learning_rate": 0.00094,
|
51 |
+
"loss": 2.1945,
|
52 |
+
"step": 69
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 3.0,
|
56 |
+
"eval_combined_score": NaN,
|
57 |
+
"eval_loss": 2.283433198928833,
|
58 |
+
"eval_pearson": NaN,
|
59 |
+
"eval_runtime": 0.6368,
|
60 |
+
"eval_samples_per_second": 2355.423,
|
61 |
+
"eval_spearmanr": NaN,
|
62 |
+
"eval_steps_per_second": 9.422,
|
63 |
+
"step": 69
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 4.0,
|
67 |
+
"grad_norm": 18.793352127075195,
|
68 |
+
"learning_rate": 0.00092,
|
69 |
+
"loss": 2.2493,
|
70 |
+
"step": 92
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"epoch": 4.0,
|
74 |
+
"eval_combined_score": NaN,
|
75 |
+
"eval_loss": 2.3354201316833496,
|
76 |
+
"eval_pearson": NaN,
|
77 |
+
"eval_runtime": 0.6344,
|
78 |
+
"eval_samples_per_second": 2364.427,
|
79 |
+
"eval_spearmanr": NaN,
|
80 |
+
"eval_steps_per_second": 9.458,
|
81 |
+
"step": 92
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 5.0,
|
85 |
+
"grad_norm": 17.609710693359375,
|
86 |
+
"learning_rate": 0.0009000000000000001,
|
87 |
+
"loss": 2.2051,
|
88 |
+
"step": 115
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 5.0,
|
92 |
+
"eval_combined_score": NaN,
|
93 |
+
"eval_loss": 2.5273873805999756,
|
94 |
+
"eval_pearson": NaN,
|
95 |
+
"eval_runtime": 0.6294,
|
96 |
+
"eval_samples_per_second": 2383.05,
|
97 |
+
"eval_spearmanr": NaN,
|
98 |
+
"eval_steps_per_second": 9.532,
|
99 |
+
"step": 115
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 6.0,
|
103 |
+
"grad_norm": 4.918025016784668,
|
104 |
+
"learning_rate": 0.00088,
|
105 |
+
"loss": 2.1982,
|
106 |
+
"step": 138
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"epoch": 6.0,
|
110 |
+
"eval_combined_score": NaN,
|
111 |
+
"eval_loss": 2.3758695125579834,
|
112 |
+
"eval_pearson": NaN,
|
113 |
+
"eval_runtime": 0.6533,
|
114 |
+
"eval_samples_per_second": 2296.056,
|
115 |
+
"eval_spearmanr": NaN,
|
116 |
+
"eval_steps_per_second": 9.184,
|
117 |
+
"step": 138
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 7.0,
|
121 |
+
"grad_norm": 24.767385482788086,
|
122 |
+
"learning_rate": 0.00086,
|
123 |
+
"loss": 2.1983,
|
124 |
+
"step": 161
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 7.0,
|
128 |
+
"eval_combined_score": NaN,
|
129 |
+
"eval_loss": 2.8532462120056152,
|
130 |
+
"eval_pearson": NaN,
|
131 |
+
"eval_runtime": 0.6508,
|
132 |
+
"eval_samples_per_second": 2304.905,
|
133 |
+
"eval_spearmanr": NaN,
|
134 |
+
"eval_steps_per_second": 9.22,
|
135 |
+
"step": 161
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 8.0,
|
139 |
+
"grad_norm": 9.223726272583008,
|
140 |
+
"learning_rate": 0.00084,
|
141 |
+
"loss": 2.1885,
|
142 |
+
"step": 184
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 8.0,
|
146 |
+
"eval_combined_score": NaN,
|
147 |
+
"eval_loss": 2.7600629329681396,
|
148 |
+
"eval_pearson": NaN,
|
149 |
+
"eval_runtime": 0.6498,
|
150 |
+
"eval_samples_per_second": 2308.561,
|
151 |
+
"eval_spearmanr": NaN,
|
152 |
+
"eval_steps_per_second": 9.234,
|
153 |
+
"step": 184
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 8.0,
|
157 |
+
"step": 184,
|
158 |
+
"total_flos": 3046165974478848.0,
|
159 |
+
"train_loss": 2.5827721512835957,
|
160 |
+
"train_runtime": 60.8667,
|
161 |
+
"train_samples_per_second": 4722.617,
|
162 |
+
"train_steps_per_second": 18.894
|
163 |
+
}
|
164 |
+
],
|
165 |
+
"logging_steps": 1,
|
166 |
+
"max_steps": 1150,
|
167 |
+
"num_input_tokens_seen": 0,
|
168 |
+
"num_train_epochs": 50,
|
169 |
+
"save_steps": 500,
|
170 |
+
"stateful_callbacks": {
|
171 |
+
"EarlyStoppingCallback": {
|
172 |
+
"args": {
|
173 |
+
"early_stopping_patience": 5,
|
174 |
+
"early_stopping_threshold": 0.0
|
175 |
+
},
|
176 |
+
"attributes": {
|
177 |
+
"early_stopping_patience_counter": 5
|
178 |
+
}
|
179 |
+
},
|
180 |
+
"TrainerControl": {
|
181 |
+
"args": {
|
182 |
+
"should_epoch_stop": false,
|
183 |
+
"should_evaluate": false,
|
184 |
+
"should_log": false,
|
185 |
+
"should_save": true,
|
186 |
+
"should_training_stop": true
|
187 |
+
},
|
188 |
+
"attributes": {}
|
189 |
+
}
|
190 |
+
},
|
191 |
+
"total_flos": 3046165974478848.0,
|
192 |
+
"train_batch_size": 256,
|
193 |
+
"trial_name": null,
|
194 |
+
"trial_params": null
|
195 |
+
}
|