Commit
路
607496b
1
Parent(s):
f0199ea
Upload results/output with huggingface_hub
Browse files- .gitattributes +1 -0
- results/output/output.txt +25 -0
- results/output/output_df.csv +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* 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 |
tokenizer.json 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 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
36 |
+
results/output/output_df.csv filter=lfs diff=lfs merge=lfs -text
|
results/output/output.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
PredictionOutput(predictions=(array([[ 2.4112103, -8.1531725, -7.0158625, ..., -12.029939 ,
|
2 |
+
-12.029939 , -12.029939 ],
|
3 |
+
[ 2.457758 , -5.8320894, -7.7049937, ..., -11.915636 ,
|
4 |
+
-11.915636 , -11.915636 ],
|
5 |
+
[ 1.5891715, -8.31933 , -8.076799 , ..., -12.030195 ,
|
6 |
+
-12.030195 , -12.030195 ],
|
7 |
+
...,
|
8 |
+
[ 2.3506718, -8.408632 , -9.788775 , ..., -12.062341 ,
|
9 |
+
-12.062341 , -12.062341 ],
|
10 |
+
[ 2.1809604, -7.053076 , -8.141908 , ..., -12.079208 ,
|
11 |
+
-12.079208 , -12.079208 ],
|
12 |
+
[ 2.7887003, -6.876729 , -8.58818 , ..., -11.958715 ,
|
13 |
+
-11.958715 , -11.958715 ]], dtype=float32), array([[ 2.6426132, -7.85311 , -7.408728 , ..., -11.839719 ,
|
14 |
+
-11.839719 , -11.839719 ],
|
15 |
+
[ 2.50914 , -8.799305 , -7.386175 , ..., -11.657078 ,
|
16 |
+
-11.657078 , -11.657078 ],
|
17 |
+
[ 1.9882793, -8.33106 , -8.4808855, ..., -11.831319 ,
|
18 |
+
-11.831319 , -11.831319 ],
|
19 |
+
...,
|
20 |
+
[ 2.917564 , -8.936158 , -7.943036 , ..., -11.633409 ,
|
21 |
+
-11.633409 , -11.633409 ],
|
22 |
+
[ 2.6983426, -9.041362 , -8.648326 , ..., -11.760217 ,
|
23 |
+
-11.760217 , -11.760217 ],
|
24 |
+
[ 3.2641923, -9.281049 , -8.993605 , ..., -11.595155 ,
|
25 |
+
-11.595155 , -11.595155 ]], dtype=float32)), label_ids=(array([54, 41, 80, ..., 0, 0, 0]), array([54, 43, 87, ..., 0, 0, 0])), metrics={'test_loss': 1.427225947380066, 'test_exact_match': 49.941481357632505, 'test_f1': 67.20374158752858, 'test_runtime': 475.083, 'test_samples_per_second': 25.179, 'test_steps_per_second': 25.179})
|
results/output/output_df.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ad70457c9fb416aaca15141b8ee1de33851044cc11a1ecb28e1dff74b6659c9
|
3 |
+
size 11631517
|