dhruv-anand-aintech
commited on
Commit
•
e40fae3
1
Parent(s):
f04d74d
feat: make dataset compatible with vdf format
Browse files- VDF_META.json +27 -0
VDF_META.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "0.0.1",
|
3 |
+
"file_structure": [
|
4 |
+
"wikipedia-1k-cohere-openai-embeddings/data/train-00000-of-00001-aec4da7891cd3048.parquet",
|
5 |
+
"wikipedia-1k-cohere-openai-embeddings/VDF_META.json"
|
6 |
+
],
|
7 |
+
"author": "kshivendu",
|
8 |
+
"exported_from": "hf",
|
9 |
+
"indexes": {
|
10 |
+
"wikipedia-1k-cohere-openai-embeddings": [
|
11 |
+
{
|
12 |
+
"namespace": "",
|
13 |
+
"total_vector_count": 1000,
|
14 |
+
"exported_vector_count": 1000,
|
15 |
+
"dimensions": 768,
|
16 |
+
"model_name": "cohere/embed-multilingual-v2.0",
|
17 |
+
"vector_columns": [
|
18 |
+
"cohere",
|
19 |
+
"openai"
|
20 |
+
],
|
21 |
+
"data_path": "wikipedia-1k-cohere-openai-embeddings/data/train-00000-of-00001-aec4da7891cd3048.parquet",
|
22 |
+
"metric": "Cosine"
|
23 |
+
}
|
24 |
+
]
|
25 |
+
},
|
26 |
+
"exported_at": "2024-01-11T17:54:00.000Z"
|
27 |
+
}
|