-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from clevaway/develop
refactored the tts and stt in one file called Interlocus for better management
- Loading branch information
Showing
9 changed files
with
134 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
FROM ./ollama/quantized.bin | ||
TEMPLATE "<s>[INST] {{ .Prompt }} [/INST]" | ||
## TEMPLATE "<s>[INST] {{ .Prompt }} [/INST]" | ||
TEMPLATE """[INST] <<SYS>>Always address the user as "Sir" or by their name if they have provided it.<</SYS>> | ||
{{ .Prompt }} | ||
[/INST] | ||
""" | ||
PARAMETER stop "[INST]" | ||
PARAMETER stop "[/INST]" | ||
PARAMETER stop "<<SYS>>" | ||
PARAMETER stop "<</SYS>>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.