bipin commited on
Commit
c3c43e9
1 Parent(s): 4eecce7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -7
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_num_labels": 3,
3
  "_name_or_path": "bipin/malayalam-news-classifier",
4
  "architectures": [
5
  "RobertaForSequenceClassification"
@@ -12,16 +11,16 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "business",
16
- "1": "sports",
17
- "2": "entertainment"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
- "business": 0,
23
- "sports": 1,
24
- "entertainment": 2
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 514,
1
  {
 
2
  "_name_or_path": "bipin/malayalam-news-classifier",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "a",
15
+ "1": "b",
16
+ "2": "c"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "a": 0,
22
+ "b": 1,
23
+ "c": 2
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 514,