Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -12,5 +12,6 @@
|
|
12 |
"clean_up_tokenization_spaces": true,
|
13 |
"model_max_length": 30,
|
14 |
"pad_token": "[PAD]",
|
|
|
15 |
"tokenizer_class": "RnaTokenizer"
|
16 |
}
|
|
|
12 |
"clean_up_tokenization_spaces": true,
|
13 |
"model_max_length": 30,
|
14 |
"pad_token": "[PAD]",
|
15 |
+
"return_tensors": "pt",
|
16 |
"tokenizer_class": "RnaTokenizer"
|
17 |
}
|