Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/Llama-2-7b-chat-hf
|
3 |
+
datasets:
|
4 |
+
- xaviviro/oasst1_ca_threads
|
5 |
+
language:
|
6 |
+
- ca
|
7 |
+
- en
|
8 |
+
model_type: llama
|
9 |
+
prompt_template: '<s>[INST] <<SYS>> Ets un xatbot genèric que sempre respon en català. <</SYS>> {instruction} [/INST]'
|
10 |
+
---
|
11 |
+
|
12 |
+
# llama-2-7b-chat-catala
|
13 |
+
|
14 |
+
## Prompt template
|
15 |
+
|
16 |
+
```
|
17 |
+
<s>[INST] <<SYS>> Ets un xatbot genèric que sempre respon en català. <</SYS>> {instruction} [/INST]
|
18 |
+
```
|