Upload 17 files
Browse files- 1_Pooling/config.json +7 -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,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1024,
|
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 |
+
}
|
2_Dense/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:b0da3d28f4e0afdc78b9246c0fd4199843a41e8e096fe18a3d46b5831a6a72dd
|
3 |
+
size 33588732
|
2_Dense_1024/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:13e6f799c3a50eef2673ebd4b363e96787520bb6fe077104c4bc5aec5e0209b2
|
3 |
+
size 4199932
|
2_Dense_2048/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:042ae57185a22470c784bbe51ef807d8ab0c93aa36cccef9a03a570e61c788c2
|
3 |
+
size 8398332
|
2_Dense_256/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:3353c794b02e2c5a246ca21793588453adc381ae074ed3a8c9115cf551f56315
|
3 |
+
size 1051132
|
2_Dense_4096/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:3ef2adb8e90ebb9d221d73c1d2a94c7bacf9db1ec286ecc95deb23ad4a96a5b2
|
3 |
+
size 16795132
|
2_Dense_6144/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:ee09f002e185ffb63cdb007e21aea12d632762e9e03a03e05f16db72b373bcd8
|
3 |
+
size 25191932
|
2_Dense_768/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:ebb5e3818d588a705029032b1ef22d17da88ed93986c666a71afef53a299bef0
|
3 |
+
size 3150332
|
2_Dense_8192/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"in_features": 1024,
|
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:b0da3d28f4e0afdc78b9246c0fd4199843a41e8e096fe18a3d46b5831a6a72dd
|
3 |
+
size 33588732
|