Skip to content

Commit

Permalink
Update atomic_facts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AakritiKinra authored Dec 31, 2024
1 parent 560b280 commit b7eac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llments/eval/factscore/atomic_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from rank_bm25 import BM25Okapi
import os
from nltk.tokenize import sent_tokenize
from typing import List, Tuple, Optional, Any, Set, cast
from typing import List, Tuple, Optional, Any, Set, Sequence, cast

from factscore.openai_lm import OpenAIModel

Expand Down

0 comments on commit b7eac00

Please sign in to comment.