Upload ST-MoE_BERT
Browse files- config.json +13 -0
- st-moe-bert.pth +3 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_location_ids": 40000,
|
3 |
+
"hidden_size": 256,
|
4 |
+
"hidden_layers": 24,
|
5 |
+
"attention_heads": 16,
|
6 |
+
"day_embed_size": 64,
|
7 |
+
"time_embed_size": 64,
|
8 |
+
"day_of_week_embed_size": 64,
|
9 |
+
"weekday_embed_size": 32,
|
10 |
+
"location_embed_size": 256,
|
11 |
+
"dropout": 0.2,
|
12 |
+
"max_seq_length": 3648
|
13 |
+
}
|
st-moe-bert.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0473f73ffc545b6af07d6f73f93e38e6718926733e04676a34b84ec2e0843433
|
3 |
+
size 538902238
|