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

View File

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

View File

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