mgelard commited on
Commit
193633c
·
verified ·
1 Parent(s): b084141

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -17
tokenizer_config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "tokenizer_class": "BinnedOmicTokenizer",
3
- "n_expressions_bins": 64,
4
- "min_omic_value": 0.0,
5
- "max_omic_value": 1.0,
6
- "use_max_normalization": true,
7
- "normalization_factor": 5.547176906585117,
8
- "prepend_cls_token": false,
9
- "fixed_sequence_length": null,
10
- "unpadded_length": null,
11
- "auto_map": {
12
- "AutoTokenizer": [
13
- "tokenizer.BinnedOmicTokenizer",
14
- null
15
- ]
16
- }
17
- }