Upload folder using huggingface_hub
Browse files- ln_1_2/config.json +11 -0
- ln_1_2/weights.pt +3 -0
ln_1_2/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"part_type": "layer_norm",
|
| 3 |
+
"layer_idx": 2,
|
| 4 |
+
"module_path": "transformer.h.2.ln_1",
|
| 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_1_2/weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05a30b26f160b17425d499e8332c4228bb6e7ee7b1cd82dd35fcf857eb64b4c5
|
| 3 |
+
size 7973
|