Nguyen17 commited on
Commit
8bc2598
·
verified ·
1 Parent(s): 04793f1

Create config.yaml

Browse files
Files changed (1) hide show
  1. 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'