Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ input_ids, attention_masks = encoding["input_ids"].to("cuda"), encoding["attenti
|
|
39 |
|
40 |
outputs = model.generate(
|
41 |
input_ids=input_ids, attention_mask=attention_masks,
|
42 |
-
max_length=
|
43 |
early_stopping=True
|
44 |
)
|
45 |
|
|
|
39 |
|
40 |
outputs = model.generate(
|
41 |
input_ids=input_ids, attention_mask=attention_masks,
|
42 |
+
max_length=8,
|
43 |
early_stopping=True
|
44 |
)
|
45 |
|