nevmenandr
commited on
Commit
•
c474aab
1
Parent(s):
68bc808
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-261000 +3 -0
- save/model.ckpt-261000.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-261000 filter=lfs diff=lfs merge=lfs -text
|
37 |
+
save/model.ckpt-261000.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:b4b48bf0c195ffe7722036a12210c13594f252b24240d9cb303eaeb0bcf96247
|
3 |
+
size 3009
|
save/checkpoint
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "model.ckpt-261000"
|
2 |
+
all_model_checkpoint_paths: "model.ckpt-257000"
|
3 |
+
all_model_checkpoint_paths: "model.ckpt-258000"
|
4 |
+
all_model_checkpoint_paths: "model.ckpt-259000"
|
5 |
+
all_model_checkpoint_paths: "model.ckpt-260000"
|
6 |
+
all_model_checkpoint_paths: "model.ckpt-261000"
|
save/config.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3bbf9f9b47b652c41d76c713bb9b9406d67461cde519c8653ab18ba88415c73
|
3 |
+
size 440
|
save/model.ckpt-261000
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c1878870187783d10e286a602a1bc8b5a587e8a22154c3a6dac09cf81558906
|
3 |
+
size 306765983
|
save/model.ckpt-261000.meta
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84f9b2eede793e39240cfbc0c8fc79086449b3c90eed94a9fbdacef80af37449
|
3 |
+
size 3962488
|