We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the below template to fine-tune and test openllama-3b.
<s> <<SYS>>The response MUST be a valid JSON. Generate UI-DSL for the below input and context.<</SYS>> {%- if context -%}## Input: {{ context }}{%- endif -%} [INS]## Instruction: {{ prompt }}[/INS] ## UI-DSL: ```{{ response }}``` </s>
The similar one also need to be updated under lora_ui_gen.py during inference.
lora_ui_gen.py
The text was updated successfully, but these errors were encountered:
kannangce
No branches or pull requests
Use the below template to fine-tune and test openllama-3b.
The similar one also need to be updated under
lora_ui_gen.py
during inference.The text was updated successfully, but these errors were encountered: