Instructions to use yuewu/toc_titler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuewu/toc_titler with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="yuewu/toc_titler")# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("yuewu/toc_titler") model = AutoModelForImageTextToText.from_pretrained("yuewu/toc_titler") - Notebooks
- Google Colab
- Kaggle
Upload scheduler.pt
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34fa80f641423dac3e0ad493037c4dc4c9fd1eeff809eff72a6cefb87ef4dc1d
|
| 3 |
+
size 623
|