LLM4SciLit / install.sh
tommymarto's picture
first attempt to hf spaces
7f7b773
raw
history blame contribute delete
No virus
190 Bytes
# download spacy model for document tokenization (https://spacy.io/usage)
# the en_core_web_trf model is the best performing model for tokenization
python -m spacy download en_core_web_trf