You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Consider this grammar guiding our output. begin grammar: ${GRAMMAR_C}. end grammar. Use this grammar to Create a new EBNF grammar for our domain. Consider the following chunk. BEGIN SRC " > $HPROMPT_NAME
echo " END SRC . Please rewrite SRC to in the GRAMMAR EBNF form." > $TPROMPT_NAME
for PROMPT_NAME in data/huggingface_lang_agent/folder/grammar/sim*.txt;