Upload 8 files
Browse files- .gitattributes +1 -0
- checkpoint +2 -0
- encoder.json +0 -0
- hparams.json +10 -0
- metadata.json +5 -0
- model.ckpt.data-00000-of-00001 +3 -0
- model.ckpt.index +0 -0
- model.ckpt.meta +0 -0
- vocab.bpe +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
checkpoint
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "model.ckpt"
|
2 |
+
all_model_checkpoint_paths: "model.ckpt"
|
encoder.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
hparams.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"n_vocab": 50257,
|
3 |
+
"n_ctx": 1024,
|
4 |
+
"n_embd": 768,
|
5 |
+
"n_head": 12,
|
6 |
+
"n_layer": 12,
|
7 |
+
"model_name": "spec-1-mini",
|
8 |
+
"author": "SVECTOR",
|
9 |
+
"description": "A miniature version of the SPEC-1 AI model by SVECTOR, optimized for efficiency."
|
10 |
+
}
|
metadata.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "spec-1-mini",
|
3 |
+
"author": "SVECTOR",
|
4 |
+
"description": "A miniature version of the SPEC-1 AI model by SVECTOR, optimized for efficiency."
|
5 |
+
}
|
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
|
model.ckpt.index
ADDED
Binary file (5.22 kB). View file
|
|
model.ckpt.meta
ADDED
Binary file (471 kB). View file
|
|
vocab.bpe
ADDED
The diff for this file is too large to render.
See raw diff
|
|