Datasets:
Rename Vietnamese-stemmed columns to English
Browse filesBreaking change in documents-*.parquet schema:
* so_hieu -> doc_number (list<string>)
* ngay_ban_hanh -> issue_date (string, ISO YYYY-MM-DD)
* co_quan_ban_hanh -> issuing_body (string)
* trich_yeu -> summary (string)
Consumers reading these columns by name need to update.
The aligned anle.toaan.gov.vn/documents columns (issue_date,
issuing_body) keep their existing names so cross-site joins
work without aliasing.
Vietnamese values inside the columns are unchanged.
- README.md +12 -12
- documents-00000-of-00032.parquet +2 -2
- documents-00001-of-00032.parquet +2 -2
- documents-00002-of-00032.parquet +2 -2
- documents-00003-of-00032.parquet +2 -2
- documents-00004-of-00032.parquet +2 -2
- documents-00005-of-00032.parquet +2 -2
- documents-00006-of-00032.parquet +2 -2
- documents-00007-of-00032.parquet +2 -2
- documents-00008-of-00032.parquet +2 -2
- documents-00009-of-00032.parquet +2 -2
- documents-00010-of-00032.parquet +2 -2
- documents-00011-of-00032.parquet +2 -2
- documents-00012-of-00032.parquet +2 -2
- documents-00013-of-00032.parquet +2 -2
- documents-00014-of-00032.parquet +2 -2
- documents-00015-of-00032.parquet +2 -2
- documents-00016-of-00032.parquet +2 -2
- documents-00017-of-00032.parquet +2 -2
- documents-00018-of-00032.parquet +2 -2
- documents-00019-of-00032.parquet +2 -2
- documents-00020-of-00032.parquet +2 -2
- documents-00021-of-00032.parquet +2 -2
- documents-00022-of-00032.parquet +2 -2
- documents-00023-of-00032.parquet +2 -2
- documents-00024-of-00032.parquet +2 -2
- documents-00025-of-00032.parquet +2 -2
- documents-00026-of-00032.parquet +2 -2
- documents-00027-of-00032.parquet +2 -2
- documents-00028-of-00032.parquet +2 -2
- documents-00029-of-00032.parquet +2 -2
- documents-00030-of-00032.parquet +2 -2
- documents-00031-of-00032.parquet +2 -2
README.md
CHANGED
|
@@ -144,7 +144,7 @@ full Vietnamese name via
|
|
| 144 |
[`slugify_vi`](https://github.com/tmquan/ViLA/blob/main/packages/datasites/vbpl/codes.py)
|
| 145 |
so a reader can interpret the doc type without consulting a separate
|
| 146 |
codebook. The compact short code (`QĐ`, `NĐ`, `TTLT`, ...) still
|
| 147 |
-
appears inside `
|
| 148 |
recovered from any slug via the `SLUG_TO_CANONICAL_CODE` table in
|
| 149 |
`codes.py`. The set of slugs follows Luật Ban hành Văn bản Quy phạm
|
| 150 |
Pháp luật 2015 — `hien_phap` / `bo_luat` / `luat` / `phap_lenh` /
|
|
@@ -245,9 +245,9 @@ chia khá đều phần `dia_phuong`.
|
|
| 245 |
|
| 246 |
## Năm ban hành · Year of issue
|
| 247 |
|
| 248 |
-
Phân bố năm theo `
|
| 249 |
không cung cấp được trường này. — Year distribution from
|
| 250 |
-
`
|
| 251 |
date.
|
| 252 |
|
| 253 |
| Year | Count |
|
|
@@ -312,20 +312,20 @@ The parquet has three families of columns:
|
|
| 312 |
| `source` | string | Source host, always `vbpl.vn`. |
|
| 313 |
| `source_url` / `api_url` | string | Deep link back to the portal page / the underlying gateway API. |
|
| 314 |
| `title` | string (nullable) | Document subject after the full title scrub: (1) baseline cleanup (NFC, HTML-entity decode, `"số số"` doubling fix, trailing sentence punctuation), (2) decorative quote stripping at the title boundary and around inline phrases — leading / trailing / paired runs of `"`, `'`, `"`, `'`, `'`, `'` are removed but **word-internal single quotes are preserved** so legitimate Vietnamese / loan-word names survive intact (`Đắk R'lấp`, `M'nông`, `D'Ran`, `Côte d'Ivoire`, `Ea T'ling`, `Đạ M'ri`, …), (3) leading `"<Legal-type> số <Number> "` boilerplate head peeled (e.g. `"Quyết định số 143/QĐ-KHTC Ban hành Quy chế"` → `"Ban hành Quy chế"`), and (4) every `"<DocType> [số] <DocNum> [ngày <date>]"` cross-reference of OTHER documents stripped from anywhere in the body (`"Bãi bỏ Nghị quyết số 84/2018/NQ-HĐND ngày 07/12/2018 của HĐND tỉnh..."` → `"Bãi bỏ của HĐND tỉnh..."`). The Vietnamese noun `Lỗi` / `lỗi` / `loi` ("fault / error") is preserved wherever it appears — it's a legitimate subject word (e.g. `"Lỗi Ban hành Quy chế hoạt động của hội đồng tư vấn mua sắm tài sản"`), not a CMS marker. `null` for the pathological tail where the entire source title was just a bare doc-num token (e.g. `"1938/QĐ-UBND"`); other bibliographic columns still carry the citation handle. |
|
| 315 |
-
| `doc_type` | string | Self-describing **ASCII snake_case slug** of the Vietnamese doc-type name (`quyet_dinh`, `nghi_dinh`, `thong_tu_lien_tich`, `chi_thi`, `van_ban_hop_nhat`, ...). Auto-derived from `legal_type` via `slugify_vi`; the compact short code (`QĐ`, `NĐ`, `TTLT`, ...) still appears in `
|
| 316 |
| `legal_type` | string | Canonical Vietnamese **full name** for the document type (`Luật`, `Nghị định`, `Thông tư`, `Quyết định`, `Nghị quyết`, `Chỉ thị`, …). Round-trips with `doc_type` via `slugify_vi`. |
|
| 317 |
| `legal_area` | string | Legal area / subject domain (`Đất đai`, `Đường bộ`, `Lĩnh vực giá`, …). Defaults to `Chưa phân loại` when the source portal hasn't tagged the doc. |
|
| 318 |
-
| `
|
| 319 |
-
| `
|
| 320 |
-
| `year` | int32 | Year extracted from `
|
| 321 |
-
| `
|
| 322 |
-
| `
|
| 323 |
|
| 324 |
### Body + stats
|
| 325 |
|
| 326 |
| Field | Type | Description |
|
| 327 |
|---|---|---|
|
| 328 |
-
| `markdown` | string (nullable) | NFC-normalised, modern-orthography Vietnamese markdown (page-segmented with `## Page N` headings when parsed from a PDF). Gateway / Word / Next.js scaffolding is stripped: the `Document Content\\n\\nbody { font-family: ... }\\np { margin: ... }` API preamble (~50 % of bodies), Word `<!-- /* Font Definitions */ @font-face { ... } p.MsoNormal { ... } -->` stylesheet dumps, standalone CSS rule blocks gated by property / selector / structural CSS tells, Ant Design `:where(.css-...){ ... }@keyframes ...{ ... }` chains, orphan selector fragments, and malformed inline `<span lang="..." style="...">` tags. ~90 % of rows lose 1-200 KB of boilerplate; total corpus markdown shrunk by ~1.77 GB / 42 %. **Null** when `body_source == "shell_html"` after the May-2026 live-API recovery (the source genuinely has no body for those legacy IDs); bibliographic metadata (title, agency,
|
| 329 |
| `num_pages` | int32 | Page count from the parser (PDF/DOCX only). |
|
| 330 |
| `num_sections` / `num_paragraphs` / `num_sentences` | int32 | Counts from the structure layer. |
|
| 331 |
| `char_len` | int32 | Character length of `markdown` **after** the junk-strip pass (recomputed at export time so consumers can dedupe on the actual shipped body). |
|
|
@@ -351,12 +351,12 @@ from datasets import load_dataset
|
|
| 351 |
|
| 352 |
ds = load_dataset("tmquan/vbpl-vn", split="train")
|
| 353 |
row = ds[0]
|
| 354 |
-
print(row["doc_type"], row["
|
| 355 |
# e.g. "quyet_dinh 143/QĐ-KHTC 2018-01-29"
|
| 356 |
print(row["title"])
|
| 357 |
# e.g. "Ban hành Quy chế quản lý ngân sách ngành Tư pháp"
|
| 358 |
# (the redundant "Quyết định số 143/QĐ-KHTC " head has been
|
| 359 |
-
# stripped; recombine via f"{row['legal_type']} số {row['
|
| 360 |
# if your downstream pipeline still wants the full original.)
|
| 361 |
structure = json.loads(row["structure_json"])
|
| 362 |
for sec in structure.get("sections", []):
|
|
|
|
| 144 |
[`slugify_vi`](https://github.com/tmquan/ViLA/blob/main/packages/datasites/vbpl/codes.py)
|
| 145 |
so a reader can interpret the doc type without consulting a separate
|
| 146 |
codebook. The compact short code (`QĐ`, `NĐ`, `TTLT`, ...) still
|
| 147 |
+
appears inside `doc_number` itself (`43/2026/NĐ-CP`) and can be
|
| 148 |
recovered from any slug via the `SLUG_TO_CANONICAL_CODE` table in
|
| 149 |
`codes.py`. The set of slugs follows Luật Ban hành Văn bản Quy phạm
|
| 150 |
Pháp luật 2015 — `hien_phap` / `bo_luat` / `luat` / `phap_lenh` /
|
|
|
|
| 245 |
|
| 246 |
## Năm ban hành · Year of issue
|
| 247 |
|
| 248 |
+
Phân bố năm theo `issue_date` (ISO `YYYY-MM-DD`); rỗng nếu cổng
|
| 249 |
không cung cấp được trường này. — Year distribution from
|
| 250 |
+
`issue_date`; null when the source portal didn't expose the issue
|
| 251 |
date.
|
| 252 |
|
| 253 |
| Year | Count |
|
|
|
|
| 312 |
| `source` | string | Source host, always `vbpl.vn`. |
|
| 313 |
| `source_url` / `api_url` | string | Deep link back to the portal page / the underlying gateway API. |
|
| 314 |
| `title` | string (nullable) | Document subject after the full title scrub: (1) baseline cleanup (NFC, HTML-entity decode, `"số số"` doubling fix, trailing sentence punctuation), (2) decorative quote stripping at the title boundary and around inline phrases — leading / trailing / paired runs of `"`, `'`, `"`, `'`, `'`, `'` are removed but **word-internal single quotes are preserved** so legitimate Vietnamese / loan-word names survive intact (`Đắk R'lấp`, `M'nông`, `D'Ran`, `Côte d'Ivoire`, `Ea T'ling`, `Đạ M'ri`, …), (3) leading `"<Legal-type> số <Number> "` boilerplate head peeled (e.g. `"Quyết định số 143/QĐ-KHTC Ban hành Quy chế"` → `"Ban hành Quy chế"`), and (4) every `"<DocType> [số] <DocNum> [ngày <date>]"` cross-reference of OTHER documents stripped from anywhere in the body (`"Bãi bỏ Nghị quyết số 84/2018/NQ-HĐND ngày 07/12/2018 của HĐND tỉnh..."` → `"Bãi bỏ của HĐND tỉnh..."`). The Vietnamese noun `Lỗi` / `lỗi` / `loi` ("fault / error") is preserved wherever it appears — it's a legitimate subject word (e.g. `"Lỗi Ban hành Quy chế hoạt động của hội đồng tư vấn mua sắm tài sản"`), not a CMS marker. `null` for the pathological tail where the entire source title was just a bare doc-num token (e.g. `"1938/QĐ-UBND"`); other bibliographic columns still carry the citation handle. |
|
| 315 |
+
| `doc_type` | string | Self-describing **ASCII snake_case slug** of the Vietnamese doc-type name (`quyet_dinh`, `nghi_dinh`, `thong_tu_lien_tich`, `chi_thi`, `van_ban_hop_nhat`, ...). Auto-derived from `legal_type` via `slugify_vi`; the compact short code (`QĐ`, `NĐ`, `TTLT`, ...) still appears in `doc_number` itself (`43/2026/NĐ-CP`) and is recoverable via `SLUG_TO_CANONICAL_CODE`. |
|
| 316 |
| `legal_type` | string | Canonical Vietnamese **full name** for the document type (`Luật`, `Nghị định`, `Thông tư`, `Quyết định`, `Nghị quyết`, `Chỉ thị`, …). Round-trips with `doc_type` via `slugify_vi`. |
|
| 317 |
| `legal_area` | string | Legal area / subject domain (`Đất đai`, `Đường bộ`, `Lĩnh vực giá`, …). Defaults to `Chưa phân loại` when the source portal hasn't tagged the doc. |
|
| 318 |
+
| `doc_number` | list<string> (nullable) | Document number(s) as a list of canonical short forms (e.g. `["43/2026/NĐ-CP"]`). A small minority of vbpl rows pack several identifiers into one source cell separated by Vietnamese ` và ` ("and") or `,`; those ship as multi-element lists (e.g. `["142/2009/QĐ-TTg", "49/2012/QĐ-TTg"]`). Source-side cruft is stripped: leading legal-type words (`"Nghị quyết số: 528/2018/UBTVQH14"` → `["528/2018/UBTVQH14"]`), trailing annotations (`"109/2005/QĐ-BCA (A11)"` → `["109/2005/QĐ-BCA"]`, `"49/2007/TTLT-BTC-BGD ngày 18/5/2007"` → `["49/2007/TTLT-BTC-BGD"]`), and the legitimate `"Không số"` ("no number") sentinel is preserved. `null` for rows with no usable number. |
|
| 319 |
+
| `issue_date` | string | Issue date, ISO `YYYY-MM-DD`. |
|
| 320 |
+
| `year` | int32 | Year extracted from `issue_date`. |
|
| 321 |
+
| `issuing_body` | string | Issuing agency (e.g. `"Chính phủ"`, `"Bộ Tài chính"`, `"Hội đồng nhân dân tỉnh A"`). |
|
| 322 |
+
| `summary` | string | Abstract / summary. |
|
| 323 |
|
| 324 |
### Body + stats
|
| 325 |
|
| 326 |
| Field | Type | Description |
|
| 327 |
|---|---|---|
|
| 328 |
+
| `markdown` | string (nullable) | NFC-normalised, modern-orthography Vietnamese markdown (page-segmented with `## Page N` headings when parsed from a PDF). Gateway / Word / Next.js scaffolding is stripped: the `Document Content\\n\\nbody { font-family: ... }\\np { margin: ... }` API preamble (~50 % of bodies), Word `<!-- /* Font Definitions */ @font-face { ... } p.MsoNormal { ... } -->` stylesheet dumps, standalone CSS rule blocks gated by property / selector / structural CSS tells, Ant Design `:where(.css-...){ ... }@keyframes ...{ ... }` chains, orphan selector fragments, and malformed inline `<span lang="..." style="...">` tags. ~90 % of rows lose 1-200 KB of boilerplate; total corpus markdown shrunk by ~1.77 GB / 42 %. **Null** when `body_source == "shell_html"` after the May-2026 live-API recovery (the source genuinely has no body for those legacy IDs); bibliographic metadata (title, agency, doc_number, ...) is still populated on NULL-markdown rows so consumers retain the citation handle. |
|
| 329 |
| `num_pages` | int32 | Page count from the parser (PDF/DOCX only). |
|
| 330 |
| `num_sections` / `num_paragraphs` / `num_sentences` | int32 | Counts from the structure layer. |
|
| 331 |
| `char_len` | int32 | Character length of `markdown` **after** the junk-strip pass (recomputed at export time so consumers can dedupe on the actual shipped body). |
|
|
|
|
| 351 |
|
| 352 |
ds = load_dataset("tmquan/vbpl-vn", split="train")
|
| 353 |
row = ds[0]
|
| 354 |
+
print(row["doc_type"], row["doc_number"], row["issue_date"])
|
| 355 |
# e.g. "quyet_dinh 143/QĐ-KHTC 2018-01-29"
|
| 356 |
print(row["title"])
|
| 357 |
# e.g. "Ban hành Quy chế quản lý ngân sách ngành Tư pháp"
|
| 358 |
# (the redundant "Quyết định số 143/QĐ-KHTC " head has been
|
| 359 |
+
# stripped; recombine via f"{row['legal_type']} số {row['doc_number']} {row['title']}"
|
| 360 |
# if your downstream pipeline still wants the full original.)
|
| 361 |
structure = json.loads(row["structure_json"])
|
| 362 |
for sec in structure.get("sections", []):
|
documents-00000-of-00032.parquet
CHANGED
|
@@ -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:a92e8d630cef03894e1bd0b0478cf8d8db934510eddaa0103acc7ed111f9bef3
|
| 3 |
+
size 68476477
|
documents-00001-of-00032.parquet
CHANGED
|
@@ -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:60da6950d2c7e4244980ccf24410e02e56298ebd8bea260fb8b81d645d3b0cb9
|
| 3 |
+
size 55381119
|
documents-00002-of-00032.parquet
CHANGED
|
@@ -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:560435e707a353de585e2c679003702af8d13205fcfb42762104981e215a3f4f
|
| 3 |
+
size 74916017
|
documents-00003-of-00032.parquet
CHANGED
|
@@ -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:14f3a73b497cfe96e57404d55406475b2080c2b08286ffc061b2d74621ecab1c
|
| 3 |
+
size 69036612
|
documents-00004-of-00032.parquet
CHANGED
|
@@ -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:3399a8154fef20568e59dbd6f63684dc743dc4f791b56e2c22313fef777eb0db
|
| 3 |
+
size 71928028
|
documents-00005-of-00032.parquet
CHANGED
|
@@ -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:9a033e296992aba08cfe5f557a8d47dc41fe9eb83a0414f3c4e3ff72d1350b06
|
| 3 |
+
size 79646772
|
documents-00006-of-00032.parquet
CHANGED
|
@@ -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:fbdad0bd692a1e186257968cc446b67651b9239ec5ba3edbcf27bd7dffc5c237
|
| 3 |
+
size 72589834
|
documents-00007-of-00032.parquet
CHANGED
|
@@ -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:9c82a52e4dfc5e174bdf0e94bda0152e112d47b582aca985da1f5895c8e4fb70
|
| 3 |
+
size 75625146
|
documents-00008-of-00032.parquet
CHANGED
|
@@ -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:edf51ea401ec138d565c19c79c1d8bf261196a656d16e2b74f0d816d0a506609
|
| 3 |
+
size 81968900
|
documents-00009-of-00032.parquet
CHANGED
|
@@ -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:a5800f6771c72ad6171749635d727e2ef458229c9ce34e17aa3a1d9cc3a0e568
|
| 3 |
+
size 85456704
|
documents-00010-of-00032.parquet
CHANGED
|
@@ -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:e59e9ba4e1c8aee5ded89bd3b016dcbdea6cae424872bc4323326ddf1ef86a88
|
| 3 |
+
size 73463956
|
documents-00011-of-00032.parquet
CHANGED
|
@@ -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:64272dd0140db891778237c3cff0b08a57e07e4919c0ffb51d6e69bfdf65afee
|
| 3 |
+
size 74493006
|
documents-00012-of-00032.parquet
CHANGED
|
@@ -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:3c6d261104689aaa1c12ecc8d21656963dc368069b1d2d9270c58194a849a80b
|
| 3 |
+
size 85591629
|
documents-00013-of-00032.parquet
CHANGED
|
@@ -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:be696bdb8a70735f3de9fe687dfd125541515e1093e7458141b7f49b119d3f7c
|
| 3 |
+
size 90309774
|
documents-00014-of-00032.parquet
CHANGED
|
@@ -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:8b19e41e521f38057aea85700190e0e442f597572383c35201b379b18f9f9136
|
| 3 |
+
size 100744964
|
documents-00015-of-00032.parquet
CHANGED
|
@@ -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:337598ffa04973001ef3badc070b6aae8bbeed30f8b8aa5147630d9646d61bd4
|
| 3 |
+
size 98453672
|
documents-00016-of-00032.parquet
CHANGED
|
@@ -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:53d6d510950bee51d49c84a1fec6afeb2487b0d0923132332d2192d591220acb
|
| 3 |
+
size 102979189
|
documents-00017-of-00032.parquet
CHANGED
|
@@ -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:6365593ab29523e04a93fdfbab4e0c822b2424e1960e2b7783e7c7c362c273bd
|
| 3 |
+
size 89617433
|
documents-00018-of-00032.parquet
CHANGED
|
@@ -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:e5562001adae8f9b72e489da99b8a17da01dac2a61e735a28e19ce6543940e1b
|
| 3 |
+
size 76770533
|
documents-00019-of-00032.parquet
CHANGED
|
@@ -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:e0ce6bd9f8e982c9aa790b6be196df87bbd588ce5838ba8152e1e69927beaff3
|
| 3 |
+
size 85932527
|
documents-00020-of-00032.parquet
CHANGED
|
@@ -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:66e537bb2b86438092a1fe8fe40e8d24388920500b6d7cbc628f099636109e6f
|
| 3 |
+
size 88354269
|
documents-00021-of-00032.parquet
CHANGED
|
@@ -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:94362afc50e502eb5014075fe0ae7984837ad77099e0251da46499058df5c27d
|
| 3 |
+
size 74389400
|
documents-00022-of-00032.parquet
CHANGED
|
@@ -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:7f7281807ba4b20766957bcf04a7b0ab5211fef2e35b39df819997feb732448e
|
| 3 |
+
size 83153421
|
documents-00023-of-00032.parquet
CHANGED
|
@@ -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:b396d92c4d900bdf36f60c2f8054a71da4cab75e7686d3f2cc7f476028615b78
|
| 3 |
+
size 73269496
|
documents-00024-of-00032.parquet
CHANGED
|
@@ -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:7107abbaf4b1f091fe06b162fbdce7408557da68851154b8d4257ec83345d98c
|
| 3 |
+
size 64878705
|
documents-00025-of-00032.parquet
CHANGED
|
@@ -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:3253d53ed29813c3cf49f9f78f9f8507ace5249469d8390ed31d8e7f7ff21cf4
|
| 3 |
+
size 74693675
|
documents-00026-of-00032.parquet
CHANGED
|
@@ -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:cd99df8dd229f1c412d35469131abcf421f106cb138b37c66cfe820a71448356
|
| 3 |
+
size 67292776
|
documents-00027-of-00032.parquet
CHANGED
|
@@ -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:6dea5ade2cc748c7d5d2a765bac2df7e6da9d994f2d31e178e26eaf27ef02282
|
| 3 |
+
size 81390158
|
documents-00028-of-00032.parquet
CHANGED
|
@@ -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:c1a59ca7db19fa4d7389230dc5e0e01ddfd3c634fa4438d4e10a424b8a3156c6
|
| 3 |
+
size 83224640
|
documents-00029-of-00032.parquet
CHANGED
|
@@ -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:e231861dc3b11a1aebaa68079151f5c00aa4e07e795d3cde246efcc48cf5c217
|
| 3 |
+
size 78845303
|
documents-00030-of-00032.parquet
CHANGED
|
@@ -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:4fc279375fcf91bbbfcccb5208971190ad3ccbbbc5863d336b65045a8bf8c113
|
| 3 |
+
size 50920627
|
documents-00031-of-00032.parquet
CHANGED
|
@@ -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:d6d5cfef0115b9f9c6993ea5be79aedbc7a4e36ac85a4bd86ae110e5f7878ca6
|
| 3 |
+
size 45250465
|