Instructions to use ssun32/bert_twitter_turkle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ssun32/bert_twitter_turkle with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ssun32/bert_twitter_turkle")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ssun32/bert_twitter_turkle") model = AutoModel.from_pretrained("ssun32/bert_twitter_turkle", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e496dca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5a57af77445bb592a4b1b2168051bae45ad18167aa1125d1fd15348bd4b7a70d
size 433248237
|