https://github.com/codito/semanticsearch
Toy semantic search using ML.net, DistilBERT and ONNX
https://github.com/codito/semanticsearch
Last synced: 7 months ago
JSON representation
Toy semantic search using ML.net, DistilBERT and ONNX
- Host: GitHub
- URL: https://github.com/codito/semanticsearch
- Owner: codito
- License: mit
- Created: 2021-07-01T15:47:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T05:06:46.000Z (over 4 years ago)
- Last Synced: 2025-04-02T19:51:37.370Z (11 months ago)
- Language: C#
- Size: 1.88 MB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Toy semantic search using ML.net, DistilBERT and ONNX.
See https://codito.in/semantic-search-ml-dotnet/ for more details.
For setting up the model, uncomment and run [this][model]. Model will be downloaded to `src/Resources/Models`.
[model]: https://github.com/codito/semanticsearch/blob/master/tools/msmarco_model.py#L82