witchling22 commited on
Commit
f4a6d6c
1 Parent(s): 4011eef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: values
7
+ sequence:
8
+ sequence: float64
9
+ - name: sparse_values
10
+ struct:
11
+ - name: indices
12
+ sequence: int64
13
+ - name: values
14
+ sequence: float64
15
+ - name: metadata
16
+ struct:
17
+ - name: context
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 143880286
22
+ num_examples: 15704
23
+ download_size: 107344746
24
+ dataset_size: 143880286
25
+ ---
26
+ # Dataset Card for "hybrid_data_fin"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)