generated_from_trainer

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

punct_restore_fr

This model is a fine-tuned version of camembert-base on a raw, French opensubtitles dataset. It achieves the following results on the evaluation set:

Model description

Classifies tokens based on beginning of French sentences (B-SENT) and everything else (O).

Intended uses & limitations

This model aims to help punctuation restoration on French YouTube auto-generated subtitles. In doing so, one can measure more in a corpus such as words per sentence, grammar structures per sentence, etc.

Training and evaluation data

1 million Open Subtitles (French) sentences. 80%/10%/10% training/validation/test split.

The sentences:

Token/tag pairs batched together in groups of 64. This helps show variety of positions for B-SENT and O tags. This also keeps training examples from just being one sentence. Otherwise, this leads to having the first word and only the first word in a sequence being labeled B-SENT.

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Framework versions