Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
|
32 |
AutoModelForSequenceClassification("jpelhaw/longformer-base-plagiarism-detection")
|
33 |
AutoTokenizer.from_pretrained("jpelhaw/longformer-base-plagiarism-detection")
|
34 |
|
35 |
-
input =
|
36 |
|
37 |
|
38 |
example = tokenizer.tokenize(input, add_special_tokens=True)
|
|
|
32 |
AutoModelForSequenceClassification("jpelhaw/longformer-base-plagiarism-detection")
|
33 |
AutoTokenizer.from_pretrained("jpelhaw/longformer-base-plagiarism-detection")
|
34 |
|
35 |
+
input = "Plagiarism is the representation of another author's writing, thoughts, ideas, or expressions as one's own work."
|
36 |
|
37 |
|
38 |
example = tokenizer.tokenize(input, add_special_tokens=True)
|