Upload folder using huggingface_hub
Browse files- ffn_7/config.json +11 -0
- ffn_7/weights.pt +3 -0
ffn_7/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"part_type": "ffn",
|
| 3 |
+
"layer_idx": 7,
|
| 4 |
+
"module_path": "transformer.h.7.mlp",
|
| 5 |
+
"input_dim": 768,
|
| 6 |
+
"output_dim": 768,
|
| 7 |
+
"num_heads": null,
|
| 8 |
+
"head_dim": null,
|
| 9 |
+
"intermediate_dim": 3072,
|
| 10 |
+
"extra_info": {}
|
| 11 |
+
}
|
ffn_7/weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b081b46da1df8d488f968b9821f221ad7e9dd5ae7ad3f2ac3dd29c2c3135b10b
|
| 3 |
+
size 18892125
|