Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -6,5 +6,8 @@
|
|
| 6 |
"id2label": {
|
| 7 |
"0": "Negative",
|
| 8 |
"1": "Positive"
|
| 9 |
-
}
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|
|
|
|
| 6 |
"id2label": {
|
| 7 |
"0": "Negative",
|
| 8 |
"1": "Positive"
|
| 9 |
+
},
|
| 10 |
+
"layer_type": "basic",
|
| 11 |
+
"model_type": "inception",
|
| 12 |
+
"transformers_version": "4.18.0.dev0"
|
| 13 |
}
|