Skip to content
Discussion options

You must be logged in to vote

What do the scores for other components look like? It is common to get such low scores when no static vectors are loaded. You could for instance use the vectors of the pt_core_news_lg model.

If you start with the standard configuration of the pt_core_news_lg model, you can do so by setting the vectors setting in the paths section to pt_core_news_lg:

[paths]
# ...
vectors = "pt_core_news_lg"

The standard configuration should already initialize the vectors from this path:

[initialize]
# ...
vectors = ${paths.vectors}

Also make sure that static vectors are used by the tok2vec embedder:

[components.tok2vec.model.embed]
# ...
include_static_vectors = true

If this isn't the issue, could you …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@abcp4
Comment options

@danieldk
Comment options

@danieldk
Comment options

@abcp4
Comment options

Answer selected by danieldk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang / pt Portuguese language data and models
2 participants