Upload folder using huggingface_hub

#1
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +30 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7ace30db24690b0f28d6556eb4a7b1a7eabc96408d8cdf7674d60d00392baa
3
+ size 49941856
dataset_info.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "question": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "answer": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "question_embedding": {
14
+ "feature": {
15
+ "dtype": "float32",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "Sequence"
19
+ },
20
+ "answer_embedding": {
21
+ "feature": {
22
+ "dtype": "float32",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "Sequence"
26
+ }
27
+ },
28
+ "homepage": "",
29
+ "license": ""
30
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "089d25398781c7fc",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }