Add TFCamembertForCausalLM and ONNX integration test (#16073)

* Make Camembert great again!

* Add Camembert to TensorFlow ONNX tests
This commit is contained in:
lewtun
2022-03-14 08:40:42 +01:00
committed by GitHub
parent 20ab1582cf
commit 6e1e88fd38
7 changed files with 30 additions and 0 deletions

View File

@@ -85,6 +85,10 @@ This model was contributed by [camembert](https://huggingface.co/camembert). The
[[autodoc]] TFCamembertModel
## TFCamembertForCasualLM
[[autodoc]] TFCamembertForCausalLM
## TFCamembertForMaskedLM
[[autodoc]] TFCamembertForMaskedLM