Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alfraser
/
llm-arch
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
53dc0ac
llm-arch
/
src
/
common.py
alfraser
Migrated the databrowser code into the repo for hugging face.
53dc0ac
over 1 year ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
os
data_dir = os.path.join(os.path.dirname(__file__),
'..'
,
'data'
)