Instructions to use Prompsit/paraphrase-bert-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Prompsit/paraphrase-bert-pt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Prompsit/paraphrase-bert-pt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Prompsit/paraphrase-bert-pt") model = AutoModelForSequenceClassification.from_pretrained("Prompsit/paraphrase-bert-pt", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4c928e3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bff4e0b43c243a7e7668cee0be15c0e062f237164ed8393bfac8d5ad73397f15
size 435782829
|