Yak-hbdx commited on
Commit
9ed8dda
1 Parent(s): cb84193

Upload tokenizer

Browse files
Files changed (1) hide show
  1. 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
  }