keepersecurity-bot commited on
Commit
12bed54
·
verified ·
1 Parent(s): 25d3478

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-1755807065.parquet
57
  dataset_info:
58
  features:
59
  - name: text
@@ -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-1755807065.parquet"})
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-1755807065.parquet # Main processed dataset
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-1755812747.parquet
57
  dataset_info:
58
  features:
59
  - name: text
 
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-1755812747.parquet"})
101
  print(ds["train"][0])
102
  ```
103
 
 
115
 
116
  ```bash
117
  html-input-text-only/
118
+ ├── html-input-text-only-1755812747.parquet # Main processed dataset
119
  ├── README.md # Dataset documentation
120
  └── CHANGELOG.md # Version history and changes
121
  ```
html-input-text-only-1755807065.parquet → html-input-text-only-1755812747.parquet RENAMED
File without changes