Instructions to use h4iku/codet5-small-t5apr-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use h4iku/codet5-small-t5apr-python with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("h4iku/codet5-small-t5apr-python") model = AutoModelForSeq2SeqLM.from_pretrained("h4iku/codet5-small-t5apr-python") - Notebooks
- Google Colab
- Kaggle
Step 13242
Browse files- pytorch_model.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:f329a9ef3f74d5be616fe2edd3f85d22a13e144044891cc95d14c645b860dcdb
|
| 3 |
size 242012923
|