aimlresearch2023 commited on
Commit
f95dd03
·
verified ·
1 Parent(s): c36c579

Update dataset via modify_datasets Space

Browse files
Files changed (3) hide show
  1. README.md +55 -0
  2. data-00000-of-00001.parquet +3 -0
  3. dataset_info.json +47 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ tags:
6
+ - parquet
7
+ - modify-datasets
8
+ ---
9
+
10
+ # sms-spam
11
+
12
+ Processed tabular dataset created with [https://huggingface.co/spaces/aimlresearch2023/modify_datasets](https://huggingface.co/spaces/aimlresearch2023/modify_datasets) and published to
13
+ [`AI-ML-Research/sms-spam`](https://huggingface.co/datasets/AI-ML-Research/sms-spam).
14
+
15
+ ## Metadata
16
+
17
+ - **Source type:** Hugging Face
18
+ - **Source:** `https://huggingface.co/datasets/ucirvine/sms_spam`
19
+ - **Original rows:** 5,574
20
+ - **Output rows:** 5,574
21
+ - **Output size:** 187.9 KB
22
+ - **Shards:** 1
23
+ - **Max words:** 512
24
+
25
+ ## Schema
26
+
27
+ | Column | Dtype |
28
+ |--------|-------|
29
+ | `sms` | String |
30
+ | `label` | Int64 |
31
+
32
+ ## Preview (head 10)
33
+
34
+ | sms | label |
35
+ | --- | --- |
36
+ | Go until jurong point, crazy.. Available only in bugis n great world la e buffet... Cine there got amore wat...
37
+ | 0 |
38
+ | Ok lar... Joking wif u oni...
39
+ | 0 |
40
+ | Free entry in 2 a wkly comp to win FA Cup final tkts 21st May 2005. Text FA to 87121 to receive entry question(std txt rate)T&C's apply 08452810075over18's
41
+ | 1 |
42
+ | U dun say so early hor... U c already then say...
43
+ | 0 |
44
+ | Nah I don't think he goes to usf, he lives around here though
45
+ | 0 |
46
+ | FreeMsg Hey there darling it's been 3 week's now and no word back! I'd like some fun you up for it still? Tb ok! XxX std chgs to send, £1.50 to rcv
47
+ | 1 |
48
+ | Even my brother is not like to speak with me. They treat me like aids patent.
49
+ | 0 |
50
+ | As per your request 'Melle Melle (Oru Minnaminunginte Nurungu Vettam)' has been set as your callertune for all Callers. Press *9 to copy your friends Callertune
51
+ | 0 |
52
+ | WINNER!! As a valued network customer you have been selected to receivea £900 prize reward! To claim call 09061701461. Claim code KL341. Valid 12 hours only.
53
+ | 1 |
54
+ | Had your mobile 11 months or more? U R entitled to Update to the latest colour mobiles with camera for Free! Call The Mobile Update Co FREE on 08002986030
55
+ | 1 |
data-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:262f44104a689f3de41fd98cd8dfb1d70bfa49ad531b2b458e68aa601aa8b3a2
3
+ size 192390
dataset_info.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_org": "AI-ML-Research",
3
+ "output_name": "sms-spam",
4
+ "source_type": "Hugging Face",
5
+ "source": "https://huggingface.co/datasets/ucirvine/sms_spam",
6
+ "original_row_count": 5574,
7
+ "output_row_count": 5574,
8
+ "output_size_bytes": 192390,
9
+ "shard_files": [
10
+ "data-00000-of-00001.parquet"
11
+ ],
12
+ "columns": [
13
+ "sms",
14
+ "label"
15
+ ],
16
+ "dtypes": {
17
+ "sms": "String",
18
+ "label": "Int64"
19
+ },
20
+ "tokenizer": null,
21
+ "max_length": null,
22
+ "options": {
23
+ "output_name": "sms-spam",
24
+ "max_rows": 0,
25
+ "stratify": true,
26
+ "stratify_column": "label",
27
+ "columns_keep": [
28
+ "sms",
29
+ "label"
30
+ ],
31
+ "rename_map": {},
32
+ "text_column": "sms",
33
+ "add_word_length": false,
34
+ "add_char_length": false,
35
+ "add_bucket_64": false,
36
+ "tokenize": false,
37
+ "tokenizer_name": "",
38
+ "max_length": 256,
39
+ "include_attention_mask": true,
40
+ "strip_whitespace": false,
41
+ "ascii_keyboard_only": false,
42
+ "min_chars": 0,
43
+ "max_words": 512,
44
+ "source_type": "Hugging Face",
45
+ "source": "https://huggingface.co/datasets/ucirvine/sms_spam"
46
+ }
47
+ }