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