[fix]: change model config
Browse files- config.json +13 -1
config.json
CHANGED
@@ -1 +1,13 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pretrain_checkpoint": "FacebookAI/roberta-large",
|
3 |
+
"classifier_dropout": 0.1,
|
4 |
+
"num_labels": 1,
|
5 |
+
"id2label": {
|
6 |
+
"0": "GENERATED"
|
7 |
+
},
|
8 |
+
"label2id": {
|
9 |
+
"GENERATED": 0
|
10 |
+
},
|
11 |
+
"label_smoothing": 0.1,
|
12 |
+
"transformers_version": "4.35.2"
|
13 |
+
}
|