Instructions to use Daehyuk/daehyuk_BertSum_ENG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Daehyuk/daehyuk_BertSum_ENG with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Daehyuk/daehyuk_BertSum_ENG") model = AutoModelForSeq2SeqLM.from_pretrained("Daehyuk/daehyuk_BertSum_ENG") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:8e99a6bfe0ac2b9895e87971fcb0b33889b0e3f57fb8823745a408da5754f69e
|
| 3 |
+
size 495590096
|