Upload train_qwen3_telecom.py with huggingface_hub
Browse files- train_qwen3_telecom.py +1 -1
train_qwen3_telecom.py
CHANGED
|
@@ -9,7 +9,7 @@ import trackio
|
|
| 9 |
|
| 10 |
# Load and preprocess the TeleQnA dataset
|
| 11 |
print('Loading TeleQnA dataset...')
|
| 12 |
-
raw_dataset = load_dataset('netop/TeleQnA', split='
|
| 13 |
|
| 14 |
def format_for_sft(example):
|
| 15 |
"""Convert TeleQnA format to chat messages format"""
|
|
|
|
| 9 |
|
| 10 |
# Load and preprocess the TeleQnA dataset
|
| 11 |
print('Loading TeleQnA dataset...')
|
| 12 |
+
raw_dataset = load_dataset('netop/TeleQnA', split='test')
|
| 13 |
|
| 14 |
def format_for_sft(example):
|
| 15 |
"""Convert TeleQnA format to chat messages format"""
|