Upload folder using huggingface_hub
Browse files- config.json +34 -48
config.json
CHANGED
|
@@ -21,60 +21,46 @@
|
|
| 21 |
"hidden_size": 768,
|
| 22 |
"id2label": {
|
| 23 |
"0": "abstraction",
|
| 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 |
-
"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 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
| 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": [
|