Hi team!
As a user of the Hub, I would like to be able to quickly copy the name of a model / dataset so that I can paste the contents into load_dataset
or from_pretrained
. This would be especially useful for long model names like distilbert-base-uncased-finetuned-sst-2-english
One possible solution would be to add a “Copy to clipboard” button next to the model / dataset name, similar to what already exists for the “Use in transformers” button. See below for a screenshot of what I mean:
PS. apologies if something like this already exists and I’ve missed it!