# all-MiniLM-L6-v2 Downloader

This folder contains a GUI downloader for the Hugging Face model `sentence-transformers/all-MiniLM-L6-v2`.

## Usage

1. Run `Downloader_UI.py`.
2. Click `Start Download` to download the selected model files into the local `download/` folder.
3. Click `Force Fresh` to re-download all files from scratch.

## Notes

- The downloader only downloads the main model files and configuration assets.
- It skips `.gitattributes` and `train_script.py`.
- The downloaded files are stored in `download/`.
