-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
WizInt again!? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow this is a lot of agents. I found the documentation really thorough on how each of them can be extended and used in other contexts in the future, so this looks really good to me!
As a nitty aside, it seems autoformat.sh
really wants to make a lot of changes, could be worthwhile to include, but is likely just dropping spaces out or something.
parlai/agents/reranker/README.md
Outdated
|
||
### 1. Train a classifier or ranker model. | ||
|
||
The first step is to train a model -- e.g. `transformer/biencoder`, `transformer/polyencoder`, or 'transformer/classifier` -- on a desired classification or ranking task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'transformer/classifier` -> `transformer/classifier`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aimoy, matey
Patch description
Code and models. Mostly looking for comments on the respective READMEs.
Testing steps
Added CI, with both local tests for pre-trained models and CI tests for code functionality; both work as expected.
CI Tests:
W/ Pre-trained Models: