Upload folder using huggingface_hub
Browse files- config.json +16 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "guppylm",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"GuppyLM"
|
| 5 |
+
],
|
| 6 |
+
"vocab_size": 4096,
|
| 7 |
+
"max_position_embeddings": 128,
|
| 8 |
+
"hidden_size": 384,
|
| 9 |
+
"num_hidden_layers": 6,
|
| 10 |
+
"num_attention_heads": 6,
|
| 11 |
+
"intermediate_size": 768,
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"pad_token_id": 0,
|
| 14 |
+
"bos_token_id": 1,
|
| 15 |
+
"eos_token_id": 2
|
| 16 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:981574d8d09b490703c8d2302091970a3a1e5cac64e0365a43b2f5fb4ee94096
|
| 3 |
+
size 34930539
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|