Instructions to use gintareb/PLBart-UnitTest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gintareb/PLBart-UnitTest with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("gintareb/PLBart-UnitTest") model = AutoModelForSeq2SeqLM.from_pretrained("gintareb/PLBart-UnitTest") - Notebooks
- Google Colab
- Kaggle
Model Insights
#1
by sugarExcess - opened
Hello! I discovered your unit test case generation model and noticed its relevance to these resources:
Could you share insights into the methodology behind creating this model? Thanks!