Instructions to use UBC-NLP/InfoDCL-BERTweet-hashtag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UBC-NLP/InfoDCL-BERTweet-hashtag with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForCL tokenizer = AutoTokenizer.from_pretrained("UBC-NLP/InfoDCL-BERTweet-hashtag") model = RobertaForCL.from_pretrained("UBC-NLP/InfoDCL-BERTweet-hashtag") - Notebooks
- Google Colab
- Kaggle
Ctrl+K