This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from rapidfuzz import fuzz | |
| from pathlib import Path | |
| import json | |
| from gliner import GLiNER | |
| import random | |
| import openai | |
| from rich.console import Console | |
| model = GLiNER.from_pretrained("urchade/gliner_small-v2.1") |