❓ Questions & Help
As we know, the TRANSFORMER could easy auto-download models by the pretrain( ) function.
And the pre-trained BERT/RoBerta model are stored at the path of
./cach/.pytorch/.transformer/....
But, all the name of the download models are like this:
d9fc1956a01fe24af529f239031a439661e7634e6e931eaad2393db3ae1eff03.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.json
It's not readable and hard to distinguish which model is I wanted.
In another word, if I want to find the pretrained model of 'uncased_L-12_H-768_A-12', I can't finde which one is ?
Thanks for your answering.
❓ Questions & Help
As we know, the TRANSFORMER could easy auto-download models by the pretrain( ) function.
And the pre-trained BERT/RoBerta model are stored at the path of
./cach/.pytorch/.transformer/....
But, all the name of the download models are like this:
d9fc1956a01fe24af529f239031a439661e7634e6e931eaad2393db3ae1eff03.70bec105b4158ed9a1747fea67a43f5dee97855c64d62b6ec3742f4cfdb5feda.json
It's not readable and hard to distinguish which model is I wanted.
In another word, if I want to find the pretrained model of 'uncased_L-12_H-768_A-12', I can't finde which one is ?
Thanks for your answering.