autotrain-data-processor commited on
Commit
542460b
1 Parent(s): 83c8ec9

Processed data from AutoTrain data processor ([2022-09-07 05:32 ]

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - bn
4
+ task_categories:
5
+ - text-classification
6
+
7
+ ---
8
+ # AutoTrain Dataset for project: citizen_nlu_bn
9
+
10
+ ## Dataset Descritpion
11
+
12
+ This dataset has been automatically processed by AutoTrain for project citizen_nlu_bn.
13
+
14
+ ### Languages
15
+
16
+ The BCP-47 code for the dataset's language is bn.
17
+
18
+ ## Dataset Structure
19
+
20
+ ### Data Instances
21
+
22
+ A sample from this dataset looks as follows:
23
+
24
+ ```json
25
+ [
26
+ {
27
+ "text": "\u0997\u09a4 \u09e8 \u09ae\u09be\u09b8 \u0986\u09ae\u09be\u09b0 \u0986\u0997\u09c7 \u0995\u09b0\u09cb \u09a8\u09be \u0986\u09ae\u09bf \u0995\u09a4 \u09a6\u09bf\u09a8 \u09aa\u09b0\u09c7 \u09b0\u0995\u09cd\u09a4 \u09a6\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09bf?",
28
+ "target": 3
29
+ },
30
+ {
31
+ "text": "\u09b9\u09a0\u09be\u09ce \u0986\u09ae\u09bf \u09a6\u09cb\u0995\u09be\u09a8\u09c7 \u09af\u09be\u0993\u09af\u09bc\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u098f\u0995\u099f\u09bf \u0996\u09be\u09b2\u09bf \u09b0\u09be\u09b8\u09cd\u09a4\u09be\u09af\u09bc \u09b9\u09be\u0981\u099f\u099b\u09bf\u09b2\u09be\u09ae \u09b8\u09be\u09a6\u09be \u09b0\u0999\u09c7\u09b0 \u0993\u09ac\u09bf 005639 \u0986\u09ae\u09bf \u09b0\u09bf\u09aa\u09cb\u09b0\u09cd\u099f \u0995\u09b0\u09ac \u09af\u0996\u09a8 \u0986\u09ae\u09bf \u09a4\u09be\u09b0 \u0995\u09be\u099b\u09c7 \u0986\u09b8\u09ac \u098f\u09ac\u0982 \u09a7\u09be\u0995\u09cd\u0995\u09be \u09a6\u09bf\u09af\u09bc\u09c7 \u099a\u09b2\u09c7 \u09af\u09be\u09ac",
32
+ "target": 44
33
+ }
34
+ ]
35
+ ```
36
+
37
+ ### Dataset Fields
38
+
39
+ The dataset has the following fields (also called "features"):
40
+
41
+ ```json
42
+ {
43
+ "text": "Value(dtype='string', id=None)",
44
+ "target": "ClassLabel(num_classes=55, names=['ContactRealPerson', 'Eligibility For BloodDonationWithComorbidities', 'EligibilityForBloodDonationAgeLimit', 'EligibilityForBloodDonationCovidGap', 'EligibilityForBloodDonationForPregnantWomen', 'EligibilityForBloodDonationGap', 'EligibilityForBloodDonationSTD', 'EligibilityForBloodReceiversBloodGroup', 'EligitbilityForVaccine', 'InquiryForCovidActiveCasesCount', 'InquiryForCovidDeathCount', 'InquiryForCovidPrevention', 'InquiryForCovidRecentCasesCount', 'InquiryForCovidTotalCasesCount', 'InquiryForDoctorConsultation', 'InquiryForQuarantinePeriod', 'InquiryForTravelRestrictions', 'InquiryForVaccinationRequirements', 'InquiryForVaccineCost', 'InquiryForVaccineCount', 'InquiryOfContact', 'InquiryOfCovidSymptoms', 'InquiryOfEmergencyContact', 'InquiryOfLocation', 'InquiryOfLockdownDetails', 'InquiryOfTiming', 'InquiryofBloodDonationRequirements', 'InquiryofBloodReceivalRequirements', 'InquiryofPostBloodDonationCareSchemes', 'InquiryofPostBloodDonationCertificate', 'InquiryofPostBloodDonationEffects', 'InquiryofPostBloodReceivalCareSchemes', 'InquiryofPostBloodReceivalEffects', 'InquiryofVaccinationAgeLimit', 'IntentForBloodDonationAppointment', 'IntentForBloodReceivalAppointment', 'ReportingAnimalAbuse', 'ReportingAnimalPoaching', 'ReportingChildAbuse', 'ReportingCyberCrime', 'ReportingDomesticViolence', 'ReportingDowry', 'ReportingDrugConsumption', 'ReportingDrugTrafficing', 'ReportingHitAndRun', 'ReportingMissingPerson', 'ReportingMissingPets', 'ReportingMissingVehicle', 'ReportingMurder', 'ReportingPropertyTakeOver', 'ReportingSexualAssault', 'ReportingTheft', 'ReportingTresspassing', 'ReportingVehicleAccident', 'StatusOfFIR'], id=None)"
45
+ }
46
+ ```
47
+
48
+ ### Dataset Splits
49
+
50
+ This dataset is split into a train and validation split. The split sizes are as follow:
51
+
52
+ | Split name | Num samples |
53
+ | ------------ | ------------------- |
54
+ | train | 27146 |
55
+ | valid | 6800 |
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:9ad7dce3b7c6ba8f00020fe4b22b6fed943767c12d1ba0f001d4777c11834ed6
3
+ size 6001520
processed/train/dataset_info.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "text": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
16
+ "num_classes": 55,
17
+ "names": [
18
+ "ContactRealPerson",
19
+ "Eligibility For BloodDonationWithComorbidities",
20
+ "EligibilityForBloodDonationAgeLimit",
21
+ "EligibilityForBloodDonationCovidGap",
22
+ "EligibilityForBloodDonationForPregnantWomen",
23
+ "EligibilityForBloodDonationGap",
24
+ "EligibilityForBloodDonationSTD",
25
+ "EligibilityForBloodReceiversBloodGroup",
26
+ "EligitbilityForVaccine",
27
+ "InquiryForCovidActiveCasesCount",
28
+ "InquiryForCovidDeathCount",
29
+ "InquiryForCovidPrevention",
30
+ "InquiryForCovidRecentCasesCount",
31
+ "InquiryForCovidTotalCasesCount",
32
+ "InquiryForDoctorConsultation",
33
+ "InquiryForQuarantinePeriod",
34
+ "InquiryForTravelRestrictions",
35
+ "InquiryForVaccinationRequirements",
36
+ "InquiryForVaccineCost",
37
+ "InquiryForVaccineCount",
38
+ "InquiryOfContact",
39
+ "InquiryOfCovidSymptoms",
40
+ "InquiryOfEmergencyContact",
41
+ "InquiryOfLocation",
42
+ "InquiryOfLockdownDetails",
43
+ "InquiryOfTiming",
44
+ "InquiryofBloodDonationRequirements",
45
+ "InquiryofBloodReceivalRequirements",
46
+ "InquiryofPostBloodDonationCareSchemes",
47
+ "InquiryofPostBloodDonationCertificate",
48
+ "InquiryofPostBloodDonationEffects",
49
+ "InquiryofPostBloodReceivalCareSchemes",
50
+ "InquiryofPostBloodReceivalEffects",
51
+ "InquiryofVaccinationAgeLimit",
52
+ "IntentForBloodDonationAppointment",
53
+ "IntentForBloodReceivalAppointment",
54
+ "ReportingAnimalAbuse",
55
+ "ReportingAnimalPoaching",
56
+ "ReportingChildAbuse",
57
+ "ReportingCyberCrime",
58
+ "ReportingDomesticViolence",
59
+ "ReportingDowry",
60
+ "ReportingDrugConsumption",
61
+ "ReportingDrugTrafficing",
62
+ "ReportingHitAndRun",
63
+ "ReportingMissingPerson",
64
+ "ReportingMissingPets",
65
+ "ReportingMissingVehicle",
66
+ "ReportingMurder",
67
+ "ReportingPropertyTakeOver",
68
+ "ReportingSexualAssault",
69
+ "ReportingTheft",
70
+ "ReportingTresspassing",
71
+ "ReportingVehicleAccident",
72
+ "StatusOfFIR"
73
+ ],
74
+ "id": null,
75
+ "_type": "ClassLabel"
76
+ }
77
+ },
78
+ "homepage": "",
79
+ "license": "",
80
+ "post_processed": null,
81
+ "post_processing_size": null,
82
+ "size_in_bytes": null,
83
+ "splits": {
84
+ "train": {
85
+ "name": "train",
86
+ "num_bytes": 5993296,
87
+ "num_examples": 27146,
88
+ "dataset_name": null
89
+ }
90
+ },
91
+ "supervised_keys": null,
92
+ "task_templates": null,
93
+ "version": null
94
+ }
processed/train/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b4a92f84b19f1b76",
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:5903196718b1da61106375b06c18bc734d5746b00d179816b876add6a3ec4945
3
+ size 1516072
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "text": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "target": {
16
+ "num_classes": 55,
17
+ "names": [
18
+ "ContactRealPerson",
19
+ "Eligibility For BloodDonationWithComorbidities",
20
+ "EligibilityForBloodDonationAgeLimit",
21
+ "EligibilityForBloodDonationCovidGap",
22
+ "EligibilityForBloodDonationForPregnantWomen",
23
+ "EligibilityForBloodDonationGap",
24
+ "EligibilityForBloodDonationSTD",
25
+ "EligibilityForBloodReceiversBloodGroup",
26
+ "EligitbilityForVaccine",
27
+ "InquiryForCovidActiveCasesCount",
28
+ "InquiryForCovidDeathCount",
29
+ "InquiryForCovidPrevention",
30
+ "InquiryForCovidRecentCasesCount",
31
+ "InquiryForCovidTotalCasesCount",
32
+ "InquiryForDoctorConsultation",
33
+ "InquiryForQuarantinePeriod",
34
+ "InquiryForTravelRestrictions",
35
+ "InquiryForVaccinationRequirements",
36
+ "InquiryForVaccineCost",
37
+ "InquiryForVaccineCount",
38
+ "InquiryOfContact",
39
+ "InquiryOfCovidSymptoms",
40
+ "InquiryOfEmergencyContact",
41
+ "InquiryOfLocation",
42
+ "InquiryOfLockdownDetails",
43
+ "InquiryOfTiming",
44
+ "InquiryofBloodDonationRequirements",
45
+ "InquiryofBloodReceivalRequirements",
46
+ "InquiryofPostBloodDonationCareSchemes",
47
+ "InquiryofPostBloodDonationCertificate",
48
+ "InquiryofPostBloodDonationEffects",
49
+ "InquiryofPostBloodReceivalCareSchemes",
50
+ "InquiryofPostBloodReceivalEffects",
51
+ "InquiryofVaccinationAgeLimit",
52
+ "IntentForBloodDonationAppointment",
53
+ "IntentForBloodReceivalAppointment",
54
+ "ReportingAnimalAbuse",
55
+ "ReportingAnimalPoaching",
56
+ "ReportingChildAbuse",
57
+ "ReportingCyberCrime",
58
+ "ReportingDomesticViolence",
59
+ "ReportingDowry",
60
+ "ReportingDrugConsumption",
61
+ "ReportingDrugTrafficing",
62
+ "ReportingHitAndRun",
63
+ "ReportingMissingPerson",
64
+ "ReportingMissingPets",
65
+ "ReportingMissingVehicle",
66
+ "ReportingMurder",
67
+ "ReportingPropertyTakeOver",
68
+ "ReportingSexualAssault",
69
+ "ReportingTheft",
70
+ "ReportingTresspassing",
71
+ "ReportingVehicleAccident",
72
+ "StatusOfFIR"
73
+ ],
74
+ "id": null,
75
+ "_type": "ClassLabel"
76
+ }
77
+ },
78
+ "homepage": "",
79
+ "license": "",
80
+ "post_processed": null,
81
+ "post_processing_size": null,
82
+ "size_in_bytes": null,
83
+ "splits": {
84
+ "valid": {
85
+ "name": "valid",
86
+ "num_bytes": 1512469,
87
+ "num_examples": 6800,
88
+ "dataset_name": null
89
+ }
90
+ },
91
+ "supervised_keys": null,
92
+ "task_templates": null,
93
+ "version": null
94
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "3943f5acb424483e",
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
+ }