File size: 1,635 Bytes
7b05cd5
 
 
 
 
a12db15
 
 
 
7b05cd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a12db15
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
language:
- en
task_categories:
- text-classification
tags:
- chat
- persona
pretty_name: Persona based on Caroline Filips
---
# AutoTrain Dataset for project: car0fil-001

## Dataset Description

This dataset has been automatically processed by AutoTrain for project car0fil-001.

### Languages

The BCP-47 code for the dataset's language is en.

## Dataset Structure

### Data Instances

A sample from this dataset looks as follows:

```json
[
  {
    "target": 0,
    "text": "And I remember",
    "feat_DATE": "2022-09-12T12:29:04",
    "feat_PLATFORM": null,
    "feat_Unnamed: 4": null,
    "feat_Unnamed: 3": null,
    "feat_Unnamed: 5": null
  },
  {
    "target": 1,
    "text": "Throw a lil \u201cKurt filips is my dad\u201d",
    "feat_DATE": "2023-03-27T15:36:21",
    "feat_PLATFORM": null,
    "feat_Unnamed: 4": null,
    "feat_Unnamed: 3": null,
    "feat_Unnamed: 5": null
  }
]
```

### Dataset Fields

The dataset has the following fields (also called "features"):

```json
{
  "target": "ClassLabel(names=['CAROLINE FILIPS', 'NOT CAROLINE'], id=None)",
  "text": "Value(dtype='string', id=None)",
  "feat_DATE": "Value(dtype='string', id=None)",
  "feat_PLATFORM": "Value(dtype='string', id=None)",
  "feat_Unnamed: 4": "Value(dtype='float64', id=None)",
  "feat_Unnamed: 3": "Value(dtype='float64', id=None)",
  "feat_Unnamed: 5": "Value(dtype='float64', id=None)"
}
```

### Dataset Splits

This dataset is split into a train and validation split. The split sizes are as follow:

| Split name   | Num samples         |
| ------------ | ------------------- |
| train        | 689784 |
| valid        | 172447 |