browndw commited on
Commit
96e6518
·
verified ·
1 Parent(s): 6f3c670

Publish source assets as Parquet for dataset viewer

Browse files
Files changed (4) hide show
  1. README.md +13 -8
  2. manifest.json +13 -1
  3. morph_candidates.parquet +3 -0
  4. wiki_morph.parquet +3 -0
README.md CHANGED
@@ -15,23 +15,28 @@ This dataset provides canonical source morphology assets exported from the `morp
15
 
16
  ## Files
17
 
18
- 1. `morph_candidates.jsonl`
19
  - records: 347,993
20
- - bytes: 54,734,029
21
- - sha256: `86072e7208d5b4e6aca0d6fd2659048722085e851b7649fe4bbe56fb61de1e53`
22
 
23
- 2. `wiki_morph.jsonl`
24
  - records: 505,033
25
- - bytes: 321,969,397
26
- - sha256: `7991b9fffde1bc65a8c1430f05afc1af93836b78955c6c4d57b7c9b6434148f4`
 
 
 
 
27
 
28
  ## Provenance
29
 
30
  - Source repository: `morph-parser`
31
- - Generated at: `2026-03-20T13:23:54.592275+00:00`
32
  - Target repo: `browndw/morphoseg-en-source-assets`
33
 
34
  ## Notes
35
 
36
- - Files are line-delimited JSON (`.jsonl`) for stream processing.
 
37
  - Original source files and checksums are documented in `manifest.json`.
 
15
 
16
  ## Files
17
 
18
+ 1. `morph_candidates.parquet`
19
  - records: 347,993
20
+ - bytes: 5,194,597
21
+ - sha256: `c83022c5ce2ca926108dbe339a1b7e1983bc7c4745c57ed4ad651b24e294e0cb`
22
 
23
+ 2. `wiki_morph.parquet`
24
  - records: 505,033
25
+ - bytes: 43,383,678
26
+ - sha256: `d91a67226c083fb72f728823c5b5d6e86529f61639823bb3f8dca3433c7cd9f9`
27
+
28
+ 3. Optional stream files (if `--keep-jsonl` was enabled):
29
+ - `morph_candidates.jsonl`
30
+ - `wiki_morph.jsonl`
31
 
32
  ## Provenance
33
 
34
  - Source repository: `morph-parser`
35
+ - Generated at: `2026-03-20T13:28:16.557882+00:00`
36
  - Target repo: `browndw/morphoseg-en-source-assets`
37
 
38
  ## Notes
39
 
40
+ - Primary format is Parquet for Hugging Face dataset viewer compatibility.
41
+ - JSONL files are optional stream-processing exports.
42
  - Original source files and checksums are documented in `manifest.json`.
manifest.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "generated_at": "2026-03-20T13:23:54.091325+00:00",
3
  "source_files": {
4
  "morph_candidates.json": {
5
  "path": "morph_candidates.json",
@@ -19,11 +19,23 @@
19
  "bytes": 54734029,
20
  "sha256": "86072e7208d5b4e6aca0d6fd2659048722085e851b7649fe4bbe56fb61de1e53"
21
  },
 
 
 
 
 
 
22
  "wiki_morph.jsonl": {
23
  "path": "analysis/hf_source_assets/wiki_morph.jsonl",
24
  "records": 505033,
25
  "bytes": 321969397,
26
  "sha256": "7991b9fffde1bc65a8c1430f05afc1af93836b78955c6c4d57b7c9b6434148f4"
 
 
 
 
 
 
27
  }
28
  },
29
  "target_repo": "browndw/morphoseg-en-source-assets"
 
1
  {
2
+ "generated_at": "2026-03-20T13:28:16.038018+00:00",
3
  "source_files": {
4
  "morph_candidates.json": {
5
  "path": "morph_candidates.json",
 
19
  "bytes": 54734029,
20
  "sha256": "86072e7208d5b4e6aca0d6fd2659048722085e851b7649fe4bbe56fb61de1e53"
21
  },
22
+ "morph_candidates.parquet": {
23
+ "path": "analysis/hf_source_assets/morph_candidates.parquet",
24
+ "records": 347993,
25
+ "bytes": 5194597,
26
+ "sha256": "c83022c5ce2ca926108dbe339a1b7e1983bc7c4745c57ed4ad651b24e294e0cb"
27
+ },
28
  "wiki_morph.jsonl": {
29
  "path": "analysis/hf_source_assets/wiki_morph.jsonl",
30
  "records": 505033,
31
  "bytes": 321969397,
32
  "sha256": "7991b9fffde1bc65a8c1430f05afc1af93836b78955c6c4d57b7c9b6434148f4"
33
+ },
34
+ "wiki_morph.parquet": {
35
+ "path": "analysis/hf_source_assets/wiki_morph.parquet",
36
+ "records": 505033,
37
+ "bytes": 43383678,
38
+ "sha256": "d91a67226c083fb72f728823c5b5d6e86529f61639823bb3f8dca3433c7cd9f9"
39
  }
40
  },
41
  "target_repo": "browndw/morphoseg-en-source-assets"
morph_candidates.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c83022c5ce2ca926108dbe339a1b7e1983bc7c4745c57ed4ad651b24e294e0cb
3
+ size 5194597
wiki_morph.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91a67226c083fb72f728823c5b5d6e86529f61639823bb3f8dca3433c7cd9f9
3
+ size 43383678