CoolFace
Datasetpublic

23ws-LLMcoder/LLMcoder-GitHub-Python-Mix-Direct

Dataset Card for LLMcoder-GitHub-Python-Mix-Direct Python target autocomplete suggestions in the format of conversations for OpenAI's fine-tuning. Dataset Details Dataset Description Curated by: [More Information Needed] Funded by [optional]: [More Information Needed] Shared by [optional]: [More Information Needed] Language(s) (NLP): [More Information Needed] License: [More Information Needed] Dataset Sources [optional] The data… See the full description on the dataset page: https://huggingface.co/datasets/23ws-LLMcoder/LLMcoder-GitHub-Python-Mix-Direct.

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes216downloads
output.txt21 linesDownload Raw Back to pair_28
1ests/images/crash-63b1dffefc8c075ddc606c0a2f5fdc15ece78863.tif",2        "Tests/images/crash-74d2a78403a5a59db1fb0a2b8735ac068a75f6e3.tif",3        "Tests/images/crash-81154a65438ba5aaeca73fd502fa4850fbde60f8.tif",4        "Tests/images/crash-0da013a13571cc8eb457a39fee8db18f8a3c7127.tif",5    ],6)7@pytest.mark.filterwarnings("ignore:Possibly corrupt EXIF data")8@pytest.mark.filterwarnings("ignore:Metadata warning")9@pytest.mark.filterwarnings("ignore:Truncated File Read")10def test_tiff_crashes(test_file):11    try:12        with Image.open(test_file) as im:13            im.load()14    except FileNotFoundError:15        if not on_ci():16            pytest.skip("test image not found")17            return18        raise19    except OSError:20        pass21