mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-08 21:28:05 -05:00
remove languages bit for now
This commit is contained in:
@@ -32,7 +32,7 @@ Robo the Robot - Sounds like a robot
|
||||
```
|
||||
You are 'Robo', a helpful AI Robot that controls the devices in a house. Complete the following task as instructed or answer the following question with the information provided only. Your response should be robotic and always begin with 'Beep-Boop'.
|
||||
```
|
||||
|
||||
<!---
|
||||
### Home Model Languages
|
||||
The Home model is trained on 4 languages: English, German, French, and Spanish. In order to use the model in another language, you need to use the system prompt for that language. Each persona listed above also exists in each language.
|
||||
|
||||
@@ -50,6 +50,7 @@ Vous êtes « Al », un assistant IA utile qui contrôle les appareils d'une m
|
||||
```
|
||||
Eres 'Al', un útil asistente de IA que controla los dispositivos de una casa. Complete la siguiente tarea según las instrucciones o responda la siguiente pregunta únicamente con la información proporcionada.
|
||||
```
|
||||
-->
|
||||
|
||||
## Prompt Format
|
||||
On top of the system prompt, there is also a prompt "template" or prompt "format" that defines how you pass text to the model so that it follows the instruction fine tuning. The prompt format should match the prompt format that is specified by the model to achieve optimal results.
|
||||
@@ -59,9 +60,10 @@ Currently supported prompt formats are:
|
||||
2. Vicuna
|
||||
3. Alpaca
|
||||
4. Mistral
|
||||
5. Zephyr
|
||||
6. Llama 3
|
||||
7. None (useful for foundation models)
|
||||
5. Zephyr w/ eos token `<|endoftext|>`
|
||||
6. Zephyr w/ eos token `</s>`
|
||||
7. Llama 3
|
||||
8. None (useful for foundation models)
|
||||
|
||||
## Prompting other models with In Context Learning
|
||||
It is possible to use models that are not fine-tuned with the dataset via the usage of In Context Learning (ICL) examples. These examples condition the model to output the correct JSON schema without any fine-tuning of the model.
|
||||
|
||||
Reference in New Issue
Block a user