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