Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Further plans on integrations with HuggingFace transformers? #3

@Yorko

Description

@Yorko

How I see a possible integration with HuggingFace.

We reuse best practices for training NNs in general, which are also implemented in Catalyst:

  • batch accumulation
  • warmup
  • nvidia apex support
  • Cycling Learning Rate
  • shedulers

We also built upon Catalyst training environment:

  • configs
  • logging
  • monitoring training (w&b support)
  • reproducibility

We can extend it with NLP-specific stuff:

  • custom loaders for different tasks
  • sequence bucketing
  • tensor trimming
  • ...

Let's extend and elaborate.

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