File size: 2,244 Bytes
90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b 90a20eb 758ea4b |
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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 |
---
task_categories:
- token-classification
---
# AutoTrain Dataset for project: code-mixed-language-identification
## Dataset Description
This dataset has been automatically processed by AutoTrain for project code-mixed-language-identification.
### Languages
The BCP-47 code for the dataset's language is unk.
## Dataset Structure
### Data Instances
A sample from this dataset looks as follows:
```json
[
{
"feat_Unnamed: 0": 1104,
"tokens": [
"@user",
"salah",
"satu",
"dari",
"4",
"anak",
"dr",
"sunardi",
"ada",
"yg",
"berprofesi",
"sbg",
"dokter",
"juga",
",",
"lulusan",
"unair",
",",
"sudah",
"selesai",
"koas",
"dan",
"intern",
"tolong",
"disupport",
"pak",
"anak",
"beliau"
],
"tags": [
6,
1,
1,
1,
6,
1,
6,
6,
1,
1,
1,
1,
1,
1,
6,
1,
6,
6,
1,
1,
1,
1,
0,
1,
3,
1,
1,
1
]
},
{
"feat_Unnamed: 0": 239,
"tokens": [
"@user",
"kamu",
"pake",
"apa",
"toh",
"?",
"aku",
"pake",
"xl",
"banter",
"lho",
"di",
"apartemen",
"pun",
"bisa",
"download",
"yutub"
],
"tags": [
6,
1,
1,
1,
1,
6,
1,
1,
6,
1,
1,
1,
1,
1,
1,
0,
6
]
}
]
```
### Dataset Fields
The dataset has the following fields (also called "features"):
```json
{
"feat_Unnamed: 0": "Value(dtype='int64', id=None)",
"tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
"tags": "Sequence(feature=ClassLabel(names=['EN', 'ID', 'JV', 'MIX_ID_EN', 'MIX_ID_JV', 'MIX_JV_EN', 'OTH'], id=None), length=-1, 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 | 1105 |
| valid | 438 |
|