Instructions to use boneb/t5-small-TS-sentence with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boneb/t5-small-TS-sentence with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("boneb/t5-small-TS-sentence") model = AutoModelForSeq2SeqLM.from_pretrained("boneb/t5-small-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 307385861
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05050cfb50f3bd5ad8e365e67beb0e17dfb6825e900995d45e0eedffec302b5a
|
| 3 |
size 307385861
|
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:35b1197876c6dc7d546f0ec3f75dffb708bc64420f1ed2b0855a545ea0d80807
|
| 3 |
size 4219
|