Upload folder using huggingface_hub
Browse files- config.json +7 -0
- vocab.json +0 -0
- weights.bin +3 -0
- weights.pth +3 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_embd": 384,
|
| 3 |
+
"n_heads": 6,
|
| 4 |
+
"n_layers": 6,
|
| 5 |
+
"vocab_size": 2000,
|
| 6 |
+
"block_size": 256
|
| 7 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
weights.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10d27d68d69d58493f7cb574d79ee3153e8cec3dfc11557092580ebb6c5c9de9
|
| 3 |
+
size 49135444
|
weights.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecf745d687e597ca991cc26ff2c3e8a8e81816c77c2258755e8005809bbd14aa
|
| 3 |
+
size 58697663
|