gianma commited on
Commit
1cb8ef3
·
1 Parent(s): 2e8e728

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: is_camera
16
+ dtype: bool
17
+ - name: reference
18
+ dtype: string
19
+ - name: summary
20
+ dtype: string
21
+ - name: tokenized_len_total
22
+ dtype: int64
23
+ - name: __index_level_0__
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 1549422
28
+ num_examples: 97
29
+ - name: validation
30
+ num_bytes: 103831
31
+ num_examples: 6
32
+ - name: test
33
+ num_bytes: 107835
34
+ num_examples: 6
35
+ download_size: 728059
36
+ dataset_size: 1761088
37
+ ---
38
+ # Dataset Card for "camera_cleaned_8192_174"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)