Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
pandas
Shitao commited on
Commit
b7c64bd
·
1 Parent(s): ba71468

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: id
12
+ dtype: int32
13
+ - name: domain
14
+ dtype: string
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': POS
20
+ '1': NEG
21
+ - name: rank
22
+ dtype: int32
23
+ - name: text
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 680681
28
+ num_examples: 3729
29
+ - name: test
30
+ num_bytes: 94649
31
+ num_examples: 533
32
+ download_size: 361291
33
+ dataset_size: 775330
34
+ ---
35
+ # Dataset Card for "JDReview-classification"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)