Instructions to use allenai/PRIMERA-wcep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/PRIMERA-wcep with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("allenai/PRIMERA-wcep") model = AutoModelForSeq2SeqLM.from_pretrained("allenai/PRIMERA-wcep") - Notebooks
- Google Colab
- Kaggle
Add TF weights
#2
by joaogante - opened
- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d16ce5583626fd751f1065253110684d2d69f723a84fa8ebc74e076ea1f8fe8
|
| 3 |
+
size 1789710888
|