Instructions to use north/t5_base_NCC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use north/t5_base_NCC with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("north/t5_base_NCC") model = AutoModelForSeq2SeqLM.from_pretrained("north/t5_base_NCC") - Notebooks
- Google Colab
- Kaggle
Commit from model create scripts
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2330179728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:934e9b0b29269c248093ab253ec76fc2bb20ab8438789ee37c852486fecb4db6
|
| 3 |
size 2330179728
|