HendSta commited on
Commit
033cb78
·
verified ·
1 Parent(s): fe4f702

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +19 -0
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "text_columns": [
3
+ "motscles",
4
+ "Unite",
5
+ "LibParametre",
6
+ "FAMILLE",
7
+ "LIBMEDWINabrege"
8
+ ],
9
+ "numeric_columns": [
10
+ "ValeurUsuelleMin",
11
+ "ValeurUsuelleMax"
12
+ ],
13
+ "target": [
14
+ "CodParametre",
15
+ "LIBMEDWINabrege",
16
+ "LibParametre",
17
+ "FAMILLE"
18
+ ]
19
+ }