mirror of
https://github.com/tiennm99/phow2sim.git
synced 2026-05-20 20:24:52 +00:00
8140b51d3d
Was set in Dockerfile/compose/.env/README but never read by the app. Tokenization is inferred at lookup time by _variant_candidates trying both spaced and underscore-joined forms.
15 lines
631 B
Bash
15 lines
631 B
Bash
# Copy to `.env` and fill in. `.env` is gitignored.
|
|
|
|
# URL that serves the PhoW2V zip with a plain HTTP(S) GET.
|
|
# Host it however you like; any auth must be baked into the URL itself
|
|
# (share token, signed URL, etc.). The service sends no Authorization
|
|
# headers. PhoW2V's license forbids *public* redistribution, so use a
|
|
# private/unlisted URL you control.
|
|
#
|
|
# Nextcloud public-share example (no share password):
|
|
# MODEL_URL=https://cloud.example.com/s/abc123XYZ/download
|
|
MODEL_URL=https://cloud.example.com/s/REPLACE_ME/download
|
|
|
|
# Must match the filename inside the zip.
|
|
MODEL_PATH=/data/phow2v/word2vec_vi_words_300dims.txt
|