File size: 464 Bytes
3183d47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
base_model:
- shenzhi-wang/Llama3.1-8B-Chinese-Chat
---

learning_rate: 7e-6  
epoch: 3  
context_length: 1024  
prompt:
```
[
	{“role”: “system”, “content”: “從<Document>裡找到答案並利用該答案回答<Query>所敘述的問題”},
	{“role”: “system”, “content”: “<Document>{Q}{A}</Document>”},
	{“role”: “user”, “content”: “<Query>{Q}</Query>”},
	{“role”: “assistant”, “content”: {A}},
]
```