Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
stegsoph
/
tinyllm_canonical
like
0
PyTorch
tinyllm
custom_code
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
tinyllm_canonical
/
__init__.py
stegsoph
Upload folder using huggingface_hub
5d2c747
verified
3 months ago
raw
Copy download link
history
blame
149 Bytes
from
.configuration_tinyllm
import
TinyLLMConfig
from
.modeling_tinyllm
import
TinyLLMForCausalLM
__all__ = [
"TinyLLMConfig"
,
"TinyLLMForCausalLM"
]