Datasets:
9950 pairs from git acf0d2c
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
|
| 18 |
# CankarParallel - plain Slovene to Ivan Cankar's prose voice
|
| 19 |
|
| 20 |
-
|
| 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 |
-
|
| 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 --
|
| 77 |
uv run cankar pairs publish
|
| 78 |
```
|
| 79 |
|
|
|
|
|
|
|
|
|
|
| 80 |
Provenance: corpus sha256 `d9b05bf04db96db6`, passages sha256
|
| 81 |
-
`e1cad3a2643782f9`, pairs sha256 `
|
| 82 |
-
generated at 2026-07-
|
|
|
|
| 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`.
|