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 19863
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:5e89a9fc9ba45b95a18af824bb6ff47007928ff123a77627373ca3dadfa7d96a
|
| 3 |
size 242012923
|