mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 12:16:22 +00:00
fixed wininstall
This commit is contained in:
parent
07c1183289
commit
d7f34b3a7e
@ -2,7 +2,8 @@ name: Airoboros Instruct
|
||||
content: |
|
||||
A chat between a curious user and an assistant.
|
||||
The assistant gives helpful, detailed, accurate responses to the user's input.
|
||||
USER: @<Give instructions to the AI>@ ASSISTANT: @<generation_placeholder>@
|
||||
### USER: @<Give instructions to the AI>@
|
||||
### ASSISTANT: @<generation_placeholder>@
|
||||
|
||||
help: |
|
||||
This is the default Airoboros fine tuning format for chat mode with input.
|
||||
|
@ -2,7 +2,8 @@ name: Airoboros Instruct with obs
|
||||
content: |
|
||||
A chat between a curious user and an assistant.
|
||||
The assistant gives helpful, detailed, accurate responses to the user's input.
|
||||
USER: BEGININPUT
|
||||
### USER:
|
||||
BEGININPUT
|
||||
BEGINCONTEXT
|
||||
@<Add context information if form of key,value pairs separated by line breaks>@
|
||||
ENDCONTEXT
|
||||
@ -10,7 +11,8 @@ content: |
|
||||
ENDINPUT
|
||||
BEGININSTRUCTION
|
||||
@<insert your instruction(s). The model was tuned with single questions, paragraph format, lists, etc.>@
|
||||
ENDINSTRUCTION ASSISTANT: @<generation_placeholder>@
|
||||
ENDINSTRUCTION
|
||||
### ASSISTANT: @<generation_placeholder>@
|
||||
|
||||
help: |
|
||||
This is the default Airoboros fine tuning format for chat mode with context obedient question answering
|
||||
|
@ -153,7 +153,7 @@ echo. && echo.
|
||||
exit /b
|
||||
|
||||
:end
|
||||
|
||||
cd ..
|
||||
echo Creating bin folder (needed for ctransformers)
|
||||
IF EXIST "installer_files\lollms_env\bin" (
|
||||
echo Folder already existing
|
||||
|
Loading…
Reference in New Issue
Block a user