wlabchoi commited on
Commit
231d921
·
verified ·
1 Parent(s): 0800fc9

Upload train_qwen3_telecom.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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='train')
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"""