Jurk06 commited on
Commit
0f8a4a3
1 Parent(s): f526532

Update README.md

Browse files
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)