---
configs:
- config_name: train
data_files:
- split: train
path: train/*
- config_name: test
data_files:
- split: test
path: test/*
- config_name: neighbors
data_files:
- split: neighbors
path: neighbors/*
---
# Dataset Overview
dataset: cohere-v3-10M
| Split | Name | Size | Num Rows | Num Columns | Schema | Storage Type | Num Files |
| --- | --- | --- | --- | --- | --- | --- | --- |
| train | cohere-v3-10M | 2.210 MB | 1000 | 6 | {
"chunk_id": "string",
"url": "string",
"title": "string",
"text": "string",
"emb": "list",
"idx": "int64"
} | local | 1 |
| test | cohere-v3-10M | 0.267 MB | 100 | 6 | {
"chunk_id": "string",
"url": "string",
"title": "string",
"text": "string",
"emb": "list",
"idx": "int64"
} | local | 1 |
| neighbors | cohere-v3-10M | 0.859 MB | 100 | 5 | {
"idx": "int64",
"neighbors_id": "list",
"distance": "list",
"metric": "string",
"query_expr": "null"
} | local | 1 |