Preserve paths.vectors/initialize.vectors setting in quickstart template

This commit is contained in:
Adriane Boyd 2021-06-23 11:07:14 +02:00
parent c78eb28dfa
commit e51fff5432

View File

@ -418,7 +418,7 @@ compound = 1.001
[initialize] [initialize]
{% if use_transformer or optimize == "efficiency" or not word_vectors -%} {% if use_transformer or optimize == "efficiency" or not word_vectors -%}
vectors = null vectors = ${paths.vectors}
{% else -%} {% else -%}
vectors = "{{ word_vectors }}" vectors = "{{ word_vectors }}"
{% endif -%} {% endif -%}