cohere-v3-10M / README.md
WenxingZhu's picture
Upload folder using huggingface_hub
359b196 verified
|
raw
history blame
1.12 kB
metadata
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.231 MB 1000 6 {
"chunk_id": "string",
"url": "string",
"title": "string",
"text": "string",
"emb": "list<element: float>",
"idx": "int64"
}
local 1
test cohere-v3-10M 0.263 MB 100 6 {
"chunk_id": "string",
"url": "string",
"title": "string",
"text": "string",
"emb": "list<element: float>",
"idx": "int64"
}
local 1
neighbors cohere-v3-10M 0.860 MB 100 5 {
"idx": "int64",
"neighbors_id": "list<element: int64>",
"distance": "list<element: double>",
"metric": "string",
"query_expr": "null"
}
local 1