Add TF<>PT and Flax<>PT everywhere (#14047)

* up

* up

* up

* up

* up

* up

* up

* add clip

* fix clip PyTorch

* fix clip PyTorch

* up

* up

* up

* up

* up

* up

* up
This commit is contained in:
Patrick von Platen
2021-10-25 23:55:08 +02:00
committed by GitHub
parent 8560b55b5e
commit 0c3174c758
9 changed files with 589 additions and 45 deletions

View File

@@ -59,7 +59,7 @@ class BigBirdModelTester:
num_hidden_layers=2,
num_attention_heads=4,
intermediate_size=37,
hidden_act="gelu_fast",
hidden_act="gelu_new",
hidden_dropout_prob=0.1,
attention_probs_dropout_prob=0.1,
max_position_embeddings=256,