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, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("malper/taatiknet") model = AutoModelForSeq2SeqLM.from_pretrained("malper/taatiknet") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
#6
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:f14cf8f74db235165a11532acf406c6169d013b48789cd5b3765f3be662c57eb
|
| 3 |
+
size 1198607221
|