Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
raw
history blame contribute delete
179 Bytes
The transforms are applied on the fly when you load an element of the dataset:
food = food.with_transform(transforms)
Now create a batch of examples using [DefaultDataCollator].