Upload configs.yaml with huggingface_hub
Browse files- configs.yaml +1 -1
configs.yaml
CHANGED
@@ -20,7 +20,7 @@ learning_rate: 8e-05
|
|
20 |
logging_steps: '1'
|
21 |
lr_scheduler_type: cosine
|
22 |
messages: conversations
|
23 |
-
model_name_or_path: meta-llama/
|
24 |
neat_packing: 'True'
|
25 |
num_train_epochs: '5.0'
|
26 |
output_dir: /opt/ml/model
|
|
|
20 |
logging_steps: '1'
|
21 |
lr_scheduler_type: cosine
|
22 |
messages: conversations
|
23 |
+
model_name_or_path: meta-llama/Llama-3.1-8B-Instruct
|
24 |
neat_packing: 'True'
|
25 |
num_train_epochs: '5.0'
|
26 |
output_dir: /opt/ml/model
|