matic-korosec commited on
Commit
4ef30c7
·
verified ·
1 Parent(s): 6edc7f1

9950 pairs from git acf0d2c

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  # CankarParallel - plain Slovene to Ivan Cankar's prose voice
19
 
20
- 10,043 parallel passages for Slovene literary style transfer. Each row
21
  pairs a passage of Ivan Cankar's prose with a plain modern Slovene rendering of
22
  the same content.
23
 
@@ -50,7 +50,7 @@ disagreement, a reflexive-only verb used transitively - which a char-ngram
50
  style classifier scored identically to the stronger model's output. On a
51
  low-resource language the cheap option corrupts the data invisibly.
52
 
53
- 10,043 of 10,049 responses passed the
54
  quality filters. Rejections are quarantined, never silently dropped.
55
 
56
  ## Held-out works are excluded
@@ -73,10 +73,13 @@ redistribution. Treat it as reference material until the card says otherwise.
73
 
74
  ```
75
  uv run cankar pairs segment
76
- uv run cankar pairs destyle --limit 10000
77
  uv run cankar pairs publish
78
  ```
79
 
 
 
 
80
  Provenance: corpus sha256 `d9b05bf04db96db6`, passages sha256
81
- `e1cad3a2643782f9`, pairs sha256 `16b83a4dce791773`,
82
- generated at 2026-07-28T11:29:15+00:00 from git `b3095bb`.
 
17
 
18
  # CankarParallel - plain Slovene to Ivan Cankar's prose voice
19
 
20
+ 9,950 parallel passages for Slovene literary style transfer. Each row
21
  pairs a passage of Ivan Cankar's prose with a plain modern Slovene rendering of
22
  the same content.
23
 
 
50
  style classifier scored identically to the stronger model's output. On a
51
  low-resource language the cheap option corrupts the data invisibly.
52
 
53
+ 9,950 of 10,049 responses passed the
54
  quality filters. Rejections are quarantined, never silently dropped.
55
 
56
  ## Held-out works are excluded
 
73
 
74
  ```
75
  uv run cankar pairs segment
76
+ uv run cankar pairs destyle --parse-only # re-derives pairs from the raw log
77
  uv run cankar pairs publish
78
  ```
79
 
80
+ The middle step re-parses committed raw responses and costs nothing. Generating
81
+ them from scratch is `destyle --limit N`, which submits paid batches.
82
+
83
  Provenance: corpus sha256 `d9b05bf04db96db6`, passages sha256
84
+ `e1cad3a2643782f9`, pairs sha256 `c387b33c7d036b95`,
85
+ generated at 2026-07-28T12:39:40+00:00 from git `acf0d2c`.