Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
jonl521
/
modeling_simple
like
0
Transformers
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
modeling_simple
/
.venv
/
lib
/
python3.14
/
site-packages
/
charset_normalizer
/
version.py
jonl521
Upload folder using huggingface_hub
2216aae
verified
24 days ago
raw
Copy download link
history
blame
contribute
delete
115 Bytes
"""
Expose version
"""
from
__future__
import
annotations
__version__ =
"3.4.4"
VERSION = __version__.split(
"."
)