elsayedissa commited on
Commit
ef96ccf
1 Parent(s): 1a9df89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -131,7 +131,7 @@ def clean_text(text):
131
 
132
  def normalize(batch):
133
  """Normalizes GOLD"""
134
- #batch["gold_text"] = whisper_norm(batch['text'])
135
  batch["gold_text"] = clean_text(batch['sentence'])
136
  return batch
137
 
 
131
 
132
  def normalize(batch):
133
  """Normalizes GOLD"""
134
+ #batch["gold_text"] = whisper_norm(batch['sentence'])
135
  batch["gold_text"] = clean_text(batch['sentence'])
136
  return batch
137