Spaces:
Sleeping
Sleeping
Create config.yaml
Browse files- config.yaml +21 -0
config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
architecture:
|
2 |
+
llm_model: Viet-Mistral/Vistral-7B-Chat
|
3 |
+
embedding_model: intfloat/multilingual-e5-small
|
4 |
+
hf_token: NO_USE
|
5 |
+
llm_quantized: True
|
6 |
+
dataset:
|
7 |
+
chunk_marker: BK_CHUNK
|
8 |
+
required_exts: .docx
|
9 |
+
data_dir: ./data
|
10 |
+
processed_data_dir: ./processed_data
|
11 |
+
signal_type: html_table
|
12 |
+
keep_bold: True
|
13 |
+
retrieve:
|
14 |
+
top_k: 2
|
15 |
+
generation:
|
16 |
+
max_new_tokens: 2048
|
17 |
+
temperature: 0.6
|
18 |
+
do_sample: True
|
19 |
+
top_p: 0.9
|
20 |
+
environment:
|
21 |
+
device: 'cuda'
|