From 180caae024f42b7fb8e34553b88d665f07dfbf62 Mon Sep 17 00:00:00 2001 From: sophies927 <107952697+sophies927@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:20:10 -0700 Subject: [PATCH] Added ORT Web info to HF landing page (#18219) Updated w/ Transformers.js info --- src/routes/huggingface/+page.svelte | 41 ++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/src/routes/huggingface/+page.svelte b/src/routes/huggingface/+page.svelte index 74bba932d0..046b6e0824 100644 --- a/src/routes/huggingface/+page.svelte +++ b/src/routes/huggingface/+page.svelte @@ -44,8 +44,8 @@
- Hugging Face provides many options for exporting models to ONNX, including an ONNX Export Space - for PyTorch models from the Hugging Face Model Hub. + Hugging Face provides many options for exporting models to ONNX, including an ONNX Export + Space for PyTorch models from the Hugging Face Model Hub.
Export PyTorch models to ONNX →- Azure Machine Learning also publishes a - curated model list that is updated regularly and includes some of the most popular models at the - moment. Of the models on this list that are available on Hugging Face, there is currently Optimum - ONNX support for over 85%. + Azure Machine Learning also publishes + a curated model list that is updated regularly and includes some of the most popular models at + the moment. Of the models on this list that are available on Hugging Face, there is currently + Optimum ONNX support for over 85%.
+ Transformers.js + is amazing tool to run transformers on the web, designed to be functionally equivalent to Hugging + Face’s + transformers + python library. +
++ Powered by ONNX Runtime Web, it enables you to execute cutting-edge Machine Learning tasks + in areas such as Natural Language Processing, Computer Vision, Audio, and Multimodal + directly within your web browser, eliminating the need for a server. +
+