Manuel de Prada
commited on
Commit
·
e539347
1
Parent(s):
7914e70
add model
Browse files- config.json +3 -3
- flax_model.msgpack +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -10,8 +10,8 @@
|
|
10 |
"finetuning_task": "sst-2",
|
11 |
"hidden_dim": 3072,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
10 |
"finetuning_task": "sst-2",
|
11 |
"hidden_dim": 3072,
|
12 |
"id2label": {
|
13 |
+
"0": "NEGATIVE",
|
14 |
+
"1": "POSITIVE"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d4d38d65d15b22e24d220a204b4f07d4982c3c67fd04a7ec5f805f3802cf2e8
|
3 |
+
size 267823701
|