olanigan commited on
Commit
ca3a321
·
verified ·
1 Parent(s): 3e5c947

Remove internal project references from card

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -51,9 +51,9 @@ Markdown asterisks from the source transcript are stripped from outputs.
51
  }
52
  ```
53
 
54
- Same `instruction`/`input`/`output` schema as
55
- [`olanigan/gemma-4-good-dataset`](https://huggingface.co/datasets/olanigan/gemma-4-good-dataset),
56
- so the two datasets can be concatenated for training.
57
 
58
  ## Task
59
 
@@ -71,17 +71,16 @@ correction** jointly — a broader task than a clean-input transliteration basel
71
 
72
  ## Provenance
73
 
74
- Source material: `experiments/data/10Ch24L16/ai_transcript.json` in the
75
- `localai-harness` repo 8 `{input_text, output_text}` chunk pairs that exactly
76
- reconstruct the raw ASR transcript and the polished scholarly transcript. Sentence
77
- alignment is anchored on output sentence boundaries via character-level difflib
78
- mapping. The converter is `experiments/data/scripts/convert_golden.py`.
79
 
80
  ## Reproduction
81
 
82
  ```bash
83
- python3 experiments/data/scripts/convert_golden.py
84
  ```
85
 
86
- Writes `experiments/data/logical-transcripts/train.jsonl` (golden) and
87
- `experiments/data/logical-transcripts/bronze.jsonl`.
 
51
  }
52
  ```
53
 
54
+ The `instruction`/`input`/`output` schema follows the standard instruction-tuning
55
+ convention, so it can be concatenated with other transliteration datasets for
56
+ training.
57
 
58
  ## Task
59
 
 
71
 
72
  ## Provenance
73
 
74
+ Source material: 8 `{input_text, output_text}` chunk pairs extracted from a single
75
+ recorded Islamic lecture (Chapter 24, Lecture 16). The concatenated inputs exactly
76
+ reconstruct the raw ASR transcript; the concatenated outputs exactly reconstruct the
77
+ polished scholarly transcript. Sentence alignment is anchored on output sentence
78
+ boundaries via character-level difflib mapping.
79
 
80
  ## Reproduction
81
 
82
  ```bash
83
+ python3 scripts/convert_golden.py
84
  ```
85
 
86
+ Writes `train.jsonl` (golden) and `bronze.jsonl`.