From ea0eb1564958fa9db8651084806c2e209ab501d0 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 17 May 2023 17:07:36 +0200 Subject: [PATCH] Small fixes and link in the README (#23428) Fix + link --- README.md | 13 +++++++++++++ awesome-transformers.md | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 005a67e85e..e2f1b083ab 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,19 @@ In Multimodal tasks: **[Write With Transformer](https://transformer.huggingface.co)**, built by the Hugging Face team, is the official demo of this repo’s text generation capabilities. + +## 100 projects using Transformers + +Transformers is more than a toolkit to use pretrained models: it's a community of projects built around it and the +Hugging Face Hub. We want Transformers to enable developers, researchers, students, professors, engineers, and anyone +else to build their dream projects. + +In order to celebrate the 100,000 stars of transformers, we have decided to put the spotlight on the +community, and we have created the [awesome-transformers](./awesome-transformers.md) page which lists 100 +incredible projects built in the vicinity of transformers. + +If you own or use a project that you believe should be part of the list, please open a PR to add it! + ## If you are looking for custom support from the Hugging Face team diff --git a/awesome-transformers.md b/awesome-transformers.md index 6dab782a1d..beec5379a5 100644 --- a/awesome-transformers.md +++ b/awesome-transformers.md @@ -221,7 +221,7 @@ Keywords: Data augmentation, Synthetic data generation, Audio, NLP ## [dream-textures](https://github.com/carson-katri/dream-textures) -[dream-textures](https://github.com/carson-katri/dream-textures) is a library targeted at bringing stable-diffusion support within Blender. It supports several use-cases, such as image generation, texture projection, inpainting/outpainting, rendering passes, and upscaling. +[dream-textures](https://github.com/carson-katri/dream-textures) is a library targeted at bringing stable-diffusion support within Blender. It supports several use-cases, such as image generation, texture projection, inpainting/outpainting, ControlNet, and upscaling. Keywords: Stable-Diffusion, Blender @@ -258,7 +258,7 @@ Keywords: Semantic search, LLM ## [djl](https://github.com/deepjavalibrary/djl) -Deep Java Library (DJL) is an open-source, high-level, engine-agnostic Java framework for deep learning. DJL is designed to be easy to get started with and simple to use for Java developers. DJL provides a native Java development experience and functions like any other regular Java library. +Deep Java Library (DJL) is an open-source, high-level, engine-agnostic Java framework for deep learning. DJL is designed to be easy to get started with and simple to use for developers. DJL provides a native Java development experience and functions like any other regular Java library. DJL offers [a Java binding](https://github.com/deepjavalibrary/djl/tree/master/extensions/tokenizers) for HuggingFace Tokenizers and easy conversion toolkit for HuggingFace model to deploy in Java. Keywords: Java, Framework