manu commited on
Commit
dae51a9
·
1 Parent(s): 9967799

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: valid
8
+ path: data/valid-*
9
+ dataset_info:
10
+ features:
11
+ - name: text
12
+ dtype: string
13
+ - name: topic
14
+ dtype: string
15
+ - name: source
16
+ dtype: string
17
+ - name: polarity
18
+ dtype: string
19
+ - name: place_name
20
+ dtype: string
21
+ - name: industry
22
+ dtype: string
23
+ - name: rating
24
+ dtype: int64
25
+ - name: id
26
+ dtype: int64
27
+ splits:
28
+ - name: test
29
+ num_bytes: 183154.4
30
+ num_examples: 400
31
+ - name: valid
32
+ num_bytes: 45788.6
33
+ num_examples: 100
34
+ download_size: 122776
35
+ dataset_size: 228943.0
36
+ ---
37
+ # Dataset Card for "test_topicbasednli"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)