polinaeterna commited on
Commit
7375d86
·
1 Parent(s): 3e58896

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: x
5
+ dtype: int64
6
+ - name: y
7
+ dtype: int64
8
+ splits:
9
+ - name: train
10
+ num_bytes: 48
11
+ num_examples: 3
12
+ download_size: 0
13
+ dataset_size: 48
14
+ builder_config:
15
+ data_files:
16
+ - split: train
17
+ pattern: data/train-*
18
+ ---
19
+ # Dataset Card for "test_string_to_dict"
20
+
21
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)