16d282e
1
2
3
4
5
6
7
import joblib def load_data(): embd_id = joblib.load('data/data_compressed.pkl') return embd_id