Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/hub/webhooks-guide-auto-retrain.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Webhook guide: Setup an automatic system to re-train a model when a dataset changes

<Tip warning={true}>

**Join the [webhooks-explorers](https://huggingface.co/webhooks-explorers) organization to beta-test webhooks!**

</Tip>

This guide will help walk you through the setup of an automatic training pipeline on the Hugging Face platform
using HF Datasets, Webhooks, Spaces, and AutoTrain.

Expand Down
6 changes: 0 additions & 6 deletions docs/hub/webhooks-guide-discussion-bot.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Webhook guide: build a Discussion bot based on BLOOM

<Tip warning={true}>

**Join the [webhooks-explorers](https://huggingface.co/webhooks-explorers) organization to beta-test webhooks!**

</Tip>

Here's a short guide on how to use Hugging Face Webhooks to build a bot that replies to Discussion comments on the Hub with a response generated by BLOOM, a multilingual language model, using the free Inference API.

## Create your Webhook in your user profile
Expand Down
6 changes: 0 additions & 6 deletions docs/hub/webhooks-guide-metadata-review.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Webhook guide: Setup an automatic metadata quality review for models and datasets

<Tip warning={true}>

**Join the [webhooks-explorers](https://huggingface.co/webhooks-explorers) organization to beta-test webhooks!**

</Tip>

This guide will walk you through creating a system that reacts to changes to a user's or organization's models or datasets on the Hub and creates a 'metadata review' for the changed repository.

## What are we building and why?
Expand Down
6 changes: 0 additions & 6 deletions docs/hub/webhooks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Webhooks

<Tip warning={true}>

**Join the [webhooks-explorers](https://huggingface.co/webhooks-explorers) organization to beta-test webhooks!**

</Tip>

Webhooks are a foundation for MLOps-related features. They allow you to listen for new changes on specific repos or to all repos belonging to particular set of users/organizations (not just your repos, but any repo).

You can use them to auto-convert models, build community bots, or build CI/CD for your models, datasets, and Spaces (and much more!).
Expand Down