Instructions to use dtorber/BioNLP-tech-intro-disc-eLife with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dtorber/BioNLP-tech-intro-disc-eLife 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="dtorber/BioNLP-tech-intro-disc-eLife")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dtorber/BioNLP-tech-intro-disc-eLife") model = AutoModelForSeq2SeqLM.from_pretrained("dtorber/BioNLP-tech-intro-disc-eLife") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 647641800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fa7f48c47230fe5b0d471dd06c13a4f8a67fab4b2ebbfb990fe53b1a56d8659
|
| 3 |
size 647641800
|