Instructions to use usakha/Bart_MedPaper_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use usakha/Bart_MedPaper_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_MedPaper_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("usakha/Bart_MedPaper_model") model = AutoModelForSeq2SeqLM.from_pretrained("usakha/Bart_MedPaper_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4000
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:2c30a2d73375502731b4ef0c51dbd41451cfed83e6836264808b7acdd3f3ca08
|
| 3 |
size 1625541389
|
runs/Jun26_11-01-00_815aecd63b75/events.out.tfevents.1687777269.815aecd63b75.426.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:81e16e4a3d5a4e150fc379a393eee70823e8f1440fdf84ba0b99b1339d4276ff
|
| 3 |
+
size 7654
|