Instructions to use jrc-ai/PreDA-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jrc-ai/PreDA-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("jrc-ai/PreDA-base") model = AutoModelForSeq2SeqLM.from_pretrained("jrc-ai/PreDA-base") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 20
Browse files- model.safetensors +1 -1
- pytorch_model.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891644712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2761b9f8f03fbcc54d5214530d822a5722672353ac306720bd1eb43fd2f882d5
|
| 3 |
size 891644712
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891703374
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a74108262b15383e3ed5c39f94414253ca7278424bc14de2cada15f1bb654ffa
|
| 3 |
size 891703374
|