Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with SpaCy 3.0 #32

Open
elymatos opened this issue Mar 6, 2021 · 2 comments
Open

Using with SpaCy 3.0 #32

elymatos opened this issue Mar 6, 2021 · 2 comments

Comments

@elymatos
Copy link

elymatos commented Mar 6, 2021

Hi,
Thanks for the good job!
Is it possible to use these models with spaCy 3.0? Is there some recipe to this use? (actually the spaCy page about Transformers is not clear on how to train a new pipeline with models like these)
Thanks!

@fabiocapsouza
Copy link
Contributor

Hi @elymatos,
I don't use spaCy so I can't help you unfortunately. But if spaCy supports BERT models of the Transformers library, it should work with BERTimbau, since the only difference are the weights. If that is the case, a tutorial for English BERT could give you directions.

I'll leave this issue open so others may comment here as well :)

@beeepaiva
Copy link

beeepaiva commented Apr 7, 2022

@fabiocapsouza
Existe um package pro spaCy 3.0?
Na versao espanhol por exemplo: Spanish transformer pipeline (dccuchile/bert-base-spanish-wwm-cased).
https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased
e como import no spaCy teriamos nlp = spacy.load("es_dep_news_trf")

A forma desse package seria por conta do proprio spaCy ou já existe?
Obrigada!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants