Instructions to use anothy1/dalle-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anothy1/dalle-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("anothy1/dalle-tokenizer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
This
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# Multi-Modal Tokenizers
|
| 8 |
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
This is OpenAI's [DALL-E dVAE](https://github.com/openai/DALL-E) with it's encoder & decoder wrapped into a single module.
|
| 6 |
+
|
| 7 |
+
The model was uploaded to be used with [multi-modal-tokenizers](https://github.com/anothy1/multi-modal-tokenizers/).
|
| 8 |
|
| 9 |
# Multi-Modal Tokenizers
|
| 10 |
|