Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,11 @@ license: mit
|
|
7 |
## Prerequisites For Reproduction
|
8 |
1. **GPU**: Requires powerful GPUs - I used 7 Nvidia A100s.
|
9 |
2. **Train Time**: 1 week.
|
10 |
-
3. **
|
11 |
-
4. **
|
12 |
-
5. **
|
|
|
|
|
13 |
|
14 |
## Samples showing Adaptive Learning Capabilities
|
15 |
|
|
|
7 |
## Prerequisites For Reproduction
|
8 |
1. **GPU**: Requires powerful GPUs - I used 7 Nvidia A100s.
|
9 |
2. **Train Time**: 1 week.
|
10 |
+
3. **RAG Module**: Used to curate and help the model learn from students' prompts and adapt accordingly.
|
11 |
+
4. **Python Packages**: Install requirements.txt.
|
12 |
+
5. **Dataset**: Download [code_instructions_122k_alpaca_style](https://huggingface.co/datasets/TokenBender/code_instructions_122k_alpaca_style) plus some custom curated dataset
|
13 |
+
6. **Mistra-7B-Instruct-v0.1**: Download [mistralai/Mistral-7B-Instruct-v0.1 ](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) pytorch bin weights
|
14 |
+
7. **Realistic 3D Intelligent Persona/Avatar (Optional): For this I'm using soulmachine's digital humans.
|
15 |
|
16 |
## Samples showing Adaptive Learning Capabilities
|
17 |
|