Datasets:
Update dataset v1.0.0-initial
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ configs:
|
|
53 |
- config_name: default
|
54 |
data_files:
|
55 |
- split: train
|
56 |
-
path: html-input-text-only-
|
57 |
dataset_info:
|
58 |
features:
|
59 |
- name: text
|
@@ -65,10 +65,10 @@ dataset_info:
|
|
65 |
config_name: default
|
66 |
splits:
|
67 |
- name: train
|
68 |
-
num_bytes:
|
69 |
num_examples: 449994
|
70 |
-
download_size:
|
71 |
-
dataset_size:
|
72 |
---
|
73 |
|
74 |
# 📖 Html Input Text Only Dataset
|
@@ -97,7 +97,7 @@ The dataset uses data from the following datasets:
|
|
97 |
|
98 |
```python
|
99 |
from datasets import load_dataset
|
100 |
-
ds = load_dataset("keeper-security/html-input-text-only", data_files={"train": "html-input-text-only-
|
101 |
print(ds["train"][0])
|
102 |
```
|
103 |
|
@@ -115,7 +115,7 @@ df_train.head()
|
|
115 |
|
116 |
```bash
|
117 |
html-input-text-only/
|
118 |
-
├── html-input-text-only-
|
119 |
├── README.md # Dataset documentation
|
120 |
└── CHANGELOG.md # Version history and changes
|
121 |
```
|
|
|
53 |
- config_name: default
|
54 |
data_files:
|
55 |
- split: train
|
56 |
+
path: html-input-text-only-1755807065.parquet
|
57 |
dataset_info:
|
58 |
features:
|
59 |
- name: text
|
|
|
65 |
config_name: default
|
66 |
splits:
|
67 |
- name: train
|
68 |
+
num_bytes: 21009409
|
69 |
num_examples: 449994
|
70 |
+
download_size: 21009409
|
71 |
+
dataset_size: 21009409
|
72 |
---
|
73 |
|
74 |
# 📖 Html Input Text Only Dataset
|
|
|
97 |
|
98 |
```python
|
99 |
from datasets import load_dataset
|
100 |
+
ds = load_dataset("keeper-security/html-input-text-only", data_files={"train": "html-input-text-only-1755807065.parquet"})
|
101 |
print(ds["train"][0])
|
102 |
```
|
103 |
|
|
|
115 |
|
116 |
```bash
|
117 |
html-input-text-only/
|
118 |
+
├── html-input-text-only-1755807065.parquet # Main processed dataset
|
119 |
├── README.md # Dataset documentation
|
120 |
└── CHANGELOG.md # Version history and changes
|
121 |
```
|
html-input-text-only-1755804160.parquet → html-input-text-only-1755807065.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:492a9dc4342af0116c21802ea8fcc6829604f08e88c86ba7e036bbd9ba6014a8
|
3 |
+
size 21009409
|