Instructions to use SEBIS/code_trans_t5_small_program_synthese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SEBIS/code_trans_t5_small_program_synthese 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_program_synthese")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SEBIS/code_trans_t5_small_program_synthese") model = AutoModel.from_pretrained("SEBIS/code_trans_t5_small_program_synthese") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5197cfb0e20e2c82e6a5a34ba55a55452d2f79c8f9403138a838bf93e5984e28
- Size of remote file:
- 242 MB
- SHA256:
- da899f4b913162813ed3b75f8aed3be6a938b54a7dd5f4358766cbf1ac974f1b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.