jpwahle commited on
Commit
77559e0
1 Parent(s): 5682622

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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, thoughts, ideas, or expressions as one's own work."
 
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)