Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ ST = SentenceTransformer("mixedbread-ai/mxbai-embed-large-v1")
|
|
14 |
|
15 |
dataset = load_dataset("Yoxas/statistical_literacyv2")
|
16 |
|
17 |
-
data = dataset["
|
18 |
|
19 |
# Check the structure of embeddings
|
20 |
#example_embedding = data[0]['Abstract']
|
|
|
14 |
|
15 |
dataset = load_dataset("Yoxas/statistical_literacyv2")
|
16 |
|
17 |
+
data = dataset["train"]
|
18 |
|
19 |
# Check the structure of embeddings
|
20 |
#example_embedding = data[0]['Abstract']
|