Clarify metadata field formatting
Browse files
README.md
CHANGED
|
@@ -124,13 +124,16 @@ data/ultrafineweb_l1_en_hq/
|
|
| 124 |
| `meta` | `string` | JSON-encoded source and processing metadata |
|
| 125 |
| `dataset_index` | `int64` | Dataset-source identifier |
|
| 126 |
|
| 127 |
-
Common
|
| 128 |
|
| 129 |
- `url`
|
| 130 |
-
- `language`
|
| 131 |
-
- `
|
|
|
|
|
|
|
| 132 |
- `source_file`
|
| 133 |
-
|
|
|
|
| 134 |
|
| 135 |
## 🚀 Quick Start
|
| 136 |
|
|
|
|
| 124 |
| `meta` | `string` | JSON-encoded source and processing metadata |
|
| 125 |
| `dataset_index` | `int64` | Dataset-source identifier |
|
| 126 |
|
| 127 |
+
Common metadata fields include:
|
| 128 |
|
| 129 |
- `url`
|
| 130 |
+
- `language`
|
| 131 |
+
- `language_score`
|
| 132 |
+
- `warc_record_id`
|
| 133 |
+
- `warc_date`
|
| 134 |
- `source_file`
|
| 135 |
+
|
| 136 |
+
Some records also include counts of replacements for email addresses, IP addresses, phone numbers, identity-card numbers, and credit-card numbers.
|
| 137 |
|
| 138 |
## 🚀 Quick Start
|
| 139 |
|