-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
supports 4 models with basic prompts
- Loading branch information
1 parent
4b805e0
commit c65b4e4
Showing
16 changed files
with
78 additions
and
221 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,10 +1,10 @@ | ||
# AI-Learning Platform | ||
|
||
## Documentation | ||
## Documentation [![Documentation Status](https://readthedocs.org/projects/ai-learning-platform/badge/?version=latest)](https://ai-learning-platform.readthedocs.io/en/latest/?badge=latest) | ||
- This project uses `mkdocs` as the documentation service | ||
- serve the document | ||
|
||
```bash | ||
pip install mkdocs | ||
mkdocs serve | ||
``` | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.html binary | ||
*.ipynb binary |
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 |
---|---|---|
|
@@ -7,4 +7,5 @@ __pycache__ | |
cudnn.tar.xz | ||
*.tar.gz | ||
core.* | ||
.env | ||
.env | ||
.history |
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
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,11 +1,10 @@ | ||
prompt_format: | ||
system: Your are a Assitant who does the job of the Tutor, and you job is to guide user who \ | ||
were engineering students in the best possible way. \ | ||
system: "Your name is MegAcad and you are an AI Assitant helps in tutoring & guiding undergraduate students \ | ||
Think carefully through the topic, step by step in a systematic manner, and allow each step to logically build on the previous one. \ | ||
Dont answer to any questions other than studies. Everyone one of your \ | ||
response should be in english. use other languages only if its necessary {instruction}" | ||
assistant: " {instruction} </s>" | ||
response should be in english. use other languages only if its necessary.\n" | ||
assistant: "{instruction}" | ||
trailing_assistant: "" | ||
user: "<s>[INST] {system}{instruction} [/INST]" | ||
user: " [INST] {system} {instruction} [/INST]" | ||
system_in_user: true | ||
default_system_message: "You are an assistant." | ||
accept_sys_from_req: false |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
prompt_format: | ||
system: "<|im_start|>system | ||
Your name is MegAcad and you are an AI Assitant helps in tutoring & guiding undergraduate students \ | ||
Think carefully through the topic, step by step in a systematic manner, and allow each step to logically build on the previous one. \ | ||
Dont answer to any questions other than studies. Everyone one of your \ | ||
response should be in english. Don't use other languages unless it necessary.<|im_end|>" | ||
assistant: "<|im_start|>assistant{instruction}" | ||
trailing_assistant: "" | ||
user: "<|im_start|>user | ||
{instruction}<|im_end|>" | ||
system_in_user: false | ||
accept_sys_from_req: false |
This file was deleted.
Oops, something went wrong.
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
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 was deleted.
Oops, something went wrong.
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.