Instructions to use SEBIS/code_trans_t5_small_transfer_learning_pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SEBIS/code_trans_t5_small_transfer_learning_pretrain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SEBIS/code_trans_t5_small_transfer_learning_pretrain")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SEBIS/code_trans_t5_small_transfer_learning_pretrain") model = AutoModel.from_pretrained("SEBIS/code_trans_t5_small_transfer_learning_pretrain") - Notebooks
- Google Colab
- Kaggle
Commit History
allow flax a141c63
Create README.md 682f8b5
Update from weiding d24105e
wei commited on