Instructions to use SEBIS/code_trans_t5_small_source_code_summarization_csharp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SEBIS/code_trans_t5_small_source_code_summarization_csharp with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="SEBIS/code_trans_t5_small_source_code_summarization_csharp")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SEBIS/code_trans_t5_small_source_code_summarization_csharp") model = AutoModel.from_pretrained("SEBIS/code_trans_t5_small_source_code_summarization_csharp") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 35e5234f3b41d789da1f501de39216d3a4bafeb580a3e2f51b597b462064a702
- Size of remote file:
- 242 MB
- SHA256:
- 1da9e32e03feb232214ff2a30b190f34a1aa19aaf3f08ce568e5674a1666ca4c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.