Instructions to use h4iku/codet5-small-t5apr-java with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use h4iku/codet5-small-t5apr-java with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("h4iku/codet5-small-t5apr-java") model = AutoModelForSeq2SeqLM.from_pretrained("h4iku/codet5-small-t5apr-java") - Notebooks
- Google Colab
- Kaggle
Step 126155
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 242012923
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01a9e1eb4e7651883ec409595e59ddfb25d9b5d0d5bbcad7ae160a42cea2174a
|
| 3 |
size 242012923
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3311
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca4b711e3e6d8c3a0f0e753714e7e41f436fd5a0e62842a4eb042c0dddf5db1e
|
| 3 |
size 3311
|