Skip to content

Commit c7d752e

Browse files
authored
fix input/output mapping primitive names (#46)
1 parent 73b6c12 commit c7d752e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sigllm/pipelines/prompter/mistral_prompter_0shot.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"sigllm.primitives.prompting.huggingface.HF#1": {
4848
"X": "X_str"
4949
},
50-
"sigllm.primitives.transformation.parse_anomaly_response#1": {
50+
"sigllm.primitives.prompting.anomalies.parse_anomaly_response#1": {
5151
"X": "y_hat"
5252
},
5353
"sigllm.primitives.transformation.format_as_integer#1": {
@@ -64,11 +64,11 @@
6464
"sigllm.primitives.prompting.huggingface.HF#1": {
6565
"y": "y_hat"
6666
},
67-
"sigllm.primitives.transformation.parse_anomaly_response#1": {
67+
"sigllm.primitives.prompting.anomalies.parse_anomaly_response#1": {
6868
"X": "y_parsed"
6969
},
7070
"sigllm.primitives.transformation.format_as_integer#1": {
7171
"X": "y"
7272
}
7373
}
74-
}
74+
}

sigllm/pipelines/prompter/mistral_prompter_1shot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"X": "X_str",
101101
"normal": "normal_str"
102102
},
103-
"sigllm.primitives.transformation.parse_anomaly_response#1": {
103+
"sigllm.primitives.prompting.anomalies.parse_anomaly_response#1": {
104104
"X": "y_hat"
105105
},
106106
"sigllm.primitives.transformation.format_as_integer#1": {
@@ -155,7 +155,7 @@
155155
"sigllm.primitives.prompting.huggingface.HF#1": {
156156
"y": "y_hat"
157157
},
158-
"sigllm.primitives.transformation.parse_anomaly_response#1": {
158+
"sigllm.primitives.prompting.anomalies.parse_anomaly_response#1": {
159159
"X": "y_parsed"
160160
},
161161
"sigllm.primitives.transformation.format_as_integer#1": {

0 commit comments

Comments
 (0)