Instructions to use ihgn/Discriminator-Paraphrase with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ihgn/Discriminator-Paraphrase with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ihgn/Discriminator-Paraphrase")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ihgn/Discriminator-Paraphrase") model = AutoModelForSequenceClassification.from_pretrained("ihgn/Discriminator-Paraphrase") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin
#1
by ihgn - opened
- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0496c6eeb7a831cecd9ed4f7031f48025a7b68e727343fc0aa64138b890d013b
|
| 3 |
+
size 891699345
|