Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
exbert-project
/
exbert
like
135
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
276c58b
exbert
/
Makefile
bhoov
First commit
63858e7
about 5 years ago
raw
Copy download link
history
blame
198 Bytes
ENV_NAME=
"exbert"
env
:
conda
env
create -f ./environment.yml; \
conda activate $(ENV_NAME); \
pip install -e server/spacyface; \
pip install -e server/transformers; \
pip install -e server; \