Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bardd
/
search_pt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
search_pt
/
data
/
data_loader.py
bardd
first commit
16d282e
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
import
joblib
def
load_data
():
embd_id = joblib.load(
'data/data_compressed.pkl'
)
return
embd_id