Instructions to use MayZhou/e5-small-lora-ai-generated-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MayZhou/e5-small-lora-ai-generated-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MayZhou/e5-small-lora-ai-generated-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MayZhou/e5-small-lora-ai-generated-detector") model = AutoModelForSequenceClassification.from_pretrained("MayZhou/e5-small-lora-ai-generated-detector") - Notebooks
- Google Colab
- Kaggle
Not work for single sentence
🤝 1
1
#1 opened about 1 year ago
by
hdduytran