Instructions to use krm/BARTkrame-abstract with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krm/BARTkrame-abstract 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="krm/BARTkrame-abstract")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("krm/BARTkrame-abstract") model = AutoModelForSeq2SeqLM.from_pretrained("krm/BARTkrame-abstract") - Notebooks
- Google Colab
- Kaggle
Training good 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1834069241
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3dd2117aaa086fd05f160af1150df912fa9da636a042ee4279f53657807a439
|
| 3 |
size 1834069241
|
runs/Oct15_01-35-22_e2d80a5d9bd6/events.out.tfevents.1665797796.e2d80a5d9bd6.68.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:765cf8d05275ab5bd8ed1e666870fb42c232355e4d940a53029168b296386140
|
| 3 |
+
size 10003
|
runs/Oct15_01-35-22_e2d80a5d9bd6/events.out.tfevents.1665809236.e2d80a5d9bd6.68.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50c524a28dae3655f6b7e25a0ef10cb9a0e5484219f05113c21829b0ae0da466
|
| 3 |
+
size 514
|