Initial commit
Browse files- ArabicTransformer4-4-4-TF.zip +3 -0
- config.json +37 -0
- model.pt +3 -0
- net_config.pytorch.json +16 -0
- pytorch_model-base.bin +3 -0
- pytorch_model.bin +3 -0
- vocab.txt +0 -0
ArabicTransformer4-4-4-TF.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ae7733ce6ba98d0f936553090ada5d2bd6602557b7d0ddfb12c9b5b1154438
|
3 |
+
size 1683288308
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"architectures": [
|
4 |
+
"FunnelModel"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.1,
|
7 |
+
"attention_type": "relative_shift",
|
8 |
+
"block_repeats": [
|
9 |
+
1,
|
10 |
+
1,
|
11 |
+
1
|
12 |
+
],
|
13 |
+
"block_sizes": [
|
14 |
+
4,
|
15 |
+
4,
|
16 |
+
4
|
17 |
+
],
|
18 |
+
"d_head": 64,
|
19 |
+
"d_inner": 3072,
|
20 |
+
"d_model": 768,
|
21 |
+
"hidden_act": "gelu_new",
|
22 |
+
"hidden_dropout": 0.1,
|
23 |
+
"initializer_range": 0.1,
|
24 |
+
"initializer_std": null,
|
25 |
+
"layer_norm_eps": 1e-09,
|
26 |
+
"max_position_embeddings": 512,
|
27 |
+
"model_type": "funnel",
|
28 |
+
"n_head": 12,
|
29 |
+
"num_decoder_layers": 2,
|
30 |
+
"pool_q_only": true,
|
31 |
+
"pooling_type": "mean",
|
32 |
+
"rel_attn_type": "factorized",
|
33 |
+
"separate_cls": true,
|
34 |
+
"truncate_seq": true,
|
35 |
+
"type_vocab_size": 3,
|
36 |
+
"vocab_size": 50000
|
37 |
+
}
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd055e2e4e5a9cbf057d4c56910c1bc244513c1998e49d32b7cb559a37ff88f3
|
3 |
+
size 522362234
|
net_config.pytorch.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"block_size": "4_4_4",
|
3 |
+
"d_embed": 768,
|
4 |
+
"d_head": 64,
|
5 |
+
"d_inner": 3072,
|
6 |
+
"d_model": 768,
|
7 |
+
"dropact": 0.0,
|
8 |
+
"dropatt": 0.1,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"n_head": 12,
|
11 |
+
"pool_q_only": true,
|
12 |
+
"pooling_size": 2,
|
13 |
+
"pooling_type": "mean",
|
14 |
+
"separate_cls": true,
|
15 |
+
"vocab_size": 50000
|
16 |
+
}
|
pytorch_model-base.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:166293638511f21ecd8d7fe5f1d32b7a2fc52c933e2890b817520ebd2b409cbc
|
3 |
+
size 522373790
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f6651df0b2be2af8426494bebb773bd951d9abaf1bb01382f868edf881cd740
|
3 |
+
size 583834942
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|