Update README.md (#1)
Browse files- Update README.md (72ddd6eed1109482ff5f9e8c101b349843d9e517)
Co-authored-by: Takuya Akiba <iwiwi@users.noreply.huggingface.co>
README.md
CHANGED
@@ -64,7 +64,7 @@ input_ids = tokenizer.encode(
|
|
64 |
)
|
65 |
|
66 |
# this is for reproducibility.
|
67 |
-
#
|
68 |
seed = 23
|
69 |
torch.manual_seed(seed)
|
70 |
|
|
|
64 |
)
|
65 |
|
66 |
# this is for reproducibility.
|
67 |
+
# feel free to change to get different result
|
68 |
seed = 23
|
69 |
torch.manual_seed(seed)
|
70 |
|