tmquan commited on
Commit
f9bdb3e
·
verified ·
1 Parent(s): 8b69bc7

Rename Vietnamese-stemmed columns to English

Browse files

Breaking 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 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 `so_hieu` 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,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 `ngay_ban_hanh` (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
- `ngay_ban_hanh`; null when the source portal didn't expose the issue
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 `so_hieu` 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
- | `so_hieu` | list&lt;string&gt; (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
- | `ngay_ban_hanh` | string | Issue date, ISO `YYYY-MM-DD`. |
320
- | `year` | int32 | Year extracted from `ngay_ban_hanh`. |
321
- | `co_quan_ban_hanh` | string | Issuing agency (e.g. `"Chính phủ"`, `"Bộ Tài chính"`, `"Hội đồng nhân dân tỉnh A"`). |
322
- | `trich_yeu` | 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, so_hieu, ...) 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,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["so_hieu"], row["ngay_ban_hanh"])
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['so_hieu']} {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", []):
 
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&lt;string&gt; (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:f108df4a6e98b411ad97a865b61f77795ccc5eec68e904b72e6f6924566f7c1c
3
- size 33980303
 
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:256a6bf1e8dacb440e42869fbde4db413ff949e95727f3df04d673bb2a9c2632
3
- size 28017977
 
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:79435cae194ea9f1f7118439a448dac1f1a5461e908ea344ff1c57ec69c9cb07
3
- size 36881119
 
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:e3dce2801f3a50e1cf9dcbb06ceecfcbb1031b7fdeb3a13807db7be533e47217
3
- size 33503276
 
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:f5df8e7658f520e5252fd5d3714b1efe6f955bff84084b86f7544158afb4ce17
3
- size 35472523
 
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:9c7a703ca506438ecdfc8b09fc4aee414f43a25e13152b4b191fb5febe7caaeb
3
- size 38438789
 
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:8e13ee4eb1d39fc368cd3af09502b2de1e479395027ff6db63002950e6d6dcdf
3
- size 35563921
 
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:a96f82a15c592d64f633bbaed60ed1bb5b66c0eeac6ba90e985d6f61150e7fd4
3
- size 37250270
 
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:867fd007404db2695d1edb9c28c238be5a0beaa6277d2592df8781794288d724
3
- size 40092818
 
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:edd714050002ae1bffe8774f6adf1f75af2eb23aff8a1c32be561b9f52508ceb
3
- size 41189900
 
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:6c372165a5ecbbfab1583993e4b997c74daf7ec53b0aed8feea52a4ebed135bc
3
- size 35052777
 
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:be59fdd13617019f9b459458b5acb52414922e7db2773f4cc3e45a00e6d34023
3
- size 35800234
 
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:f41d1e26d5ab471c146eded14a823e380bb2b77ceda1b43da43181990dffb51f
3
- size 41569307
 
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:6f10ba9b6e379b264947ffdfac9918717159990e17cb6050011670f1ec5a68de
3
- size 43199392
 
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:dabc794258c6ff8bc42fca437082eaccb78f1362603e4f830c9bf5f7e92e1ca5
3
- size 46799451
 
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:46ee736ceaeae118b4db278b5b622b45c76502db680c4e364472cf364b76aa61
3
- size 45915939
 
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:d83f11794767e0ae5678b67b31bcf26af3f84477c3deb5f1b6fbee6c2ac6583d
3
- size 50151423
 
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:5e22c3982762f108d5ca5e93821da0e9e1c43cb4b87e85952d2affca0170a669
3
- size 45075781
 
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:a93bcc945d2bb0450128dceda3a16e8049d5bc367bb15f2983a8cc68ed37da8b
3
- size 38464623
 
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:a1a9f198421b18fd8ba009397c1ea3101f529f0da65624b968b35bc21d7cf375
3
- size 42217430
 
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:089543c2245d800b3d98689bb07aeee74741ba8afc1a9c98c991d71e07e05067
3
- size 43558216
 
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:d2bf0e299d8aef4f9ba3d5d039f575a347be50937ba18e09eba62d42b55cd36c
3
- size 36641392
 
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:fc97c640edb52c6e66d8a8b5f9b27a27e6199c3fac3243c831d11aa45b2e3b0e
3
- size 41507742
 
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:7c20a4bb8fbe273244bb7289353bcc1ff8fa1fab0a7a85cd3ba7d46e47a907a1
3
- size 36607826
 
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:8706cf474945d1dcdf87f6be3203cb71588aab936a205492ec57ec96f3a2ce96
3
- size 32414973
 
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:3d3b52a775a9d7e8b346752bde71eff840073de3fed6e10967de87596863dcb6
3
- size 37614278
 
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:fa702644958762ed20cfa5fc07db7befa3e7e93332433686109f2f919357a2f3
3
- size 33663173
 
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:a2e92411460b12ce7b5173094b454ba74064e1e70a66c69e5d0c353cae25d3ed
3
- size 39945622
 
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:8f2c825365ed56266df39a5147a34fa16ed0b49ba2510476d66ad462363caffe
3
- size 41006078
 
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:88e93d80d05a697aa9e043987a378cd0db764dc4af516145f92bf714a6a0d3af
3
- size 39644176
 
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:1b7e72102510664c2efec840e04facaf8bc4cd1eeaf36870384691d0636c43a0
3
- size 25627090
 
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:0d99ad4ddd7ff27db66dd82fb3985409a25ac021ace90a91f0fc805086b87e1a
3
- size 22931999
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d5cfef0115b9f9c6993ea5be79aedbc7a4e36ac85a4bd86ae110e5f7878ca6
3
+ size 45250465