lgxz commited on
Commit
4619ce9
·
verified ·
1 Parent(s): 88ac8a0

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +17 -0
config.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ default:
4
+ data_files:
5
+ - pattern: "*.parquet"
6
+ file_type: "parquet"
7
+ features:
8
+ messages:
9
+ type: sequence
10
+ feature:
11
+ type: dict
12
+ schema:
13
+ role:
14
+ type: string
15
+ content:
16
+ type: string
17
+ description: "Default config for chat format with role and content fields"