Commit
路
99a4bc4
1
Parent(s):
d70f7df
Upload results/output with huggingface_hub
Browse files- .gitattributes +1 -0
- results/output/output.txt +23 -23
- results/output/output_df.csv +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
results/output/output_df.csv filter=lfs diff=lfs merge=lfs -text
|
results/output/output.txt
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
-
PredictionOutput(predictions=(array([[ 2.
|
2 |
-
|
3 |
-
[ 1.
|
4 |
-
-
|
5 |
-
[
|
6 |
-
|
7 |
...,
|
8 |
-
[
|
9 |
-
|
10 |
-
[ 2.
|
11 |
-
|
12 |
-
[
|
13 |
-
-
|
14 |
-
|
15 |
-
[
|
16 |
-
|
17 |
-
[
|
18 |
-
|
19 |
...,
|
20 |
-
[
|
21 |
-
-10.
|
22 |
-
[
|
23 |
-
|
24 |
-
[
|
25 |
-
|
|
|
1 |
+
PredictionOutput(predictions=(array([[ 2.9298315, -6.2693434, -7.964507 , ..., -9.942379 ,
|
2 |
+
-9.999356 , -10.048974 ],
|
3 |
+
[ 1.5193032, -8.573588 , -8.416202 , ..., -10.139407 ,
|
4 |
+
-10.0743685, -9.996766 ],
|
5 |
+
[ 1.2111772, -8.24287 , -8.606893 , ..., -9.7307005,
|
6 |
+
-9.82722 , -10.105305 ],
|
7 |
...,
|
8 |
+
[ 3.7890935, -8.707961 , -9.414437 , ..., -9.961439 ,
|
9 |
+
-9.881926 , -10.089141 ],
|
10 |
+
[ 2.9980164, -8.485922 , -8.881666 , ..., -10.164468 ,
|
11 |
+
-9.850066 , -9.956896 ],
|
12 |
+
[ 3.2591205, -8.915935 , -9.075686 , ..., -10.120189 ,
|
13 |
+
-10.107453 , -9.952463 ]], dtype=float32), array([[ 3.0894718, -7.7381077, -8.492922 , ..., -9.226009 ,
|
14 |
+
-9.137762 , -4.703328 ],
|
15 |
+
[ 1.8967179, -9.172212 , -9.10705 , ..., -9.441885 ,
|
16 |
+
-9.506793 , -4.734837 ],
|
17 |
+
[ 1.5201554, -8.820114 , -8.4989 , ..., -9.040975 ,
|
18 |
+
-8.78475 , -5.071069 ],
|
19 |
...,
|
20 |
+
[ 3.8951561, -9.311028 , -9.196152 , ..., -9.455036 ,
|
21 |
+
-10.002719 , -5.0523567],
|
22 |
+
[ 3.5937638, -9.042636 , -8.822634 , ..., -9.511343 ,
|
23 |
+
-9.931482 , -4.420078 ],
|
24 |
+
[ 3.7538278, -9.284638 , -8.805587 , ..., -9.766047 ,
|
25 |
+
-9.7769 , -3.9267943]], dtype=float32)), label_ids=(array([50, 35, 75, ..., 0, 0, 0]), array([50, 37, 79, ..., 0, 0, 0])), metrics={'test_loss': 1.7020729780197144, 'test_exact_match': 45.00586559410088, 'test_f1': 61.63459570644012, 'test_runtime': 278.5106, 'test_samples_per_second': 42.849, 'test_steps_per_second': 21.425})
|
results/output/output_df.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d8d0b44901336aa6b643924eb5f46d5f0b3edffa696965dee70a51fb67493d5
|
3 |
+
size 11763486
|