m-newhauser commited on
Commit
04e179c
1 Parent(s): f6c62a6

update label2id

Browse files
Files changed (2) hide show
  1. config.json +8 -0
  2. pytorch_model.bin +3 -0
config.json CHANGED
@@ -8,7 +8,15 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Republican",
13
+ "1": "Democrat"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "Democrat": "1",
18
+ "Republican": "0"
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a0d3134e4b96ba7044a7cde0fd2c4e6bb17ec8687f1477c4386ea27ac839378
3
+ size 267860081