Different Outputs Between Local Nuextract Model and Hugging Face Playground
#18
by
kartikeyagarwal
- opened
I'm encountering an issue where the output from the Nuextract model differs when running it locally versus using it on the Hugging Face Playground.
Local Model: The model captures some irrelevant information that isn’t required.
Hugging Face Playground: The output is accurate and as expected.
I'm wondering if there are specific parameters or configurations that need to be adjusted locally to match the behavior of the Playground.
Has anyone faced a similar issue or can suggest what settings might be causing this difference?
Are you using a temperature of 0.0?
Yes