Aleksey Dorkin commited on
Commit
5134284
1 Parent(s): cf42ab7
Files changed (2) hide show
  1. config.json +7 -7
  2. pytorch_model.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "DeepPavlov/xlm-roberta-large-en-ru",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
@@ -12,16 +12,16 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
14
  "id2label": {
15
- "0": "LABEL_0",
16
- "1": "LABEL_1",
17
- "2": "LABEL_2"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2
25
  },
26
  "layer_norm_eps": 1e-05,
27
  "max_position_embeddings": 514,
 
1
  {
2
+ "_name_or_path": "AlekseyDorkin/xlm-roberta-large-en-ru-mnli",
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
14
  "id2label": {
15
+ "0": "contradiction",
16
+ "1": "neutral",
17
+ "2": "entailment"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 4096,
21
  "label2id": {
22
+ "contradiction": 0,
23
+ "entailment": 2,
24
+ "neutral": 1
25
  },
26
  "layer_norm_eps": 1e-05,
27
  "max_position_embeddings": 514,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cef692033f20073fbbea55f4d461d052e50a1ee6118d53e48a947b98642372f
3
  size 1359315017
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ddeaf9c9704ad975cf82be83f4dce76a53f08a8f8078ffdb645fdf6102c4e8
3
  size 1359315017