Instructions to use usakha/Prophetnet_MedPaper_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use usakha/Prophetnet_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/Prophetnet_MedPaper_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("usakha/Prophetnet_MedPaper_model") model = AutoModelForSeq2SeqLM.from_pretrained("usakha/Prophetnet_MedPaper_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 1565474989
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe43019918b2431122422cfb683ee7f84a07a9b0f3c31cd38996da5d6fc5359f
|
| 3 |
size 1565474989
|
runs/Jun26_17-21-06_6ec4302fc76d/events.out.tfevents.1687800074.6ec4302fc76d.19521.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:7bfb632622ded7c77ab15c01ed15951f0c9a458f8ea7508ab06502b91b52b782
|
| 3 |
+
size 6470
|