File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def parse_data_to_record_dict(record_chunk):
110
110
# the script `labeling_functions` does not exist. It will be inserted at runtime
111
111
import attribute_calculators
112
112
113
- DEFAULT_USER_PROMPT = attribute_calculators .USER_PROMPT
113
+ DEFAULT_USER_PROMPT_A2VYBG = attribute_calculators .USER_PROMPT_A2VYBG
114
114
115
115
vocab = spacy .blank (iso2_code ).vocab
116
116
@@ -128,8 +128,8 @@ def parse_data_to_record_dict(record_chunk):
128
128
amount = len (record_dict_list )
129
129
__print_progress (0.0 )
130
130
for record_dict in record_dict_list :
131
- attribute_calculators .USER_PROMPT = prepare_and_render_mustache (
132
- DEFAULT_USER_PROMPT , record_dict
131
+ attribute_calculators .USER_PROMPT_A2VYBG = prepare_and_render_mustache (
132
+ DEFAULT_USER_PROMPT_A2VYBG , record_dict
133
133
)
134
134
135
135
idx += 1
You can’t perform that action at this time.
0 commit comments