wenzhuoliu commited on
Commit
11f0ec6
·
verified ·
1 Parent(s): f001a1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -89,7 +89,7 @@ ds = datasets.load_dataset('stellia/es_indexing_benchmark', split='train', ignor
89
  texts = []
90
 
91
  for row in tqdm(ds):
92
- texts.append(row['text']) # extract pure text
93
 
94
  # Encoding with embed model:
95
 
 
89
  texts = []
90
 
91
  for row in tqdm(ds):
92
+ texts.append(row['block']['text']['text']) # extract pure text
93
 
94
  # Encoding with embed model:
95