WenxingZhu
commited on
Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: train
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: train/*
|
7 |
+
- config_name: test
|
8 |
+
data_files:
|
9 |
+
- split: test
|
10 |
+
path: test/*
|
11 |
+
- config_name: neighbors
|
12 |
+
data_files:
|
13 |
+
- split: neighbors
|
14 |
+
path: neighbors/*
|
15 |
+
---
|
16 |
+
|
17 |
+
# Dataset Overview
|
18 |
+
|
19 |
+
dataset: cohere-v3-10M
|
20 |
+
|
21 |
+
| Split | Name | Size | Num Rows | Num Columns | Schema | Storage Type | Num Files |
|
22 |
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
23 |
+
| train | cohere-v3-10M | 2.231 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 |
|
24 |
+
| test | cohere-v3-10M | 0.263 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 |
|
25 |
+
| neighbors | cohere-v3-10M | 0.860 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 |
|
cohere-v3-10M_summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"train": {"name": "cohere-v3-10M", "size": "2.231 MB", "num_rows": 1000, "num_columns": 6, "schema": {"chunk_id": "string", "url": "string", "title": "string", "text": "string", "emb": "list<element: float>", "idx": "int64"}, "storage_type": "local", "num_files": 1}, "test": {"name": "cohere-v3-10M", "size": "0.263 MB", "num_rows": 100, "num_columns": 6, "schema": {"chunk_id": "string", "url": "string", "title": "string", "text": "string", "emb": "list<element: float>", "idx": "int64"}, "storage_type": "local", "num_files": 1}, "neighbors": {"name": "cohere-v3-10M", "size": "0.860 MB", "num_rows": 100, "num_columns": 5, "schema": {"idx": "int64", "neighbors_id": "list<element: int64>", "distance": "list<element: double>", "metric": "string", "query_expr": "null"}, "storage_type": "local", "num_files": 1}}
|
create_yaml.py
ADDED
File without changes
|
neighbors/neighbors-expr-None-metric-cosine.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8e737eaeb4f10192355c8fa7e378c37be1a4f02f04e8fbe8211f5567fddbe21
|
3 |
+
size 901393
|
schema.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_id": false,
|
3 |
+
"description": "\u6211\u7684\u6570\u636e\u96c6schema",
|
4 |
+
"fields": [
|
5 |
+
{
|
6 |
+
"name": "idx",
|
7 |
+
"description": "",
|
8 |
+
"type": 5,
|
9 |
+
"is_primary": true,
|
10 |
+
"auto_id": false
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"name": "chunk_id",
|
14 |
+
"description": "",
|
15 |
+
"type": 21,
|
16 |
+
"params": {
|
17 |
+
"max_length": 100
|
18 |
+
}
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"name": "url",
|
22 |
+
"description": "",
|
23 |
+
"type": 21,
|
24 |
+
"params": {
|
25 |
+
"max_length": 25536
|
26 |
+
}
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"name": "title",
|
30 |
+
"description": "",
|
31 |
+
"type": 21,
|
32 |
+
"params": {
|
33 |
+
"max_length": 25536
|
34 |
+
}
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"name": "text",
|
38 |
+
"description": "",
|
39 |
+
"type": 21,
|
40 |
+
"params": {
|
41 |
+
"max_length": 25536
|
42 |
+
}
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"name": "emb",
|
46 |
+
"description": "",
|
47 |
+
"type": 101,
|
48 |
+
"params": {
|
49 |
+
"dim": 1024
|
50 |
+
}
|
51 |
+
}
|
52 |
+
],
|
53 |
+
"enable_dynamic_field": false
|
54 |
+
}
|
test/c6b13df3-df9f-479b-8d6c-0741474f29f9.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4848663b5e5aeb10acd9f22a48f5c16abf07a96cbb77ae90c335c1470a02818
|
3 |
+
size 275813
|
train/a91a7464-e722-47c9-b227-29bdc00ac0fd.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e89b10d86ebe11fc53c8c9a1601643f06dbbc0d6b4b0bff087f04c8d095ebab
|
3 |
+
size 2339764
|