Instructions to use BramVanroy/BLEURT-20-D3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use BramVanroy/BLEURT-20-D3 with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("BramVanroy/BLEURT-20-D3") - Notebooks
- Google Colab
- Kaggle
| { | |
| "attention_probs_dropout_prob": 0, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0, | |
| "embedding_dropout_prob": 0, | |
| "hidden_size": 640, | |
| "embedding_size": 128, | |
| "output_embedding_size": 2048, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 2560, | |
| "max_position_embeddings": 512, | |
| "num_attention_heads": 8, | |
| "num_hidden_layers": 3, | |
| "type_vocab_size": 2, | |
| "vocab_size": 120300 | |
| } |