sgurriah commited on
Commit
9654f72
·
1 Parent(s): a9c1650

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': neutral
11
+ '1': flirty
12
+ - name: texts
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 102704
17
+ num_examples: 1584
18
+ - name: test
19
+ num_bytes: 20642
20
+ num_examples: 318
21
+ - name: validation
22
+ num_bytes: 14111
23
+ num_examples: 212
24
+ download_size: 95358
25
+ dataset_size: 137457
26
+ ---
27
+ # Dataset Card for "flirty_or_not"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)