Upload 8 files
Browse files- .gitattributes +1 -0
- checkpoint +2 -0
- counter +1 -0
- encoder.json +0 -0
- events.out.tfevents.1705309987.5f53e38a8413 +3 -0
- hparams.json +7 -0
- model-5000.index +0 -0
- model-5000.meta +3 -0
- vocab.bpe +0 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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-5000.data-00000-of-00001 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-5000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
+
model-5000.meta filter=lfs diff=lfs merge=lfs -text
|
checkpoint
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "model-5000"
|
2 |
+
all_model_checkpoint_paths: "model-5000"
|
counter
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
5000
|
encoder.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
events.out.tfevents.1705309987.5f53e38a8413
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:449054378a275fd5781e6ebd90848d67983562a3e81ff8836a53452646cc7de9
|
3 |
+
size 214951
|
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 |
+
}
|
model-5000.index
ADDED
Binary file (5.22 kB). View file
|
|
model-5000.meta
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75abf8172148a9b829197f2558ff36d0b2c3e2d6a3faecaee74e414f2d566ca5
|
3 |
+
size 3587919
|
vocab.bpe
ADDED
The diff for this file is too large to render.
See raw diff
|
|