Replies: 1 comment
-
Hey @bezir! I'm here to help you with any bugs, questions, or contributions you have for the LangChain repository. Let's tackle this issue together! The LangChain In the LangChain implementation, the These additional layers and handling mechanisms can introduce variability and noise, making the output less reliable compared to using the HuggingFace pipeline directly with the same parameters and model [1][2]. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
HF Pipeline LangChain:
HF Generation:
Description
I have unreliable and poor inference results when I use LangChain HF Pipeline. Both inference demos have the same parameters, although the second one is reliable and accurate whereas the first code produces unreliable and noisy content. I have tried multiple times/multiple prompts in the same setup.
System Info
I use the latest version of the LangChain in linux.
Beta Was this translation helpful? Give feedback.
All reactions