Update README.md
Browse files
README.md
CHANGED
@@ -48,13 +48,23 @@ We used the **Minecraft_QA-pairs_Instruction_Dataset** for fine-tuning all the m
|
|
48 |
|
49 |
## Use
|
50 |
|
|
|
|
|
51 |
We recommend using the following prompts:
|
52 |
|
53 |
System message: You are a Large Language Model, and your task is to answer questions posed by users about Minecraft. Utilize your knowledge and understanding of the game to provide detailed, accurate, and helpful responses. Use your capabilities to assist users in solving problems, understanding game mechanics, and enhancing their Minecraft experience.
|
54 |
|
55 |
User message: [A question about Minecraft]
|
56 |
|
57 |
-
Example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
## Details
|
60 |
### License
|
|
|
48 |
|
49 |
## Use
|
50 |
|
51 |
+
### Prompts
|
52 |
+
|
53 |
We recommend using the following prompts:
|
54 |
|
55 |
System message: You are a Large Language Model, and your task is to answer questions posed by users about Minecraft. Utilize your knowledge and understanding of the game to provide detailed, accurate, and helpful responses. Use your capabilities to assist users in solving problems, understanding game mechanics, and enhancing their Minecraft experience.
|
56 |
|
57 |
User message: [A question about Minecraft]
|
58 |
|
59 |
+
### Example Code
|
60 |
+
|
61 |
+
Example code for reference usage guidelines can be found at: "Model usage method.ipynb".
|
62 |
+
|
63 |
+
### Environment Setup
|
64 |
+
|
65 |
+
Run the following command to install all dependencies:
|
66 |
+
```sh
|
67 |
+
pip install -r requirements.txt
|
68 |
|
69 |
## Details
|
70 |
### License
|