Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
drixo
/
nanochatt
like
0
Model card
Files
Files and versions
xet
Community
main
nanochatt
/
venv
/
lib
/
python3.10
/
site-packages
/
numpy
/
_utils
/
_convertions.pyi
drixo
Upload folder using huggingface_hub
838f737
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
__all__ = [
"asbytes"
,
"asunicode"
]
def
asunicode
(
s:
bytes
|
str
) ->
str
: ...
def
asbytes
(
s:
bytes
|
str
) ->
str
: ...