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