bebechien commited on
Commit
315b1d4
·
verified ·
1 Parent(s): 40c6d7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,7 +303,7 @@ class HackerNewsFineTuner:
303
  def build_interface(self) -> gr.Blocks:
304
  with gr.Blocks(title="EmbeddingGemma Modkit") as demo:
305
  gr.Markdown("# 🤖 EmbeddingGemma Modkit: Fine-Tuning and Mood Reader")
306
- gr.Markdown("This project provides a set of tools to fine-tune EmbeddingGemma to understand your personal taste in Hacker News titles and then use it to score and rank new articles based on their \"vibe\". The core idea is to measure the \"vibe\" of a news title by calculating the semantic similarity between its embedding and the embedding of a fixed anchor phrase, **`MY_FAVORITE_NEWS`**.<br>See [README](https://huggingface.co/spaces/google/embeddinggemma-modkit/blob/main/README.md) for more details.")
307
  with gr.Tab("🚀 Fine-Tuning & Evaluation"):
308
  self._build_training_interface()
309
  with gr.Tab("💡 News Vibe Check"):
 
303
  def build_interface(self) -> gr.Blocks:
304
  with gr.Blocks(title="EmbeddingGemma Modkit") as demo:
305
  gr.Markdown("# 🤖 EmbeddingGemma Modkit: Fine-Tuning and Mood Reader")
306
+ gr.Markdown("This project provides a set of tools to fine-tune [EmbeddingGemma](https://huggingface.co/google/embeddinggemma-300m) to understand your personal taste in Hacker News titles and then use it to score and rank new articles based on their \"vibe\". The core idea is to measure the \"vibe\" of a news title by calculating the semantic similarity between its embedding and the embedding of a fixed anchor phrase, **`MY_FAVORITE_NEWS`**.<br>See [README](https://huggingface.co/spaces/google/embeddinggemma-modkit/blob/main/README.md) for more details.")
307
  with gr.Tab("🚀 Fine-Tuning & Evaluation"):
308
  self._build_training_interface()
309
  with gr.Tab("💡 News Vibe Check"):