autotrain-data-processor commited on
Commit
52913b6
1 Parent(s): 7b226c2

Processed data from AutoTrain data processor ([2023-06-27 11:41 ]

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: ukrainian-telegram-sentiment-analysis
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project ukrainian-telegram-sentiment-analysis.
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": "\u041f\u0440\u0435\u0441\u0441\u043b\u0443\u0436\u0431\u0430 \u041b\u0443\u043a\u0430\u0448\u0435\u043d\u043a\u0430 \u043f\u0438\u0448\u0435, \u0449\u043e \u0432\u0436\u0435 \u0454 \u043f\u0440\u043e\u0454\u043a\u0442 \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043d\u043e\u0433\u043e \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0443 \u0440\u043e\u0437\u0432'\u044f\u0437\u043a\u0438 \u0441\u0438\u0442\u0443\u0430\u0446\u0456\u0457 \u0437 \u041f\u0412\u041a \"\u0412\u0430\u0433\u043d\u0435\u0440\", \u0437 \u0433\u0430\u0440\u0430\u043d\u0442\u0456\u044f\u043c\u0438 \u0431\u0435\u0437\u043f\u0435\u043a\u0438 \u0434\u043b\u044f \u0457\u0457 \u043d\u0430\u0439\u043c\u0430\u043d\u0446\u0456\u0432. \u0412\u043e\u043d\u0438 \u0434\u043e\u043c\u043e\u0432\u0438\u043b\u0438\u0441\u044c \"\u043f\u0440\u043e \u043d\u0435\u043f\u0440\u0438\u043f\u0443\u0441\u0442\u0438\u043c\u0456\u0441\u0442\u044c \u0440\u043e\u0437\u0432'\u044f\u0437\u0443\u0432\u0430\u043d\u043d\u044f \u043a\u0440\u0438\u0432\u0430\u0432\u043e\u0457 \u0431\u0456\u0439\u043d\u0456 \u043d\u0430 \u0442\u0435\u0440\u0438\u0442\u043e\u0440\u0456\u0457 \u0440\u043e\u0441\u0456\u0457\"",
26
+ "target": 0
27
+ },
28
+ {
29
+ "text": "\u041a\u0430\u0434\u0438\u0440\u0456\u0432\u0446\u0456 \u0437 \"\u0410\u0445\u043c\u0430\u0442\u0443\" \u0437\u0430\u0457\u0445\u0430\u043b\u0438 \u0443 \u0420\u043e\u0441\u0442\u043e\u0432-\u043d\u0430-\u0414\u043e\u043d\u0443, \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u044f\u044e\u0442\u044c \u0440\u043e\u0441\u0417\u041c\u0406. \ud83d\udc4d\ud83d\udc4d\ud83d\udc4d",
30
+ "target": 1
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=['0', '1'], 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 | 64 |
53
+ | valid | 17 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c914dad318a100612068d68f27dca1f09d88259c684e2efa332e5ac7a6b6a856
3
+ size 16904
processed/train/dataset_info.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "names": [
11
+ "0",
12
+ "1"
13
+ ],
14
+ "_type": "ClassLabel"
15
+ }
16
+ },
17
+ "homepage": "",
18
+ "license": "",
19
+ "splits": {
20
+ "train": {
21
+ "name": "train",
22
+ "num_bytes": 16305,
23
+ "num_examples": 64,
24
+ "dataset_name": null
25
+ }
26
+ }
27
+ }
processed/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e952273da8ba9520",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a53e0f879250e62b827e2f75e02990fbe5c07572838c0b273b95b2c243ba30
3
+ size 7448
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "names": [
11
+ "0",
12
+ "1"
13
+ ],
14
+ "_type": "ClassLabel"
15
+ }
16
+ },
17
+ "homepage": "",
18
+ "license": "",
19
+ "splits": {
20
+ "valid": {
21
+ "name": "valid",
22
+ "num_bytes": 6855,
23
+ "num_examples": 17,
24
+ "dataset_name": null
25
+ }
26
+ }
27
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "43c3bef4b0d8aba9",
8
+ "_format_columns": [
9
+ "target",
10
+ "text"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }