Update README.md
#3
by Jurk06 - opened
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 =
|
| 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)
|