Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

SuperGLUE Reading Comprehension with Commonsense Reasoning task #300

Merged
merged 3 commits into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added `superglue_record` to the rc readers for SuperGLUE's Reading Comprehension with Commonsense Reasoning task
- Added some additional `__init__()` parameters to the `T5` model in `allennlp_models.generation` for customizing.
beam search and other options.
- Added a configuration file for fine-tuning `t5-11b` on CCN-DM (requires at least 8 GPUs).
Expand Down
Loading