Instructions to use NICFRU/bart-base-paraphrasing-science with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NICFRU/bart-base-paraphrasing-science with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NICFRU/bart-base-paraphrasing-science") model = AutoModelForSeq2SeqLM.from_pretrained("NICFRU/bart-base-paraphrasing-science") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02062975263bbcae2d0bb68ea8687d9e375b916df9463c5cb4b17a4c3c620ecb
|
| 3 |
+
size 557912620
|