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