amir7d0 commited on
Commit
cfb26d4
1 Parent(s): 9f30544

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -17,11 +17,11 @@
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
- "1 star": "0",
21
- "2 stars": "1",
22
- "3 stars": "2",
23
- "4 stars": "3",
24
- "5 stars": "4"
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",
 
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
+ "1 star": 0,
21
+ "2 stars": 1,
22
+ "3 stars": 2,
23
+ "4 stars": 3,
24
+ "5 stars": 4
25
  },
26
  "max_position_embeddings": 512,
27
  "model_type": "distilbert",