Upload finetune_livekit_eot.py with huggingface_hub
Browse files- finetune_livekit_eot.py +1 -1
finetune_livekit_eot.py
CHANGED
|
@@ -130,7 +130,7 @@ def main():
|
|
| 130 |
push_to_hub=True,
|
| 131 |
hub_model_id="Vurtnec/livekit-eot-finetuned",
|
| 132 |
dataset_text_field="text",
|
| 133 |
-
|
| 134 |
)
|
| 135 |
|
| 136 |
trainer = SFTTrainer(
|
|
|
|
| 130 |
push_to_hub=True,
|
| 131 |
hub_model_id="Vurtnec/livekit-eot-finetuned",
|
| 132 |
dataset_text_field="text",
|
| 133 |
+
max_length=256,
|
| 134 |
)
|
| 135 |
|
| 136 |
trainer = SFTTrainer(
|