Dataset Viewer
Auto-converted to Parquet Duplicate
train
sequence
test
sequence
["Solventibus autem illis pullum , dixerunt domini ejus ad illos : Quid solvitis pullum ?","me obstr(...TRUNCATED)
["ligebant , et illud tempus exspectandum decreverunt ,","3 Stabat Mater , P. 77 : O quam tristis et(...TRUNCATED)

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Latin part of cc100 corpus

This dataset contains parts of the Latin part of the cc100 dataset. It was used to train a RoBERTa-based LM model with huggingface.

Preprocessing

I undertook the following preprocessing steps:

  • Removal of all "pseudo-Latin" text ("Lorem ipsum ...").
  • Use of CLTK for sentence splitting and normalisation.
  • Retaining only lines containing letters of the Latin alphabet, numerals, and certain punctuation (--> grep -P '^[A-z0-9ÄÖÜäöüÆæŒœᵫĀāūōŌ.,;:?!\- Ęę]+$' la.nolorem.tok.txt
  • deduplication of the corpus

The result is a corpus of ~390 million tokens.

Structure

The dataset is structured the following way:

{
  "train": {
              "text": "Solventibus autem illis pullum , dixerunt domini ejus ad illos : Quid solvitis pullum ?",
              "text": "Errare humanum est ."
              ...
           }
  "test":  {
              "text": "Alia iacta est ."
              ...
           }
}

Contact

For contact, reach out to Phillip Ströbel via mail or via Twitter.

Downloads last month
14