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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 19
Browse files- model.safetensors +1 -1
- pytorch_model.bin +3 -0
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:a23259b43f631a6d15416d7d5f9ce8eb0d51627d45668a35bdca8a78f6d51200
|
| 3 |
size 891644712
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2b90b211015f28a41897cc7ece6b334cecb60049516782056e41fde982dea87
|
| 3 |
+
size 891703374
|