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