nevmenandr
commited on
Commit
•
6391232
1
Parent(s):
2365755
Upload 5 files
Browse files- .gitattributes +2 -0
- save/chars_vocab.pkl +3 -0
- save/checkpoint +6 -0
- save/config.pkl +3 -0
- save/model.ckpt-12000 +3 -0
- save/model.ckpt-12000.meta +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
save/model.ckpt-12000 filter=lfs diff=lfs merge=lfs -text
|
37 |
+
save/model.ckpt-12000.meta filter=lfs diff=lfs merge=lfs -text
|
save/chars_vocab.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff29de0514d1f8430a274e1fb7fb845905aaaec9215ebf0daeb54755e2eff39d
|
3 |
+
size 1306
|
save/checkpoint
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "model.ckpt-12000"
|
2 |
+
all_model_checkpoint_paths: "model.ckpt-8000"
|
3 |
+
all_model_checkpoint_paths: "model.ckpt-9000"
|
4 |
+
all_model_checkpoint_paths: "model.ckpt-10000"
|
5 |
+
all_model_checkpoint_paths: "model.ckpt-11000"
|
6 |
+
all_model_checkpoint_paths: "model.ckpt-12000"
|
save/config.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49578f938868f588e4d2171c84dd6c5e1157b953f98f9e91da49a1f7a8b2e57b
|
3 |
+
size 444
|
save/model.ckpt-12000
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0352d58572c309d20d04c37a6202a19e9d2b752ea81d9e424394cf2efb6f12a
|
3 |
+
size 303692241
|
save/model.ckpt-12000.meta
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a75a32f6230c54d45d8e7cb0fdb647a6d2dfc6d28d15e889bef56af7439fac71
|
3 |
+
size 4147994
|