Instructions to use nielsr/codet5-small-code-summarization-ruby with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nielsr/codet5-small-code-summarization-ruby with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nielsr/codet5-small-code-summarization-ruby") model = AutoModelForSeq2SeqLM.from_pretrained("nielsr/codet5-small-code-summarization-ruby") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
338c3a3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2b02e1ae104023345dcabdba99dfd7f27d8cba81093eb409101d4741e713678b
size 242026427
|