python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
keras pad_sequence and Tokenizer
i learn on kaggle dataset Here to practice on nlp i have an error when i tokenize the tweets and go to padding them i got an error i search for an solution but i don't get answer
# Get tha max Numbe...
Ahmed Soliman
Votes: 0
Answers: 1
Question about natural language processing
I am working on a graduation project related to "Aspect extraction (AE)".
I'm pretty confused about POS taging, syntax tree, grammar rules, and other low-level NLP stuff. I need a reference ...
C132
Votes: 0
Answers: 1
Automatically Add Diacritic/Accent Marks to a Non-English Document
In my spare time, I am transcribing a very old, rare book written in Romanian (in fact, it is the only remaining copy, to my knowledge). It was written over a hundred years ago, well before any comput...
v0rtex20k
Votes: 0
Answers: 2
How does the finetune on transformer (t5) work?
I am using pytorch lightning to finetune t5 transformer on a specific task. However, I was not able to understand how the finetuning works. I always see this code :
tokenizer = AutoTokenizer.from_pret...
Chan Wing
Votes: 0
Answers: 1