Update tokenizer_config.json
Browse files- tokenizer_config.json +9 -10
tokenizer_config.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"tokenizer_class": "BinnedOmicTokenizer"
|
12 |
}
|
|
|
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 |
}
|