File size: 84 Bytes
6f79c7a
 
 
 
1
2
3
4
```
with open("embeddings_open.pkl", "rb") as f:
    embeddings = pickle.load(f)
```