Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ First, I trained it on an epoch of https://huggingface.co/datasets/Adapting/empa
|
|
10 |
Then I trained it on an epoch of https://huggingface.co/datasets/vicgalle/alpaca-gpt4 and landed here, a model that is capable of chatting but very focused on following instructions.
|
11 |
|
12 |
**Future Ideas**
|
13 |
-
- This strongly prefers the alpaca prompt format and will try to autocomplete it if you don't provide it
|
14 |
- Also would like to filter the rows with phrases "AI assistant" and "virtual assistant" from all future runs.
|
15 |
- Thinking it might also help to do a short run on a dataset focused on character impersonation
|
16 |
|
|
|
10 |
Then I trained it on an epoch of https://huggingface.co/datasets/vicgalle/alpaca-gpt4 and landed here, a model that is capable of chatting but very focused on following instructions.
|
11 |
|
12 |
**Future Ideas**
|
13 |
+
- **This strongly prefers the alpaca prompt format and will try to autocomplete it if you don't provide it.** I'd like to work on removing this fixation and making it more flexible.
|
14 |
- Also would like to filter the rows with phrases "AI assistant" and "virtual assistant" from all future runs.
|
15 |
- Thinking it might also help to do a short run on a dataset focused on character impersonation
|
16 |
|