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