Upload train_qwen_codeforces.py with huggingface_hub
Browse files- train_qwen_codeforces.py +0 -1
train_qwen_codeforces.py
CHANGED
|
@@ -89,7 +89,6 @@ trainer = SFTTrainer(
|
|
| 89 |
train_dataset=dataset,
|
| 90 |
args=config,
|
| 91 |
peft_config=peft_config,
|
| 92 |
-
dataset_text_field="text", # Use the text field we created
|
| 93 |
)
|
| 94 |
|
| 95 |
# Train
|
|
|
|
| 89 |
train_dataset=dataset,
|
| 90 |
args=config,
|
| 91 |
peft_config=peft_config,
|
|
|
|
| 92 |
)
|
| 93 |
|
| 94 |
# Train
|