NEOAI commited on
Commit
f4b9693
·
verified ·
1 Parent(s): dd6b8b4

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -2
tokenizer_config.json CHANGED
@@ -9,7 +9,6 @@
9
  "volume"
10
  ],
11
  "feature_names": [
12
- "date",
13
  "close",
14
  "high",
15
  "low",
@@ -76,7 +75,7 @@
76
  "volume_change_rate"
77
  ],
78
  "do_lower_case": false,
79
- "model_max_length": 1024,
80
  "tokenizer_class": "FinancialFeatureProcessor",
81
  "bos_token": "<bos>",
82
  "eos_token": "<eos>",
 
9
  "volume"
10
  ],
11
  "feature_names": [
 
12
  "close",
13
  "high",
14
  "low",
 
75
  "volume_change_rate"
76
  ],
77
  "do_lower_case": false,
78
+ "model_max_length": 128,
79
  "tokenizer_class": "FinancialFeatureProcessor",
80
  "bos_token": "<bos>",
81
  "eos_token": "<eos>",