Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -104,13 +104,13 @@ You can easily use any of these datasets by specifying its name in the following
|
|
104 |
```python
|
105 |
from datasets import load_dataset
|
106 |
|
107 |
-
dataset = load_dataset("
|
108 |
```
|
109 |
|
110 |
For example, if you want to load combined reduced dataset, you can use:
|
111 |
|
112 |
```python
|
113 |
-
dataset = load_dataset("
|
114 |
```
|
115 |
|
116 |
Due to the implementation of the datasets library, when executing these codes you will see that only a training split is generated.
|
|
|
104 |
```python
|
105 |
from datasets import load_dataset
|
106 |
|
107 |
+
dataset = load_dataset("salamiMan/Email_Phising_V2.4")
|
108 |
```
|
109 |
|
110 |
For example, if you want to load combined reduced dataset, you can use:
|
111 |
|
112 |
```python
|
113 |
+
dataset = load_dataset("salamiMan/Email_Phising_V2.4")
|
114 |
```
|
115 |
|
116 |
Due to the implementation of the datasets library, when executing these codes you will see that only a training split is generated.
|