prithivida
commited on
Commit
•
3e62bba
1
Parent(s):
53fa195
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ def set_seed(seed):
|
|
23 |
if torch.cuda.is_available():
|
24 |
torch.cuda.manual_seed_all(seed)
|
25 |
|
26 |
-
set_seed(
|
27 |
|
28 |
#Init models (make sure you init ONLY once if you integrate this to your code)
|
29 |
parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
|
|
|
23 |
if torch.cuda.is_available():
|
24 |
torch.cuda.manual_seed_all(seed)
|
25 |
|
26 |
+
set_seed(1234)
|
27 |
|
28 |
#Init models (make sure you init ONLY once if you integrate this to your code)
|
29 |
parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5", use_gpu=False)
|