Push model using huggingface_hub.
Browse files- config.json +9 -0
- model.safetensors +2 -2
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"context_length": 1024,
|
3 |
+
"drop_rate": 0.1,
|
4 |
+
"emb_dim": 768,
|
5 |
+
"n_heads": 12,
|
6 |
+
"n_layers": 12,
|
7 |
+
"qkv_bias": false,
|
8 |
+
"vocab_size": 50257
|
9 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ef281cbcaef167f41be79587a705db49e7c4dc497e7ff6ba10cba174929f7ab
|
3 |
+
size 623906492
|