I get the predicted token as ` े` . What am I doing wrong?
|
|
1
|
281
|
March 27, 2023
|
<unk> token in the output instead curly braces
|
|
0
|
29
|
March 25, 2023
|
How to add a new token without expanding the vocabulary
|
|
0
|
30
|
March 24, 2023
|
Does the ByteLevelBPETokenizer need to be wrapped in a normal Tokenizer?
|
|
0
|
28
|
March 18, 2023
|
What is required to create a fast tokenizer? For example for a Marian model
|
|
0
|
39
|
March 16, 2023
|
GPT2Tokenizer.decode maps unicode sequences to the same string '�'
|
|
3
|
109
|
March 15, 2023
|
Issue with Tokenizer
|
|
0
|
39
|
March 14, 2023
|
Converting TikToken to Huggingface Tokenizer
|
|
0
|
166
|
March 10, 2023
|
Tokenizing my novel for GPT model
|
|
0
|
98
|
March 10, 2023
|
How to add additional custom pre-tokenization processing?
|
|
6
|
2239
|
March 7, 2023
|
Customize FlauBERT tokenizer to split line breaks
|
|
0
|
32
|
March 4, 2023
|
How to change the size of model_max_length?
|
|
0
|
51
|
March 3, 2023
|
Trying to use AutoTokenizer with TensorFlow gives: `ValueError: text input must of type `str` (single example), `List[str]` (batch or single pretokenized example) or `List[List[str]]` (batch of pretokenized examples).`
|
|
5
|
947
|
March 2, 2023
|
Can't get to the source code of `tokenizer.convert_tokens_to_string`
|
|
0
|
57
|
February 28, 2023
|
Why I'm getting same result with or without using Wav2Vec2Processor?
|
|
0
|
53
|
February 25, 2023
|
How does `tokenizer().input_ids` work and how different it is from tokenizer.encode() before `model.generate()` and decoding step?
|
|
1
|
110
|
February 22, 2023
|
What file type should my training data be?
|
|
0
|
60
|
February 20, 2023
|
Best way to get the closest token indices of input of char_to_token is a whitespace
|
|
0
|
72
|
February 19, 2023
|
Regular tokens vs special tokens
|
|
4
|
658
|
February 17, 2023
|
Token indices sequence length is longer than the specified maximum sequence length
|
|
4
|
2266
|
February 15, 2023
|
Error with new tokenizers (URGENT!)
|
|
7
|
9570
|
February 15, 2023
|
Create a simple tokenizer
|
|
0
|
105
|
February 14, 2023
|
"Add_tokens" breaks words when encoding
|
|
1
|
307
|
February 13, 2023
|
Sliding window for Long Documents
|
|
1
|
578
|
February 9, 2023
|
Creating tokenizer from counts file?
|
|
0
|
72
|
February 9, 2023
|
Tokenizer.train() running out of memory
|
|
0
|
114
|
February 9, 2023
|
Training sentencePiece from scratch?
|
|
6
|
4375
|
February 1, 2023
|
Tokenizing Float Tensor?
|
|
0
|
103
|
January 28, 2023
|
Padding and truncation for custom tokenizer
|
|
1
|
99
|
January 22, 2023
|
Incorporate SARI score into run_summarization.py example script
|
|
0
|
104
|
January 13, 2023
|