Update README.md
#1
by
iwiwi
- opened
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 |
|