Upload folder using huggingface_hub
Browse files- attention_1/config.json +11 -0
- attention_1/weights.pt +3 -0
attention_1/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"part_type": "attention",
|
| 3 |
+
"layer_idx": 1,
|
| 4 |
+
"module_path": "transformer.h.1.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_1/weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:843fe37f8e5581e36e2e040b29ab142741a6e1fd0ec1d7bfd6e6a04f9a8b3d97
|
| 3 |
+
size 9451869
|