Commit
·
e70dc65
1
Parent(s):
22567f9
Add model
Browse files- config.json +9 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"block_size": 1024,
|
3 |
+
"vocab_size": 50257,
|
4 |
+
"n_layer": 36,
|
5 |
+
"n_head": 20,
|
6 |
+
"n_embd": 1280,
|
7 |
+
"dropout": 0.0,
|
8 |
+
"bias": true
|
9 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23b0704527f8366d4190a420c52f04382bac78a68afa17d8ce7741b1cb3b2894
|
3 |
+
size 3096279837
|