plaggy commited on
Commit
fe118b5
·
1 Parent(s): 45dffe9

text adjusted

Browse files
Files changed (1) hide show
  1. home.html +3 -3
home.html CHANGED
@@ -8,11 +8,11 @@
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Auto Re-Train webhook</h1>
12
 
13
- <p>This is a webhook space to auto-retrain on model when a dataset changes.</p>
14
 
15
- <p>Check out the guide <a href="https://huggingface.co/docs/hub/webhooks-guide-auto-retrain" target="_blank">here</a>!</p>
16
  </div>
17
  </body>
18
  </html>
 
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <h1>Chunk+embed webhook</h1>
12
 
13
+ <p>This is a webhook space to chunk and embed a dataset when it changes.</p>
14
 
15
+ <p>Use this as a reference <a href="https://huggingface.co/docs/hub/webhooks-guide-auto-retrain" target="_blank">here</a>!</p>
16
  </div>
17
  </body>
18
  </html>