potsawee / selfcheckgpt

SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models
MIT License
442 stars 54 forks source link

Tiny bug: missing import and variable in README.md #33

Open annahedstroem opened 1 day ago

annahedstroem commented 1 day ago

Hey,

These lines are missing from the README.md.

import spacy
nlp = spacy.load("en_core_web_sm")

Thanks for the package!