jyothir commited on
Commit
6f79c7a
·
1 Parent(s): 2028114

Create readme.md

Browse files
Files changed (1) hide show
  1. readme.md +4 -0
readme.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ ```
2
+ with open("embeddings_open.pkl", "rb") as f:
3
+ embeddings = pickle.load(f)
4
+ ```