Upload Model
Browse files- .gitattributes +2 -0
- model_v5/checkpoint +9 -0
- model_v5/encoder.json +0 -0
- model_v5/hparams.json +7 -0
- model_v5/model-550.data-00000-of-00001 +3 -0
- model_v5/model-550.index +0 -0
- model_v5/model-550.meta +3 -0
- model_v5/vocab.bpe +0 -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 |
+
model_v5/model-550.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
model_v5/model-550.meta filter=lfs diff=lfs merge=lfs -text
|
model_v5/checkpoint
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_checkpoint_path: "model-550"
|
| 2 |
+
all_model_checkpoint_paths: "model-450"
|
| 3 |
+
all_model_checkpoint_paths: "model-500"
|
| 4 |
+
all_model_checkpoint_paths: "model-550"
|
| 5 |
+
all_model_checkpoint_paths: "model-600"
|
| 6 |
+
all_model_checkpoint_paths: "model-650"
|
| 7 |
+
all_model_checkpoint_paths: "model-700"
|
| 8 |
+
all_model_checkpoint_paths: "model-750"
|
| 9 |
+
all_model_checkpoint_paths: "model-800"
|
model_v5/encoder.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model_v5/hparams.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_vocab": 50257,
|
| 3 |
+
"n_ctx": 1024,
|
| 4 |
+
"n_embd": 1600,
|
| 5 |
+
"n_head": 25,
|
| 6 |
+
"n_layer": 48
|
| 7 |
+
}
|
model_v5/model-550.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbe5e3dcc4cbcaf727bf93d9592a29bd3523c668000704f6c9ce27bc6460ebf0
|
| 3 |
+
size 6230444800
|
model_v5/model-550.index
ADDED
|
Binary file (20.7 kB). View file
|
|
|
model_v5/model-550.meta
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc7661c43ab0c83eb76e683610f610c5b2a3dd81dad2580d42e33a2e2396931a
|
| 3 |
+
size 14316502
|
model_v5/vocab.bpe
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|