Instructions to use boneb/mt5-TS-sentence with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boneb/mt5-TS-sentence with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("boneb/mt5-TS-sentence") model = AutoModelForSeq2SeqLM.from_pretrained("boneb/mt5-TS-sentence") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2329702581
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:985b638d83886f98b96509dc1cccee910d0953e2adf951e4ad06bbaecab47c27
|
| 3 |
size 2329702581
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d589b79fedd63a62237a9647c93b1084fb9229e5444456dbe9624366a016355
|
| 3 |
size 4219
|