autotrain-data-processor
commited on
Commit
·
3f9e1ce
1
Parent(s):
15dfb1d
Processed data from AutoTrain data processor ([2023-01-23 15:00 ]
Browse files- README.md +53 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +28 -0
- processed/train/state.json +17 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +28 -0
- processed/valid/state.json +17 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: tktktk
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project tktktk.
|
11 |
+
|
12 |
+
### Languages
|
13 |
+
|
14 |
+
The BCP-47 code for the dataset's language is unk.
|
15 |
+
|
16 |
+
## Dataset Structure
|
17 |
+
|
18 |
+
### Data Instances
|
19 |
+
|
20 |
+
A sample from this dataset looks as follows:
|
21 |
+
|
22 |
+
```json
|
23 |
+
[
|
24 |
+
{
|
25 |
+
"text": "@TK_TR 21 dk beklemem gerekti\u011fi s\u00f6yleniyor, m\u00fc\u015fteri temsilcisi ba\u011flanm\u0131yorum . \u0130nternet sitesinden de i\u015flem yap\u0131lam\u0131yor nas\u0131l \u00e7\u00f6z\u00fcm bulaca\u011f\u0131m ?",
|
26 |
+
"target": 0
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"text": "@yhyustun Sevgili Yahya Bey Allah Rizasi icin bari sen bir aciklama yaparsan sevinirim.Konu su:Danimarkadan Turkiyeye ucuslar sistemde yok gorunuyor tum Mart ayi icin.1 Mart icin ucusum vardi fakat birkac gun once cagri merkeziyle gorustum ucuslar satisa kapanmis ancak bizim bir haberimiz",
|
30 |
+
"target": 0
|
31 |
+
}
|
32 |
+
]
|
33 |
+
```
|
34 |
+
|
35 |
+
### Dataset Fields
|
36 |
+
|
37 |
+
The dataset has the following fields (also called "features"):
|
38 |
+
|
39 |
+
```json
|
40 |
+
{
|
41 |
+
"text": "Value(dtype='string', id=None)",
|
42 |
+
"target": "ClassLabel(names=['negative', 'neutral', 'positive'], id=None)"
|
43 |
+
}
|
44 |
+
```
|
45 |
+
|
46 |
+
### Dataset Splits
|
47 |
+
|
48 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
49 |
+
|
50 |
+
| Split name | Num samples |
|
51 |
+
| ------------ | ------------------- |
|
52 |
+
| train | 2398 |
|
53 |
+
| valid | 601 |
|
processed/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "valid"]}
|
processed/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e66b25925f22025a2d7af7ecddbe5dfb235549296c8774dae039572e8704a9f
|
3 |
+
size 531632
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"target": {
|
10 |
+
"names": [
|
11 |
+
"negative",
|
12 |
+
"neutral",
|
13 |
+
"positive"
|
14 |
+
],
|
15 |
+
"_type": "ClassLabel"
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"homepage": "",
|
19 |
+
"license": "",
|
20 |
+
"splits": {
|
21 |
+
"train": {
|
22 |
+
"name": "train",
|
23 |
+
"num_bytes": 530577,
|
24 |
+
"num_examples": 2398,
|
25 |
+
"dataset_name": null
|
26 |
+
}
|
27 |
+
}
|
28 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "47524bd15d611e0d",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_indexes": {},
|
15 |
+
"_output_all_columns": false,
|
16 |
+
"_split": null
|
17 |
+
}
|
processed/valid/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a95202af23e417437fe2fb2a029d5d38eaca7096eed6c4799ab27146a07dcd5c
|
3 |
+
size 128136
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "AutoTrain generated dataset",
|
4 |
+
"features": {
|
5 |
+
"text": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"target": {
|
10 |
+
"names": [
|
11 |
+
"negative",
|
12 |
+
"neutral",
|
13 |
+
"positive"
|
14 |
+
],
|
15 |
+
"_type": "ClassLabel"
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"homepage": "",
|
19 |
+
"license": "",
|
20 |
+
"splits": {
|
21 |
+
"valid": {
|
22 |
+
"name": "valid",
|
23 |
+
"num_bytes": 127518,
|
24 |
+
"num_examples": 601,
|
25 |
+
"dataset_name": null
|
26 |
+
}
|
27 |
+
}
|
28 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "90cbd168f4987ef1",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_indexes": {},
|
15 |
+
"_output_all_columns": false,
|
16 |
+
"_split": null
|
17 |
+
}
|