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
Fix typo
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ datasets:
|
|
| 6 |
- code_x_glue_ct_code_to_text
|
| 7 |
widget:
|
| 8 |
- text: 'def pad(tensor, paddings, mode: "CONSTANT", name: nil) _op(:pad, tensor, paddings, mode: mode, name: name) end </s>'
|
|
|
|
| 9 |
|
| 10 |
# Description
|
| 11 |
|
|
|
|
| 6 |
- code_x_glue_ct_code_to_text
|
| 7 |
widget:
|
| 8 |
- text: 'def pad(tensor, paddings, mode: "CONSTANT", name: nil) _op(:pad, tensor, paddings, mode: mode, name: name) end </s>'
|
| 9 |
+
---
|
| 10 |
|
| 11 |
# Description
|
| 12 |
|