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