ZhangYuhan
commited on
Commit
•
2a4294a
1
Parent(s):
e84ff24
Upload 2 files
Browse files- model.pkl +3 -0
- training_stage.json +27 -0
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f59555eba3296451853be229084f2f808f77f41be12c26ead8ecfa5c72d48084
|
3 |
+
size 4501111103
|
training_stage.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5,
|
3 |
+
"step": 440,
|
4 |
+
"global_step": 4000,
|
5 |
+
"step_loss": 0.0,
|
6 |
+
"lr": 8.571428571428572e-10,
|
7 |
+
"metrics": {
|
8 |
+
"loss": 36.84224319458008,
|
9 |
+
"accuracy": [
|
10 |
+
0.7796352583586627,
|
11 |
+
0.7468519322622666,
|
12 |
+
0.7746417716022579,
|
13 |
+
0.7976552323056882,
|
14 |
+
0.7040816326530612
|
15 |
+
],
|
16 |
+
"num_samples": 2303,
|
17 |
+
"test_loss": 36.14570236206055,
|
18 |
+
"test_accuracy": [
|
19 |
+
0.7904906643508467,
|
20 |
+
0.7557533651758576,
|
21 |
+
0.7722535822839774,
|
22 |
+
0.7996092053842814,
|
23 |
+
0.7149370386452454
|
24 |
+
],
|
25 |
+
"test_num_samples": 2303
|
26 |
+
}
|
27 |
+
}
|