wenzhuoliu
commited on
Update README.md
Browse files
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 |
|