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
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Hi, when running the example in Windows, it returns "Denver" instead of "Denver Broncos".
I tested also in Linux and Mac, in both the result is correct.
The startLogits array and the endLogits array always contains exactly the same values.
I tested also changing the context and question, and always reproduce the same behaviour: the logits are exactly the same.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, when running the example in Windows, it returns "Denver" instead of "Denver Broncos".
I tested also in Linux and Mac, in both the result is correct.
I traced the error to this line:
https://github.com/huggingface/node-question-answering/blob/master/src/runtimes/saved-model.worker-thread.ts#L80
The startLogits array and the endLogits array always contains exactly the same values.
I tested also changing the context and question, and always reproduce the same behaviour: the logits are exactly the same.
The text was updated successfully, but these errors were encountered: