google-research / albert

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
Apache License 2.0
3.23k stars 571 forks source link

Load in Browser Tensorflow #276

Open sysmaya opened 1 year ago

sysmaya commented 1 year ago

URL json load ?? `
config = {modelUrl: 'https://tfhub.dev/tensorflow/albert_en_base/3', fromTFHub: true};

qna.load(config).then(model => { console.log(model); });`