patrickvonplaten
commited on
Commit
•
3a64db4
1
Parent(s):
1ce08a7
add flax model
Browse files- config.json +1 -0
- flax_model.msgpack +0 -0
config.json
CHANGED
@@ -16,6 +16,7 @@
|
|
16 |
"num_attention_heads": 2,
|
17 |
"num_hidden_layers": 2,
|
18 |
"pad_token_id": 0,
|
|
|
19 |
"type_vocab_size": 2,
|
20 |
"vocab_size": 32000
|
21 |
}
|
|
|
16 |
"num_attention_heads": 2,
|
17 |
"num_hidden_layers": 2,
|
18 |
"pad_token_id": 0,
|
19 |
+
"position_embedding_type": "absolute",
|
20 |
"type_vocab_size": 2,
|
21 |
"vocab_size": 32000
|
22 |
}
|
flax_model.msgpack
ADDED
Binary file (1.3 MB). View file
|
|