Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
dongyh
/
FANformer-1B
like
2
Text Generation
Transformers
Safetensors
allenai/dolma
English
hf_olmo
custom_code
arxiv:
2502.21309
arxiv:
2410.02675
License:
mit
Model card
Files
Files and versions
Community
Train
Use this model
main
FANformer-1B
/
aliases.py
dongyh
Upload 2 files
545d83f
verified
19 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
from
os
import
PathLike
from
typing
import
Union
__all__ = [
"PathOrStr"
]
PathOrStr =
Union
[
str
, PathLike]