AlBERTo-it
AlBERTo-it copied to clipboard
AlBERTo the first italian BERT model for Twitter languange understanding
Hi, I have a question about the training set of AlBERTo. I've read that the pre-trained lower cased model is based on 200M of tweets (191GB of raw data) but...
Hi dear I can't load the example with your indications. Where I 'm failing? ``` from tokenizer import * from transformers import AutoTokenizer, AutoModel a = AlBERTo_Preprocessing(do_lower_case=True) s: str =...
Hi. I need to use Tensorflow 2 but seems that alBERTo is compatible only with Tensorflow 1.x. Someone could help me?
Hi! Thank you for the brilliant work! I am using Italian tweets for my research and want to use AlBERTo-it for sentiment analysis. We have hand-coded training set and hope...
Hi all, Thanks for the cool contribution. I looked at the paper and found information on preprocessing but no mention of sentence splitting. You didn't do it then or did...