transformers/tests/models/opt
APAVOU Clément af69360bf9
Add OPTForQuestionAnswering (#19402)
* Add `OPTForQuestionAnswering`

- added `OPTForQuestionAnswering` class based on `BloomForQuestionAnswering`
- added `OPTForQuestionAnswering` in common tests
- all common tests pass
- make fixup done

* added docstrings for OPTForQuestionAnswering

* Fix docstrings for OPTForQuestionAnswering
2022-10-10 09:30:59 -04:00
..
__init__.py Add OPT (#17088) 2022-05-12 12:24:35 +02:00
test_modeling_flax_opt.py Add final_layer_norm to OPT model (#17785) 2022-06-21 20:26:36 +02:00
test_modeling_opt.py Add OPTForQuestionAnswering (#19402) 2022-10-10 09:30:59 -04:00
test_modeling_tf_opt.py add missing require_tf for TFOPTGenerationTest (#19010) 2022-09-13 18:10:11 +02:00