Instructions to use KeLiu/Title-Gen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KeLiu/Title-Gen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KeLiu/Title-Gen") model = AutoModelForSeq2SeqLM.from_pretrained("KeLiu/Title-Gen") - Notebooks
- Google Colab
- Kaggle
MMTitle commited on
Commit ·
0ff77b2
1
Parent(s): 37f1cc4
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41761824fc1f84151205c19cb4b2bc4396c5e06281f9a79fbafcaa7ddd91cad6
|
| 3 |
+
size 891736887
|