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