Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Lorenzob
/
astra
like
0
Text Generation
Diffusers
doi:10.57967/hf/2194
llm
Model card
Files
Files and versions
Use this model
907499e
astra
/
LLaMA-Factory
/
src
/
train_bash.py
Lorenzob
Upload folder using huggingface_hub
9031f04
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
156 Bytes
from
llmtuner
import
run_exp
def
main
():
run_exp()
def
_mp_fn
(
index
):
# For xla_spawn (TPUs)
main()
if
__name__ ==
"__main__"
:
main()