+ You are about to load {model.title}.
+ Once downloaded, the model ({formatBytes(model.size)}) will be
+ cached and reused when you revisit the page.
+
+
+ Everything runs directly in your browser using 🤗 Transformers.js
+ and ONNX Runtime Web, meaning your conversations aren't sent to a
+ server. You can even disconnect from the internet after the model
+ has loaded!
+
+
+
+
+ ) : state === State.INITIALIZING ? (
+
+
+
+
+ {modelDownloaded
+ ? "initializing the model..."
+ : "downloading the model..."}
+
+ {downloadProgress.toFixed(2)}%
+