voidful commited on
Commit
7b23d9f
1 Parent(s): e826b79

update class name

Browse files
Files changed (2) hide show
  1. config.json +8 -0
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -3,6 +3,14 @@
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
 
 
 
 
 
 
 
 
6
  "attention_probs_dropout_prob": 0.0,
7
  "bos_token_id": 2,
8
  "classifier_dropout_prob": 0.1,
 
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
6
+ "id2label": {
7
+ "0": "負面",
8
+ "1": "正面"
9
+ },
10
+ "label2id": {
11
+ "負面": 0,
12
+ "正面": 1
13
+ },
14
  "attention_probs_dropout_prob": 0.0,
15
  "bos_token_id": 2,
16
  "classifier_dropout_prob": 0.1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e87800dd18d14ad58275f611be35dfe130695ac42ba83c795aa57330c3f3c874
3
- size 18985784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cb481fd96d4b2ad4a6cd42dbadee2c61b05152c0bb1031666c4338afec0986
3
+ size 18985785