Upload FlaxDistilBertForQuestionAnswering
Browse files- config.json +1 -2
- flax_model.msgpack +2 -2
config.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "sshleifer/tiny-distilbert-base-cased-distilled-squad",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 2,
|
|
|
1 |
{
|
|
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
+
"DistilBertForQuestionAnswering"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 2,
|
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2226477986e38e7beca5c0d3d28f091081eb2ebc0ddf995378200f3a7be9169
|
3 |
+
size 233470
|