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