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