lilaspourpre commited on
Commit
46a7d9d
1 Parent(s): a16e53d

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +4 -4
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "ai-forever/ruBert-large",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -10,9 +10,9 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 1024,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 4096,
 
1
  {
2
+ "_name_or_path": "lilaspourpre/rubert-large-stance-calssification",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 1024,
12
  "id2label": {
13
+ "0": "NONE",
14
+ "1": "WORSE",
15
+ "2": "BETTER"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 4096,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23cd37571d18f464335c06c53e8626b695b836086b2d6fabee2407ca17850bb4
3
- size 1707785845
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a57691f1673dd20157b9e36412f6c6bdb443399569bcb211279bc55497087c16
3
+ size 1707780341