enryu43/twitter100m_tweets
Viewer β’ Updated β’ 88.1M β’ 499 β’ 35
How to use Pendrokar/TorchMoji with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Pendrokar/TorchMoji") # Load model directly
from transformers import AutoTokenizer, BertForMultilabelSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Pendrokar/TorchMoji")
model = BertForMultilabelSequenceClassification.from_pretrained("Pendrokar/TorchMoji")Clone of Uberduck/torchmoji
The conversion of the original model to Torch was done by π€: https://github.com/huggingface/torchMoji
Not really a Bert model. Or I just don't know how to set Interference API correctly, as it gives wrong predictions when compared to the π€ Space.
Paper: https://arxiv.org/abs/1708.00524
Dataset: