Instructions to use Elron/bleurt-large-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Elron/bleurt-large-512 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Elron/bleurt-large-512")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Elron/bleurt-large-512") model = AutoModelForSequenceClassification.from_pretrained("Elron/bleurt-large-512") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
2697d8b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6d6eebabf91b103d7c712c84b7b97ee73e8832ee18ffcb2a7d84ae25dcff8033
size 1340727853
|