Spaces:
Runtime error
Runtime error
Commit
·
276e900
1
Parent(s):
0a16904
Upload 2 files
Browse files
documentation_db/commit_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"branch": "main", "children": ["1cb9ca8ddb2e030807fb9c2da82c105900604823"], "parent": null, "commit_message": null, "commit_time": 1682896440.713126, "commit_user_name": "public"}
|
documentation_db/dataset_meta.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default_index": [
|
3 |
+
{
|
4 |
+
"start": null,
|
5 |
+
"step": null,
|
6 |
+
"stop": null
|
7 |
+
}
|
8 |
+
],
|
9 |
+
"groups": [],
|
10 |
+
"hidden_tensors": [
|
11 |
+
"_embedding_shape"
|
12 |
+
],
|
13 |
+
"tensor_names": {
|
14 |
+
"_embedding_shape": "_embedding_shape",
|
15 |
+
"embedding": "embedding",
|
16 |
+
"ids": "ids",
|
17 |
+
"metadata": "metadata",
|
18 |
+
"text": "text"
|
19 |
+
},
|
20 |
+
"tensors": [
|
21 |
+
"text",
|
22 |
+
"metadata",
|
23 |
+
"embedding",
|
24 |
+
"_embedding_shape",
|
25 |
+
"ids"
|
26 |
+
],
|
27 |
+
"version": "3.3.2"
|
28 |
+
}
|