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