fixed wininstall

This commit is contained in:
Saifeddine ALOUI 2023-08-28 00:41:55 +02:00
parent 07c1183289
commit d7f34b3a7e
3 changed files with 7 additions and 4 deletions

View File

@ -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.

View File

@ -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

View File

@ -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