amazon-science / RefChecker

RefChecker provides automatic checking pipeline and benchmark dataset for detecting fine-grained hallucinations generated by Large Language Models.
Apache License 2.0
296 stars 28 forks source link

MistralExtractor.py is missing #23

Closed jyotsanaSingh-git closed 1 month ago

jyotsanaSingh-git commented 2 months ago

I am looking for mistral extractor for claim extraction process. The link seems to be broken.

HuXiangkun commented 1 month ago

Hi, now we use litellm for invoking the LLMs for extraction. Please check Code Examples

As described in the 'Open source LLMs', if you want to deploy a Mistral model for extraction and checking, please use vllm for the deployment.