Text Classification
Transformers
PyTorch
Safetensors
xlm-roberta
genre
text-genre
Inference Endpoints
TajaKuzman commited on
Commit
246b839
1 Parent(s): ec8f425

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -9
config.json CHANGED
@@ -11,15 +11,15 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "Other",
15
- "1": "Information/Explanation",
16
- "2": "News",
17
- "3": "Instruction",
18
- "4": "Opinion/Argumentation",
19
- "5": "Forum",
20
- "6": "Prose/Lyrical",
21
- "7": "Legal",
22
- "8": "Promotion"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ 0: "Other",
15
+ 1: "Information/Explanation",
16
+ 2: "News",
17
+ 3: "Instruction",
18
+ 4: "Opinion/Argumentation",
19
+ 5: "Forum",
20
+ 6: "Prose/Lyrical",
21
+ 7: "Legal",
22
+ 8: "Promotion"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,