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):
110110 # the script `labeling_functions` does not exist. It will be inserted at runtime
111111 import attribute_calculators
112112
113- DEFAULT_USER_PROMPT = attribute_calculators .USER_PROMPT
113+ DEFAULT_USER_PROMPT_A2VYBG = attribute_calculators .USER_PROMPT_A2VYBG
114114
115115 vocab = spacy .blank (iso2_code ).vocab
116116
@@ -128,8 +128,8 @@ def parse_data_to_record_dict(record_chunk):
128128 amount = len (record_dict_list )
129129 __print_progress (0.0 )
130130 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
133133 )
134134
135135 idx += 1
You can’t perform that action at this time.
0 commit comments