Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,8 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
|
46 |
AutoModelForSequenceClassification("jpelhaw/longformer-base-plagiarism-detection")
|
47 |
AutoTokenizer.from_pretrained("jpelhaw/longformer-base-plagiarism-detection")
|
48 |
|
49 |
-
input = "Plagiarism is the representation of another author's writing,
|
|
|
50 |
|
51 |
|
52 |
example = tokenizer.tokenize(input, add_special_tokens=True)
|
|
|
46 |
AutoModelForSequenceClassification("jpelhaw/longformer-base-plagiarism-detection")
|
47 |
AutoTokenizer.from_pretrained("jpelhaw/longformer-base-plagiarism-detection")
|
48 |
|
49 |
+
input = "Plagiarism is the representation of another author's writing, \
|
50 |
+
thoughts, ideas, or expressions as one's own work."
|
51 |
|
52 |
|
53 |
example = tokenizer.tokenize(input, add_special_tokens=True)
|