IlyaGusev commited on
Commit
4c24d5c
1 Parent(s): 46eeb0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -45,6 +45,7 @@ article_text = "..."
45
 
46
  input_ids = tokenizer(
47
  [article_text],
 
48
  add_special_tokens=True,
49
  padding="max_length",
50
  truncation=True,
45
 
46
  input_ids = tokenizer(
47
  [article_text],
48
+ max_length=400,
49
  add_special_tokens=True,
50
  padding="max_length",
51
  truncation=True,