DaniilOr commited on
Commit
e7eb57d
1 Parent(s): 45f47e0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -22,8 +22,8 @@
22
  "11": "Public_opinion",
23
  "12": "Quality_of_life",
24
  "13": "Security_and_defense"
25
- },
26
- "label2id": {
27
  "Capacity_and_resources": 0,
28
  "Crime_and_punishment": 1,
29
  "Cultural_identity": 2,
@@ -38,8 +38,7 @@
38
  "Public_opinion": 11,
39
  "Quality_of_life": 12,
40
  "Security_and_defense": 13
41
- }
42
-
43
  "initializer_range": 0.02,
44
  "intermediate_size": 3072,
45
  "layer_norm_eps": 1e-07,
@@ -65,5 +64,6 @@
65
  "transformers_version": "4.42.3",
66
  "type_vocab_size": 0,
67
  "vocab_size": 251000,
68
- "pipeline_tag": "text_classification",
 
69
  }
 
22
  "11": "Public_opinion",
23
  "12": "Quality_of_life",
24
  "13": "Security_and_defense"
25
+ },
26
+ "label2id": {
27
  "Capacity_and_resources": 0,
28
  "Crime_and_punishment": 1,
29
  "Cultural_identity": 2,
 
38
  "Public_opinion": 11,
39
  "Quality_of_life": 12,
40
  "Security_and_defense": 13
41
+ },
 
42
  "initializer_range": 0.02,
43
  "intermediate_size": 3072,
44
  "layer_norm_eps": 1e-07,
 
64
  "transformers_version": "4.42.3",
65
  "type_vocab_size": 0,
66
  "vocab_size": 251000,
67
+ "pipeline_tag": "text-classification",
68
+ "task": "text-classification"
69
  }