Datasets:
Update dataset v1.0.0-initial
Browse files
CHANGELOG.md
CHANGED
@@ -16,4 +16,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
16 |
## Build Information
|
17 |
|
18 |
- **Dataset version**: v1.0.0-initial
|
19 |
-
- **Generated on**: 2025-08-21
|
|
|
16 |
## Build Information
|
17 |
|
18 |
- **Dataset version**: v1.0.0-initial
|
19 |
+
- **Generated on**: 2025-08-21 15:13:14 UTC
|
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
|
@@ -85,7 +85,7 @@ This dataset is designed to facilitate the training of models that require clean
|
|
85 |
|
86 |
## 🔗 Dependencies
|
87 |
|
88 |
-
The dataset
|
89 |
|
90 |
- [keeper-security/html_input_dataset](https://huggingface.co/datasets/keeper-security/html_input_dataset)
|
91 |
|
@@ -97,7 +97,7 @@ The dataset integrates and standardizes data from the following public 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 |
```
|
@@ -131,10 +131,9 @@ html-input-text-only/
|
|
131 |
|
132 |
### 📌 Statistics
|
133 |
|
134 |
-
-
|
135 |
-
- 🎯 Unique
|
136 |
-
- 🎯 Unique
|
137 |
-
- 🎯 Unique lang: **38**
|
138 |
|
139 |
### Columns
|
140 |
|
|
|
53 |
- config_name: default
|
54 |
data_files:
|
55 |
- split: train
|
56 |
+
path: html-input-text-only-1755804160.parquet
|
57 |
dataset_info:
|
58 |
features:
|
59 |
- name: text
|
|
|
65 |
config_name: default
|
66 |
splits:
|
67 |
- name: train
|
68 |
+
num_bytes: 21009253
|
69 |
num_examples: 449994
|
70 |
+
download_size: 21009253
|
71 |
+
dataset_size: 21009253
|
72 |
---
|
73 |
|
74 |
# 📖 Html Input Text Only Dataset
|
|
|
85 |
|
86 |
## 🔗 Dependencies
|
87 |
|
88 |
+
The dataset uses data from the following datasets:
|
89 |
|
90 |
- [keeper-security/html_input_dataset](https://huggingface.co/datasets/keeper-security/html_input_dataset)
|
91 |
|
|
|
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-1755804160.parquet"})
|
101 |
print(ds["train"][0])
|
102 |
```
|
103 |
|
|
|
115 |
|
116 |
```bash
|
117 |
html-input-text-only/
|
118 |
+
├── html-input-text-only-1755804160.parquet # Main processed dataset
|
119 |
├── README.md # Dataset documentation
|
120 |
└── CHANGELOG.md # Version history and changes
|
121 |
```
|
|
|
131 |
|
132 |
### 📌 Statistics
|
133 |
|
134 |
+
- 🎯 Unique `text`: **302,616**
|
135 |
+
- 🎯 Unique `label`: **45**
|
136 |
+
- 🎯 Unique `lang`: **38**
|
|
|
137 |
|
138 |
### Columns
|
139 |
|
html-input-text-only-1755802899.parquet → html-input-text-only-1755804160.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:70763e07f94fe51976fd907672842330a3edea6925a66cf94b93ce3b4d6da17d
|
3 |
+
size 21009253
|