Only for doc classification models #74
Replies: 6 comments 8 replies
-
Indeed. At the model it does not work for token prediction, nor span prediction like NER (see also #36). This should be implementable though. Do you have a specific model in mind? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Yes, we were thinking about showcasing in Spacy our BioNER models in
Spanish, for example:
https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es-pharmaconer
Without training a new one specifically with Spacy
Thanks
==============
Carlos Rodriguez
==============
…On Mon, Nov 7, 2022 at 1:22 PM Kenneth Enevoldsen ***@***.***> wrote:
Indeed. At the model it does not work for token prediction, nor span
prediction like NER (see also #36
<#36>). This should
be implementable though.
Do you have a specific model in mind?
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FKPRETKPCLLLIVBG2KQDWHDYAXANCNFSM6AAAAAARZBXK7Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
No problem, thanks! Once we have it we'll add the component to a standard
Spacy pipeline, and apply it as NER.
==============
Carlos Rodriguez
==============
…On Wed, Nov 9, 2022 at 9:54 AM Kenneth Enevoldsen ***@***.***> wrote:
Sorry for the misunderstanding. I was referring to code for using the
model on an example. I would use it to ensure my implementation works as
intended.
I can also reconstruct it from the example on the API site.
—
Reply to this email directly, view it on GitHub
<#74 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FKPWAPIZDKTCHBZHN63DWHNRCZANCNFSM6AAAAAARZBXK7Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @cayorodriguez, just letting you know that I started working on this, but it might take a bit longer than expected |
Beta Was this translation helpful? Give feedback.
-
No worries, thanks for the update!
==============
Carlos Rodriguez
==============
…On Sun, Nov 13, 2022 at 4:41 PM Kenneth Enevoldsen ***@***.***> wrote:
Hi @cayorodriguez <https://github.com/cayorodriguez>, just letting you
know that I started working on this, but it might take a bit longer than
expected
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FKPWCQ2V7MO7EUMLRFJ3WIED3TANCNFSM6AAAAAARZBXK7Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi Kenneth,
We appreciate the effort, but don't worry about it. We don't have any
deadline for this. We think it would be an amazing way to make our models
(and indeed any HF models) available for anyone, without having to know how
to train a Spacy pipeline, which is not trivial at all.
Cheers!
==============
Carlos Rodriguez
==============
…On Tue, Nov 22, 2022 at 3:29 PM Kenneth Enevoldsen ***@***.***> wrote:
Still working on this, but I assume an update will be out soon.
It is taking more time than expected since I need to handle both NER and
token predictions (pos, tag) in a single pipeline as they both use the
huggingface TokenClassificationPipeline (I don't use that, though, but try
to model the spacy component after that such that the predictions should be
the same across the two frameworks).
—
Reply to this email directly, view it on GitHub
<#74 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FKPVHSTBQHRTW3AXS3XTWJTKGHANCNFSM6AAAAAARZBXK7Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
It looks like this will only work for doc classification tasks, not for token classification fine tunning, like NER, right?
Beta Was this translation helpful? Give feedback.
All reactions