Instructions to use kevincstowe/concept2seq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kevincstowe/concept2seq with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("kevincstowe/concept2seq") model = AutoModelForSeq2SeqLM.from_pretrained("kevincstowe/concept2seq") - Notebooks
- Google Colab
- Kaggle
Commit ·
b90f1d4
1
Parent(s): a84c02e
new checkpoint
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 557969145
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c173cb2aabc772d8ed0a6693cd76277293a10a40de503f180a9306d2d5facbd
|
| 3 |
size 557969145
|