Skip to content

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

License

Notifications You must be signed in to change notification settings

gjurdzinski/Open-Assistant

 
 

Repository files navigation

Forked from https://github.com/LAION-AI/Open-Assistant.

Run example:

python \
   training/trainer.py \
   training/configs/multi/deberta-small-newsroom-inf.yml

Configs for multi training

Training configs allow to run multiple fine-tunings of the same base model on different splits. This is to allow training on 0%, 10%, ..., 100% of the training data, if the dataset is prepared to have training set split into subsets.

Eg. training/configs/multi/deberta-small-newsroom-inf.yml utilises the fact that for Newsroom we have training set split into train_0, train_1, ..., train_9, each containing ~10% of the training data. Each run is given a list of splits which are together used for training.

About

OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%