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