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 | {<br> "chunk_id": "string",<br> "url": "string",<br> "title": "string",<br> "text": "string",<br> "emb": "list<element: float>",<br> "idx": "int64"<br>} | local | 1 | | |
| test | cohere-v3-10M | 0.267 MB | 100 | 6 | {<br> "chunk_id": "string",<br> "url": "string",<br> "title": "string",<br> "text": "string",<br> "emb": "list<element: float>",<br> "idx": "int64"<br>} | local | 1 | | |
| neighbors | cohere-v3-10M | 0.859 MB | 100 | 5 | {<br> "idx": "int64",<br> "neighbors_id": "list<element: int64>",<br> "distance": "list<element: double>",<br> "metric": "string",<br> "query_expr": "null"<br>} | local | 1 | |