Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('csv', {}), NamedSplit('test'): ('xml', {})}
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
📚 Coptic–French NMT Dataset
This dataset was created and used as part of the research article: TBA
🏗️ Data Sources
- The Coptic source text is derived from digitized editions of Biblical texts.
- The French side includes multiple translations (e.g., Louis Segond, Darby, Crampon), depending on the experiment.
- All texts have been normalized and filtered for length and content.
See the original paper for full preprocessing and data preparation details.
📊 Usage
To load the dataset using the 🤗 datasets
library:
from datasets import load_dataset
dataset = load_dataset("chaouin/coptic-french-nmt-data")
For full details, visit the project repository
- Downloads last month
- 121