Instructions to use malper/taatiknet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use malper/taatiknet with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("malper/taatiknet") model = AutoModelForMultimodalLM.from_pretrained("malper/taatiknet") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
#7
by malper - opened
- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9dd7d0486c09e67374f00b08bf493e8b4aba564401ccbf8b611349d8a47556b
|
| 3 |
+
size 1198609653
|