gojiteji commited on
Commit
a952b9b
1 Parent(s): 0396eb1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int32
6
+ - name: text
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ 0: negative
13
+ 1: positive
14
+ - name: image
15
+ dtype: image
16
+ splits:
17
+ - name: train
18
+ num_bytes: 150258864.979
19
+ num_examples: 67349
20
+ download_size: 77510123
21
+ dataset_size: 150258864.979
22
+ ---
23
+ # Dataset Card for "QRsst2"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)