Upload folder using huggingface_hub
Browse files- config.json +13 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 32000,
|
| 3 |
+
"n_positions": 256,
|
| 4 |
+
"n_ctx": 256,
|
| 5 |
+
"n_embd": 512,
|
| 6 |
+
"n_layer": 12,
|
| 7 |
+
"n_head": 8,
|
| 8 |
+
"resid_pdrop": 0.1,
|
| 9 |
+
"embd_pdrop": 0.1,
|
| 10 |
+
"attn_pdrop": 0.1,
|
| 11 |
+
"layer_norm_epsilon": 1e-05,
|
| 12 |
+
"initializer_range": 0.02
|
| 13 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:503347345d235927020fcac38315a53527cc3633a83bf702b1c748757226dec2
|
| 3 |
+
size 108487567
|