Joshua Lochner commited on
Commit
a0ca50e
·
1 Parent(s): 813b772

Removed unused code

Browse files
Files changed (1) hide show
  1. src/train.py +0 -1
src/train.py CHANGED
@@ -108,7 +108,6 @@ def main():
108
 
109
  # Preprocessing the datasets.
110
  # We need to tokenize inputs and targets.
111
- column_names = raw_datasets['train'].column_names
112
 
113
  prefix = CustomTokens.EXTRACT_SEGMENTS_PREFIX.value
114
 
 
108
 
109
  # Preprocessing the datasets.
110
  # We need to tokenize inputs and targets.
 
111
 
112
  prefix = CustomTokens.EXTRACT_SEGMENTS_PREFIX.value
113