Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
daslab-testing
/
CloverLM
like
1
Follow
ISTA DASLab Testing Account
23
Text Generation
Transformers
Safetensors
nvidia/ClimbMix
English
cloverlm
causal-lm
quartet-ii
nvfp4
low-precision-training
pretrained
custom_code
arxiv:
2504.13161
arxiv:
2601.22813
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
CloverLM
/
lm_eval
/
main.py
BlackSamorez
Upload folder using huggingface_hub
a29dc33
verified
15 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
85 Bytes
def
main
():
print
(
"Hello from lm-eval!"
)
if
__name__ ==
"__main__"
:
main()