Upload training_result.json with huggingface_hub
Browse files- training_result.json +18 -0
training_result.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train_loss": [
|
3 |
+
"tensor(0.1248, device='cuda:0')"
|
4 |
+
],
|
5 |
+
"train_prep": [
|
6 |
+
"tensor(1.1330, device='cuda:0')"
|
7 |
+
],
|
8 |
+
"avg_train_prep": "tensor(1.1330, device='cuda:0')",
|
9 |
+
"avg_train_loss": "tensor(0.1248, device='cuda:0')",
|
10 |
+
"eval_loss": [
|
11 |
+
"tensor(3.2412, device='cuda:0')"
|
12 |
+
],
|
13 |
+
"eval_prep": [
|
14 |
+
"tensor(25.5651, device='cuda:0')"
|
15 |
+
],
|
16 |
+
"avg_eval_prep": "tensor(25.5651, device='cuda:0')",
|
17 |
+
"avg_eval_loss": "tensor(3.2412, device='cuda:0')"
|
18 |
+
}
|