Instructions to use usakha/Bart_GovReport_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use usakha/Bart_GovReport_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_GovReport_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("usakha/Bart_GovReport_model") model = AutoModelForSeq2SeqLM.from_pretrained("usakha/Bart_GovReport_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2500
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:570a1b162996db43e0c302ffe019f8e4ba2209ecc499f8bb8ad63bc8c2ca7d8a
|
| 3 |
size 1625541389
|
runs/Jun26_11-00-24_51817137b9a4/events.out.tfevents.1687777233.51817137b9a4.427.0
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:5b22ba42e16521dc987f0081fdac7dd5beafa25c7d9450f4550179c93ba243f1
|
| 3 |
+
size 7186
|