Instructions to use graphistry/twitter-relevancy-filter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use graphistry/twitter-relevancy-filter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="graphistry/twitter-relevancy-filter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("graphistry/twitter-relevancy-filter") model = AutoModelForSequenceClassification.from_pretrained("graphistry/twitter-relevancy-filter", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2d2e981 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6ada83ceb5cde4af83bf64839fe365b99bd25964ad8829793848e54893092812
size 17083021
|