Update README.md

#3
by Jurk06 - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ According to official statements, Trump, now operating from the WRNMMC, is to co
24
 
25
  text = "headline: " + article
26
 
27
- max_len = 256
28
 
29
  encoding = tokenizer.encode_plus(text, return_tensors = "pt")
30
  input_ids = encoding["input_ids"].to(device)
 
24
 
25
  text = "headline: " + article
26
 
27
+ max_len = 250
28
 
29
  encoding = tokenizer.encode_plus(text, return_tensors = "pt")
30
  input_ids = encoding["input_ids"].to(device)