Instructions to use Adapting/KeyBart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Adapting/KeyBart with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Adapting/KeyBart") model = AutoModelForSeq2SeqLM.from_pretrained("Adapting/KeyBart") - Notebooks
- Google Colab
- Kaggle
('lr', 0.0001), ('wd', 0.01)
Browse files- pytorch_model.bin +1 -1
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:2f211f9af7efb3b3323bb0693eda32657921285ffeead506714b67f11b87ca21
|
| 3 |
size 1625541389
|