Upload 4 files
Browse files- int_to_word.json +0 -0
- model.pt +3 -0
- model_config.json +7 -0
- word_to_int.json +0 -0
int_to_word.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c68801870976b328fdbd9d92f6b3142b36c1ed5a976aaa39dcc975ceb17efac
|
3 |
+
size 105745848
|
model_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"vocab_size": 36100,
|
3 |
+
"embed_dim": 256,
|
4 |
+
"num_layers": 4,
|
5 |
+
"num_heads": 8,
|
6 |
+
"sequence_length": 64
|
7 |
+
}
|
word_to_int.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|