pietrolesci commited on
Commit
0d48b58
1 Parent(s): 9f5d2c7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: uid_original
12
+ dtype: string
13
+ - name: title
14
+ dtype: string
15
+ - name: content
16
+ dtype: string
17
+ - name: target_ind
18
+ sequence: int64
19
+ - name: target_rel
20
+ sequence: float64
21
+ - name: text
22
+ dtype: string
23
+ - name: uid
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 3262662835
28
+ num_examples: 1186239
29
+ - name: test
30
+ num_bytes: 842174854
31
+ num_examples: 306782
32
+ download_size: 2560646204
33
+ dataset_size: 4104837689
34
+ ---
35
+ # Dataset Card for "amazoncat-13k"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)