From 14d0360b79ad22223df7ee29903ff14fb76834af Mon Sep 17 00:00:00 2001
From: Joshua Lochner
- - - - - - - - - - - - - - - + + + + +
-State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server! +State-of-the-art Machine Learning for the Web
+ + +Run 🤗 Transformers directly in your browser, with no need for a server! Transformers.js is designed to be functionally equivalent to Hugging Face's [transformers](https://github.com/huggingface/transformers) python library, meaning you can run the same pretrained models using a very similar API. These models support common tasks in different modalities, such as: - 📝 **Natural Language Processing**: text classification, named entity recognition, question answering, language modeling, summarization, translation, multiple choice, and text generation. diff --git a/docs/scripts/build_readme.py b/docs/scripts/build_readme.py index 611c5b3f6..49a2e6400 100644 --- a/docs/scripts/build_readme.py +++ b/docs/scripts/build_readme.py @@ -13,21 +13,11 @@- - - - - - - - - - - - - - - + + + + +
{intro} diff --git a/docs/snippets/0_introduction.snippet b/docs/snippets/0_introduction.snippet index d25a0e513..34d71bccb 100644 --- a/docs/snippets/0_introduction.snippet +++ b/docs/snippets/0_introduction.snippet @@ -1,5 +1,9 @@ -State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server! +State-of-the-art Machine Learning for the Web
+ + +Run 🤗 Transformers directly in your browser, with no need for a server! Transformers.js is designed to be functionally equivalent to Hugging Face's [transformers](https://github.com/huggingface/transformers) python library, meaning you can run the same pretrained models using a very similar API. These models support common tasks in different modalities, such as: - 📝 **Natural Language Processing**: text classification, named entity recognition, question answering, language modeling, summarization, translation, multiple choice, and text generation.