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 26484
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:79a58e5e68d49c724a315aba66b9d7e546bcef804082073aeb52a6cad1671a1b
|
| 3 |
size 242012923
|