cointegrated commited on
Commit
04db74e
1 Parent(s): fa2f907

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -1,18 +1,17 @@
1
  {
2
- "_name_or_path": "rubert-base-cased-nli-twoway",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "directionality": "bidi",
9
- "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "not_entailment",
15
- "1": "entailment"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
1
  {
2
+ "_name_or_path": "cointegrated/rubert-base-cased-dp-paraphrase-detection",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "directionality": "bidi",
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "not_paraphrase",
14
+ "1": "paraphrase"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,