Skip to main content
RECOGNITION · PROGRAMMES · ECOSYSTEM · TRUST FinanceGPT Labs
FinanceGPT Model Hub

all-MiniLM-L6-v2 · Dependencies

Copy-ready local dependency and download instructions generated from the model family and governed repository metadata.

Install locally

FinanceGPT never executes this install command on the server.
python -m pip install huggingface_hub transformers safetensors tokenizers sentence-transformers
Packages: huggingface_hub, transformers, safetensors, tokenizers, sentence-transformers

Download pinned model

hf download 'sentence-transformers/all-MiniLM-L6-v2' --revision 'ea78891063587eb050ed4166b20062eaf978037c' --local-dir ./financegpt-model
from huggingface_hub import snapshot_download

path = snapshot_download(
    repo_id="sentence-transformers/all-MiniLM-L6-v2",
    revision="ea78891063587eb050ed4166b20062eaf978037c",
    local_dir="./financegpt-model",
)

Loader policy

Trust remote code
No
Prefer safetensors
Yes
Revision pinning required
Yes
Execute untrusted repository code
No
Remote repository code execution remains disabled. Publication, promotion and Financial Actions authority remain separate from dependency guidance.