GreeneryScenery
commited on
Commit
•
d9e09b9
1
Parent(s):
5af232c
Upload models with huggingface_hub
Browse files- .gitattributes +1 -0
- models/124M/checkpoint +2 -0
- models/124M/encoder.json +0 -0
- models/124M/hparams.json +7 -0
- models/124M/model.ckpt.data-00000-of-00001 +3 -0
- models/124M/model.ckpt.index +0 -0
- models/124M/model.ckpt.meta +0 -0
- models/124M/vocab.bpe +0 -0
- models/cnn_model_2.h5 +3 -0
- models/cnn_model_3.h5 +3 -0
- models/cnn_model_4.h5 +3 -0
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
124M/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoint/run1/model-1000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint/run1/model-1000.meta filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
124M/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoint/run1/model-1000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint/run1/model-1000.meta filter=lfs diff=lfs merge=lfs -text
|
38 |
+
models/124M/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
models/124M/checkpoint
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "model.ckpt"
|
2 |
+
all_model_checkpoint_paths: "model.ckpt"
|
models/124M/encoder.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
models/124M/hparams.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"n_vocab": 50257,
|
3 |
+
"n_ctx": 1024,
|
4 |
+
"n_embd": 768,
|
5 |
+
"n_head": 12,
|
6 |
+
"n_layer": 12
|
7 |
+
}
|
models/124M/model.ckpt.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2060c885360cc0cf41d7a6dbc4d24b5127aae20260c8b5ae521b5a6578407118
|
3 |
+
size 497759232
|
models/124M/model.ckpt.index
ADDED
Binary file (5.22 kB). View file
|
|
models/124M/model.ckpt.meta
ADDED
Binary file (471 kB). View file
|
|
models/124M/vocab.bpe
ADDED
The diff for this file is too large to render.
See raw diff
|
|
models/cnn_model_2.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5de8829c1d91c16cf745e671c942ca0b5fd158fa8097a38e5e72f141b30edec
|
3 |
+
size 4991524
|
models/cnn_model_3.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3950c6e7f8e9ff7c6ae444ca7399f2e56db93c12c67742a29ff392ec3967d75
|
3 |
+
size 647328
|
models/cnn_model_4.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fcb5bd32033fed9fbfaab29071c27a7b057ad452fd28aee0af02c6adc07ca6c
|
3 |
+
size 1135544
|