NVIDIA-Merlin / NVIDIA-Merlin/Transformers4Rec
Infer the default value of the summary-type from the Transformer config
Open
@sararb is already working on this.
Since Aug 19, 2021.
area/pytorch
enhancement
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 165
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
In HF, each Transformer architecture comes with its own default value that is set in the PreTrainedConfig object. For example, XLNET has a default value of last while in BERT the default is first. The PredictionTask can set this value in the build method by retrieving the used Transformer model from the body.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.