Commit
·
b9b8bcc
1
Parent(s):
22287f1
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:28736fe856b1f58eeca0b8429f5a47a77423209cf2f7f9f30eacee4982bc3089
|
3 |
+
size 3096279837
|