Upload FlaxDistilBertForSequenceClassification
Browse files- config.json +1 -2
- flax_model.msgpack +2 -2
config.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "hf-internal-testing/tiny-random-distilbert",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 32,
|
|
|
1 |
{
|
|
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
+
"DistilBertForSequenceClassification"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 32,
|
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:9e3c03637235b82066860697f861a5460faf96973bdcce5e161e920764fb637b
|
3 |
+
size 352576
|