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