Instructions to use lucadiliello/bleurt-base-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lucadiliello/bleurt-base-128 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lucadiliello/bleurt-base-128")# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("lucadiliello/bleurt-base-128", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
eaf2578 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7a2ed4b4f9b46f99508aee16f06663bb500c7e6963778e2312c431224a2e4f8f
size 438002421
|