Upload 17 files
Browse files- 1_Pooling/config.json +10 -0
- 2_Dense/config.json +6 -0
- 2_Dense/pytorch_model.bin +3 -0
- 2_Dense_1024/config.json +6 -0
- 2_Dense_1024/pytorch_model.bin +3 -0
- 2_Dense_2048/config.json +6 -0
- 2_Dense_2048/pytorch_model.bin +3 -0
- 2_Dense_256/config.json +6 -0
- 2_Dense_256/pytorch_model.bin +3 -0
- 2_Dense_4096/config.json +6 -0
- 2_Dense_4096/pytorch_model.bin +3 -0
- 2_Dense_6144/config.json +6 -0
- 2_Dense_6144/pytorch_model.bin +3 -0
- 2_Dense_768/config.json +6 -0
- 2_Dense_768/pytorch_model.bin +3 -0
- 2_Dense_8192/config.json +6 -0
- 2_Dense_8192/pytorch_model.bin +3 -0
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1536,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": false,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
2_Dense/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 8192,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:650a7f9303a63c07b13c40126c938c874ec493266dfdb81ba4aa1cc2b8471089
|
3 |
+
size 50365948
|
2_Dense_1024/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 1024,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense_1024/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a63cb45e697a404f9fc7f5cc570b30a282d3fb4987e337eb78739cb2a2ed255e
|
3 |
+
size 6297084
|
2_Dense_2048/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 2048,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense_2048/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48ac5517421215f1138488be4103ad55364b496c04171231303510e61e1a8e01
|
3 |
+
size 12592636
|
2_Dense_256/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 256,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense_256/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f103ef09adde02d50368ed3b89515b9dc00e349ffd46b0dbf56bd57e3ac158e0
|
3 |
+
size 1575420
|
2_Dense_4096/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 4096,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense_4096/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e4816e14507515abec7ace6435aa77631ea1e2f4c770b9f43a267881571e17
|
3 |
+
size 25183740
|
2_Dense_6144/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 6144,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense_6144/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0030ccfb003c39d0d25c9fbdfcd46f7a7356650c75d96c6e510fe5e775606233
|
3 |
+
size 37774844
|
2_Dense_768/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 768,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense_768/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ac5ca991e593b1da7c054a62bff81802fc1354726b5b080293840a9d50ef0f8
|
3 |
+
size 4723196
|
2_Dense_8192/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1536,
|
3 |
+
"out_features": 8192,
|
4 |
+
"bias": true,
|
5 |
+
"activation_function": "torch.nn.modules.linear.Identity"
|
6 |
+
}
|
2_Dense_8192/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:650a7f9303a63c07b13c40126c938c874ec493266dfdb81ba4aa1cc2b8471089
|
3 |
+
size 50365948
|