Instructions to use rasgaard/bert-newsgroups-probe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rasgaard/bert-newsgroups-probe with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rasgaard/bert-newsgroups-probe")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rasgaard/bert-newsgroups-probe") model = AutoModelForSequenceClassification.from_pretrained("rasgaard/bert-newsgroups-probe", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 15e0b68bc6260854d38f7188906aff6e3d3d18d39299bf20effa79b7dbf31093
- Size of remote file:
- 438 MB
- SHA256:
- d1a7b569271c05fed56a39d61498a22a1bb82107a5eaee2ff17612948259688b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.