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