diff --git a/src/routes/huggingface/+page.svelte b/src/routes/huggingface/+page.svelte index 74bba932d02d6..046b6e0824308 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. +
+