Skip to content

Commit

Permalink
add random seed
Browse files Browse the repository at this point in the history
  • Loading branch information
hjc-puro committed Sep 28, 2023
1 parent 40bba5a commit 28284d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataloaders/dataloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import datasets
import os
import random
random.seed(42)
from dataloaders.data_formats import NAME2CLS
from preprocess.prompts import SYSTEM_PROMPT

Expand Down

0 comments on commit 28284d5

Please sign in to comment.