Sam Chaudry
Upload folder using huggingface_hub
7885a28 verified
raw
history blame
118 Bytes
__all__ = ["asbytes", "asunicode"]
def asunicode(s: bytes | str) -> str: ...
def asbytes(s: bytes | str) -> str: ...