Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

v1.6.0

Compare
Choose a tag to compare
@klshuster klshuster released this 30 Mar 19:30
· 246 commits to main since this release
054a0ff

New Releases

New Features

  • Updating to Mephisto 1.0 (#4426)
  • [TGA]
    • More flexible token metadata logging (#4169, #4427)
    • Record avg generation length (#4295)
    • change tga default to not sort (#4138)
  • Add a small example Flask server (#4433)
  • Add support for WorldLoggers in training (#4369)
  • [T5] Support Distributed Training (#4434)
  • [HuggingFace] Add support for any GPT-2 model hosted in Huggingface (#4360), and ranking (#4326)
  • [Crowdsourcing]
    • [ACUTE-Eval] Add support for knowledgeable question (#4416), interestingness question (#4113)
    • [ACUTE-Eval] Record start and end times (#4208)
    • [Model chat] allow multiple final ratings (#4276)
    • [Model chat] allow spacing out of annotation buckets (#4275)
    • Allow Use of external database in crowdsourcing code (#4272)
    • Allow specification of blueprints from command line (#4254)
    • Unify turn annotation tasks (model chat and turn annotations static tasks) (#4162)
    • [ACUTE-Eval] Save worker name in Acute-Eval analysis script (#4126)
  • [RAG/FiD/BB2]
    • [All] Incremental Decoding (#4088)
    • [BB2] Allow hybrid mode (skip search when needed) (#4221)
    • [FiD] Add specialized chunking to search engine retrievers (#4227)
    • [BB2] Support for gold docs training (#4163)
    • [FiD] Gold retrieved documents FiD Agent. (#4123)
    • Export memories to the observation output (#4040)
  • [Style-Controlled Generation] OSS Second Classifier (#4380)
  • [Re-ranker] Support for a classifier re-ranker agent (#4291)
  • [TCA] return candidates (#4286)
  • Curated response generators (#4197)
  • [Chat Services] add option for host specification (#4335)

Bug fixes

Datasets & Teachers & Mutators

  • Relicense several parlai datasets as commercially friendly (#4269, #4213, #4126)
  • LLLC, a large chinese dataset (#4325)
  • Casino dataset (#4129)
  • Upgrade internals of several teachers: WoW (#4284), Empathetic Dialogues (#4405), Natural Questions (#4205)
  • WoW and WoI mutators (#4418, #4204, #4168, #4124, #4125, #4122, #4114)
  • Speed up the json teachers (#4404)
  • XPersona Dataset (#4314)
  • ConversationTeacher parent class is now ParlAIDialogTeacher (#4256)
  • [WizInt] Additional knowledge-related eval metrics (#4193); turn dicts to Messages (#4144)

Developers