You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not getting the same responses when I use the latest version of ner_mult_long_demo from deeppavlov/DeepPavlov#1657
But even if I use ner_bert_base, I get the exact same results as ner_mult_long_demo. (still different from what I get when I use the demo in the website)
The demo on the website seems to be giving more accurate responses than my deployed API... so that's why I'd like to replicate what you have deployed in your demo :)
Thanks!
A few examples (don't mind the meaning of the texts - they're just random stuff):
{"x":["after doing a ritual I wanna come clean he was definitely in the wrong"]}
Hello,
Is it possible to know what exact model is this using? https://7002.deeppavlov.ai/model
I'm not getting the same responses when I use the latest version of
ner_mult_long_demo
from deeppavlov/DeepPavlov#1657But even if I use
ner_bert_base
, I get the exact same results asner_mult_long_demo
. (still different from what I get when I use the demo in the website)The demo on the website seems to be giving more accurate responses than my deployed API... so that's why I'd like to replicate what you have deployed in your demo :)
Thanks!
A few examples (don't mind the meaning of the texts - they're just random stuff):
Demo:
My deployed API (
ner_mult_long_demo
):Test with
ner_demo_mdeberta_address
:Demo:
My deployed API (
ner_mult_long_demo
):Test with
ner_demo_mdeberta_address
:Demo:
My deployed API (
ner_mult_long_demo
):Test with
ner_demo_mdeberta_address
:Demo:
My deployed API (
ner_mult_long_demo
):Test with
ner_demo_mdeberta_address
:This matches the label given, but the demo does not include "@", while my deployed API does:
Demo:
My deployed API (
ner_mult_long_demo
):Test with
ner_demo_mdeberta_address
:The text was updated successfully, but these errors were encountered: