Instructions to use devloverumar/chatgpt-content-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devloverumar/chatgpt-content-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="devloverumar/chatgpt-content-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("devloverumar/chatgpt-content-detector") model = AutoModelForSequenceClassification.from_pretrained("devloverumar/chatgpt-content-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e8dd8c8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:427aed7230382b2b5158404c995e5872980fe2130c69627ea47f53ff92e6c0cc
size 997295237
|