Instructions to use abby101/deberta-base-finetuned-wikitext2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abby101/deberta-base-finetuned-wikitext2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="abby101/deberta-base-finetuned-wikitext2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("abby101/deberta-base-finetuned-wikitext2") model = AutoModelForMaskedLM.from_pretrained("abby101/deberta-base-finetuned-wikitext2") - Notebooks
- Google Colab
- Kaggle
Commit History
End of training a76c604
Training in progress, step 7000 51c4d3e
Training in progress, step 6500 75187d9
Training in progress, step 6000 0addba7
Training in progress, step 5500 2f62812
Training in progress, step 5000 aeb7f90
Training in progress, step 4500 263533b
Training in progress, step 4000 a8f41db
Training in progress, step 3500 3ebf8ad
Training in progress, step 3000 b7ad1e5
Training in progress, step 2500 f237e92
Training in progress, step 2000 16b7555
Training in progress, step 1500 dad19d4
Training in progress, step 1000 1f596f4
Training in progress, step 500 f7a5c11
initial commit fe024a7
Abhipsha commited on