Instructions to use google/metricx-23-large-v2p0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/metricx-23-large-v2p0 with Transformers:
# Load model directly from transformers import AutoTokenizer, MT5ForRegression tokenizer = AutoTokenizer.from_pretrained("google/metricx-23-large-v2p0") model = MT5ForRegression.from_pretrained("google/metricx-23-large-v2p0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K