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

Results completely differ from web-demo #347

Open
chris-aeviator opened this issue Jun 26, 2022 · 0 comments
Open

Results completely differ from web-demo #347

chris-aeviator opened this issue Jun 26, 2022 · 0 comments

Comments

@chris-aeviator
Copy link

chris-aeviator commented Jun 26, 2022

When using neuralcoref master with Space==2.1.0 I can use neuralcoref just fine. However the results drastically differ from the version deployed to huggingface.co/neuralcoref

"She is close to the habour" yields:
grafik

Whereas the same text executed via examples/server.py yields an empty reply

❯ curl --data-urlencode "text=she is close to the habour" -G localhost:8000
{}%

I can confirm that my curl call succeeds with other prompts.

▽ {mentions: […], clusters: […], resolved: "she is close to the habour. where might she be heading?"}
  ▽ mentions: [{…}, {…}]
    ▽ [0]: {start: 0, end: 3, text: "she", resolved: "she"}
        start: 0
        end: 3
        text: "she"
        resolved: "she"
    ▽ [1]: {start: 40, end: 43, text: "she", resolved: "she"}
        start: 40
        end: 43
        text: "she"
        resolved: "she"
  ▽ clusters: [["she", "she"]]
    ▽ [0]: ["she", "she"]
        [0]: "she"
        [1]: "she"
    resolved: "she is close to the habour. where might she be heading?"

It seems like NOMINAL is missing somehow.

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

1 participant