knn-transformers
knn-transformers copied to clipboard
add web demo
added web demo to Hugging Face using Gradio
Hi @AK391 , Thank you for your efforts!
However, adding a web demo for the model distilgpt2-finetuned-wikitext103 kind of misses the point:
the distilgpt2-finetuned-wikitext103 model is a completely standard model, which our code wraps and integrates retrieved examples at test time.
I'm not sure that there is an easy way to demonstrate that at huggingface spaces, because our code is needed to search for nearest neighbor examples and integrate them.
What do you think? Am I missing anything?