Spaces:
Runtime error
Runtime error
app.py
Browse files
app.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
import os
|
2 |
+
os.system('autotrain Ilm --train --ARLLAMa --model TinyPixel/ Llama-2-7B-bf16-sharded --timdettmers/openassistant-guanaco -use_peft-use_int4 --learning_rate 2e-4 --train_batch_size 2 --num_train_epochs 3 --trainer sft --model_max_length 2048')
|