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
14e57be | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fd3dc38bed99010c1546bbf0c53747e6c241447a895b040f5825bacaef5c0f5c
size 241984550
|