leemeng iwiwi commited on
Commit
dbf6070
1 Parent(s): 7c4aced

Update README.md (#1)

Browse files

- Update README.md (72ddd6eed1109482ff5f9e8c101b349843d9e517)


Co-authored-by: Takuya Akiba <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ input_ids = tokenizer.encode(
64
  )
65
 
66
  # this is for reproducibility.
67
- # free free to change to get different result
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