Instructions to use sungjunhan/nfeatures-01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sungjunhan/nfeatures-01 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sungjunhan/nfeatures-01") model = AutoModelForSeq2SeqLM.from_pretrained("sungjunhan/nfeatures-01") - Notebooks
- Google Colab
- Kaggle
Upload MT5ForConditionalGeneration
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1200729512
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14a70d263e211e0f7198a3d39cf082b86229e1a9f2c03d6b4d904db3def0d3b4
|
| 3 |
size 1200729512
|