jpwahle commited on
Commit
1d0b37c
1 Parent(s): 9392be0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = '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)
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)