danschr commited on
Commit
5069e3f
1 Parent(s): 80a2654

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ model = AutoModelForSequenceClassification.from_pretrained("tum-nlp/Deberta_Huma
37
 
38
  example_text ='whaling is part of the culture of various indigenous population and should be allowed for the purpose of maintaining this tradition and way of life and sustenance, among other uses of a whale. against We should ban whaling'
39
 
40
- encoding = TOKENIZER.encode_plus(
41
  text,
42
  add_special_tokens=True,
43
  max_length=512,
 
37
 
38
  example_text ='whaling is part of the culture of various indigenous population and should be allowed for the purpose of maintaining this tradition and way of life and sustenance, among other uses of a whale. against We should ban whaling'
39
 
40
+ encoding = tokenizer.encode_plus(
41
  text,
42
  add_special_tokens=True,
43
  max_length=512,