Upload folder using huggingface_hub
Browse files- config.json +50 -36
config.json
CHANGED
|
@@ -20,47 +20,61 @@
|
|
| 20 |
"hidden_activation": "gelu",
|
| 21 |
"hidden_size": 768,
|
| 22 |
"id2label": {
|
| 23 |
-
"0": "
|
| 24 |
-
"1": "
|
| 25 |
-
"2": "
|
| 26 |
-
"3": "
|
| 27 |
-
"4": "
|
| 28 |
-
"5": "
|
| 29 |
-
"6": "
|
| 30 |
-
"7": "
|
| 31 |
-
"8": "
|
| 32 |
-
"9": "
|
| 33 |
-
"10": "
|
| 34 |
-
"11": "
|
| 35 |
-
"12": "
|
| 36 |
-
"13": "
|
| 37 |
-
"14": "
|
| 38 |
-
"15": "
|
| 39 |
-
"16": "
|
| 40 |
-
"17": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
},
|
| 42 |
"initializer_cutoff_factor": 2.0,
|
| 43 |
"initializer_range": 0.02,
|
| 44 |
"intermediate_size": 1152,
|
| 45 |
"label2id": {
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
},
|
| 65 |
"layer_norm_eps": 1e-05,
|
| 66 |
"layer_types": [
|
|
|
|
| 20 |
"hidden_activation": "gelu",
|
| 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": [
|