finnstrom3693
commited on
Commit
•
ccd2034
1
Parent(s):
b97858e
fix config
Browse files- config.json +2 -2
- model.keras +1 -1
config.json
CHANGED
@@ -9,6 +9,6 @@
|
|
9 |
"weight_decay": 0.01,
|
10 |
"learning_rate": 0.0001,
|
11 |
"restart_period": 500,
|
12 |
-
"
|
13 |
-
"warmup_steps"
|
14 |
}
|
|
|
9 |
"weight_decay": 0.01,
|
10 |
"learning_rate": 0.0001,
|
11 |
"restart_period": 500,
|
12 |
+
"total_steps": 2500,
|
13 |
+
"warmup_steps": 500
|
14 |
}
|
model.keras
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 463535859
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0fdbff39ee83c0071747bd003ea0cb928dd4c3da48e6340307676f9ab852fe7
|
3 |
size 463535859
|