8bit-coder
commited on
Commit
•
9d0a9d3
1
Parent(s):
b356f82
readme 3
Browse files
README.md
CHANGED
@@ -19,16 +19,15 @@ Step 3. Navigate over to one of it's model folders and clone this repository:
|
|
19 |
|
20 |
git clone https://huggingface.co/8bit-coder/alpaca-7b-nativeEnhanced
|
21 |
|
22 |
-
Step 4. Launch the webui and replace the default instruction prompt with:
|
23 |
|
24 |
> You are an AI language model designed to assist the User by answering their questions, offering advice, and engaging in casual conversation in a friendly, helpful, and informative manner. You respond clearly, coherently, and you consideration of the conversation history.
|
25 |
>
|
26 |
> User: Hey, how's it going?
|
27 |
-
>
|
28 |
> Assistant: Hey there! I'm doing great, thank you. What can I help you with today? Let's have a fun chat!
|
29 |
|
30 |
Step 5. Change the settings to match this screenshot:
|
31 |
-
![
|
32 |
|
33 |
## 📚 Training
|
34 |
#### We used 8x Nvidia A100 40GB GPUs for training this model. Training time took ~3 hours and resulting loss was 0.4761 over 3 epochs. The command used for training is as follows:
|
|
|
19 |
|
20 |
git clone https://huggingface.co/8bit-coder/alpaca-7b-nativeEnhanced
|
21 |
|
22 |
+
Step 4. Launch the webui, replace "Your name" with "User" and replace the default instruction prompt with:
|
23 |
|
24 |
> You are an AI language model designed to assist the User by answering their questions, offering advice, and engaging in casual conversation in a friendly, helpful, and informative manner. You respond clearly, coherently, and you consideration of the conversation history.
|
25 |
>
|
26 |
> User: Hey, how's it going?
|
|
|
27 |
> Assistant: Hey there! I'm doing great, thank you. What can I help you with today? Let's have a fun chat!
|
28 |
|
29 |
Step 5. Change the settings to match this screenshot:
|
30 |
+
![Settings](https://media.discordapp.net/attachments/1089718753186549960/1090428983595782194/image.png)
|
31 |
|
32 |
## 📚 Training
|
33 |
#### We used 8x Nvidia A100 40GB GPUs for training this model. Training time took ~3 hours and resulting loss was 0.4761 over 3 epochs. The command used for training is as follows:
|