File size: 610 Bytes
9654f72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: label
    dtype:
      class_label:
        names:
          '0': neutral
          '1': flirty
  - name: texts
    dtype: string
  splits:
  - name: train
    num_bytes: 102704
    num_examples: 1584
  - name: test
    num_bytes: 20642
    num_examples: 318
  - name: validation
    num_bytes: 14111
    num_examples: 212
  download_size: 95358
  dataset_size: 137457
---
# Dataset Card for "flirty_or_not"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)