Closed yongzhuo closed 2 years ago
default batch_size is 3000, I don't quite understand, why so huge?
The batch_size here is not the common sense batch size, here seems mean the token number in the batch. Check "batch" method in data_loader.py for detail.
default batch_size is 3000, I don't quite understand, why so huge?