Instructions to use usakha/Bart_multiNews_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use usakha/Bart_multiNews_model with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="usakha/Bart_multiNews_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("usakha/Bart_multiNews_model") model = AutoModelForSeq2SeqLM.from_pretrained("usakha/Bart_multiNews_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1625541389
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:458aa6d8e6948424efdce968801df31bb54b06ec9b56f84b1f765ad085226c47
|
| 3 |
size 1625541389
|
runs/Jun26_13-25-55_0b542219fafe/events.out.tfevents.1687785961.0b542219fafe.421.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01f529b7f405282db1f3c2efa4d4214f1d0055588ed25690f39007afc9e93d46
|
| 3 |
+
size 8127
|