Instructions to use longcld/t5_small_checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use longcld/t5_small_checkpoint with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("longcld/t5_small_checkpoint") model = AutoModelForSeq2SeqLM.from_pretrained("longcld/t5_small_checkpoint", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update
Browse files- optimizer.pt +1 -1
- pytorch_model.bin +1 -1
- scheduler.pt +1 -1
optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 484032247
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9851bd9588363655c2ddccd09a50f7aec7a2f433a8a3437af232c2afc11d57e
|
| 3 |
size 484032247
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242037587
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa7d789f9d6776140b34f77a86ee6f0d7b89cff7fc8f0e9f3202a19eec4bfd1a
|
| 3 |
size 242037587
|
scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 623
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a5d46e9021230a4a14be7d43e70482a9329c1265a824109e11307e9a0ff5ebe
|
| 3 |
size 623
|