permutans commited on
Commit
a30e5ab
·
verified ·
1 Parent(s): dbfd94d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +34 -48
config.json CHANGED
@@ -21,60 +21,46 @@
21
  "hidden_size": 768,
22
  "id2label": {
23
  "0": "abstraction",
24
- "1": "agonistic",
25
- "2": "agonistic_framing",
26
- "3": "analytical_distance",
27
- "4": "concrete",
28
- "5": "concrete_situational",
29
- "6": "direct_address",
30
- "7": "formulaic",
31
- "8": "formulaic_phrases",
32
- "9": "hedging",
33
- "10": "hedging_qualification",
34
- "11": "literate_feature",
35
- "12": "logical_connective",
36
- "13": "logical_connectives",
37
- "14": "oral_feature",
38
- "15": "parallelism",
39
- "16": "parataxis",
40
- "17": "passive",
41
- "18": "passive_agentless",
42
- "19": "passive_constructions",
43
- "20": "performance_markers",
44
- "21": "repetition",
45
- "22": "sound_patterns",
46
- "23": "subordination",
47
- "24": "textual_apparatus"
48
  },
49
  "initializer_cutoff_factor": 2.0,
50
  "initializer_range": 0.02,
51
  "intermediate_size": 1152,
52
  "label2id": {
53
  "abstraction": 0,
54
- "agonistic": 1,
55
- "agonistic_framing": 2,
56
- "analytical_distance": 3,
57
- "concrete": 4,
58
- "concrete_situational": 5,
59
- "direct_address": 6,
60
- "formulaic": 7,
61
- "formulaic_phrases": 8,
62
- "hedging": 9,
63
- "hedging_qualification": 10,
64
- "literate_feature": 11,
65
- "logical_connective": 12,
66
- "logical_connectives": 13,
67
- "oral_feature": 14,
68
- "parallelism": 15,
69
- "parataxis": 16,
70
- "passive": 17,
71
- "passive_agentless": 18,
72
- "passive_constructions": 19,
73
- "performance_markers": 20,
74
- "repetition": 21,
75
- "sound_patterns": 22,
76
- "subordination": 23,
77
- "textual_apparatus": 24
78
  },
79
  "layer_norm_eps": 1e-05,
80
  "layer_types": [
 
21
  "hidden_size": 768,
22
  "id2label": {
23
  "0": "abstraction",
24
+ "1": "agonistic_framing",
25
+ "2": "analytical_distance",
26
+ "3": "concrete_situational",
27
+ "4": "direct_address",
28
+ "5": "formulaic_phrases",
29
+ "6": "hedging_qualification",
30
+ "7": "literate_feature",
31
+ "8": "logical_connectives",
32
+ "9": "oral_feature",
33
+ "10": "parallelism",
34
+ "11": "parataxis",
35
+ "12": "passive_agentless",
36
+ "13": "performance_markers",
37
+ "14": "repetition",
38
+ "15": "sound_patterns",
39
+ "16": "subordination",
40
+ "17": "textual_apparatus"
 
 
 
 
 
 
 
41
  },
42
  "initializer_cutoff_factor": 2.0,
43
  "initializer_range": 0.02,
44
  "intermediate_size": 1152,
45
  "label2id": {
46
  "abstraction": 0,
47
+ "agonistic_framing": 1,
48
+ "analytical_distance": 2,
49
+ "concrete_situational": 3,
50
+ "direct_address": 4,
51
+ "formulaic_phrases": 5,
52
+ "hedging_qualification": 6,
53
+ "literate_feature": 7,
54
+ "logical_connectives": 8,
55
+ "oral_feature": 9,
56
+ "parallelism": 10,
57
+ "parataxis": 11,
58
+ "passive_agentless": 12,
59
+ "performance_markers": 13,
60
+ "repetition": 14,
61
+ "sound_patterns": 15,
62
+ "subordination": 16,
63
+ "textual_apparatus": 17
 
 
 
 
 
 
 
64
  },
65
  "layer_norm_eps": 1e-05,
66
  "layer_types": [