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:
- 7089cc42e741ff74e4cc38a43bfe8cbaa35b28c6650b6b82a5e8acf721ee81ae
- Size of remote file:
- 1.03 GB
- SHA256:
- 8cb3efcfa51ea530e385bfeb4dbfbc947a2110599ef653a5c677179a32571ab6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.