Instructions to use din0s/bart-pt-asqa-ob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use din0s/bart-pt-asqa-ob with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("din0s/bart-pt-asqa-ob") model = AutoModelForSeq2SeqLM.from_pretrained("din0s/bart-pt-asqa-ob") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1625537793
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6281213e4b779ce07b29a42847dc44b5da7d57b45c78bb429a92fbbfedf017b3
|
| 3 |
size 1625537793
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3503
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e87448fde4d6c3ea03c789b3529137a672a3dd7269c7a131270f5c85d9a0c6bd
|
| 3 |
size 3503
|