Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

How is sentence piece model trained in XLM-R? #350

Description

@mani-rai

I understand training sentence piece model in monolingual case. But in multilingual case, its not clear enough. It's because dataset sizes across languages varies greatly. I think this leads to biased shared vocabulary.

  1. Is it using sampling technique while training sentence piece as well?
  2. If yes, how many times is sampling performed?
  3. Isn't it better to go through all the text in dataset to create sub-words vocab instead of just the samples?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions