Commit
·
5478903
1
Parent(s):
b3bee5c
add model
Browse files- config.json +10 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"InvWordEmbed"
|
4 |
+
],
|
5 |
+
"hidden_size": 768,
|
6 |
+
"model_type": "inv_word_embed",
|
7 |
+
"torch_dtype": "float32",
|
8 |
+
"transformers_version": "4.21.2",
|
9 |
+
"vocab_size": 49408
|
10 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0151f6130bd0d8377354596432205ffcde866dfedea49c660d40f35f769c1a4
|
3 |
+
size 151979943
|