Instructions to use auday/paraphraser_model1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use auday/paraphraser_model1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("auday/paraphraser_model1") model = AutoModelForSeq2SeqLM.from_pretrained("auday/paraphraser_model1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f95ebaa
1
Parent(s): 3574c6f
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c255e985fd7510ca98032a3a62b91159374a94a27e505168ed4aae3a8040b8e1
|
| 3 |
+
size 891625348
|