Instructions to use microsoft/prophetnet-large-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/prophetnet-large-uncased with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("microsoft/prophetnet-large-uncased") model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/prophetnet-large-uncased") - Notebooks
- Google Colab
- Kaggle
Commit ·
fa26143
1
Parent(s): b8aa2a3
Addition of Rust model
Browse files- rust_model.ot +3 -0
rust_model.ot
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd416c555453c430a02e16128b67c816cbbc5330128e6812dea76fa490ce5963
|
| 3 |
+
size 1940478054
|