Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
adi0308
/
Image-Colour-Extract
like
0
License:
openrail
Model card
Files
Files and versions
xet
Community
main
Image-Colour-Extract
/
tokenizer.py
adi0308
Upload 3 files
1bbd364
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
66 Bytes
def
tokenizer_function
(
text
):
return
text.strip().split(
'\n'
)