Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
1) Finds the top-3 most similar tweets to your input across selected embedding models.
|
5 |
-
2) Generates tweets with DistilGPT-2 and selects the best by semantic similarity.
|
6 |
-
|
7 |
-
## How to run
|
8 |
-
- Works on CPU with MiniLM; for MPNet/DistilRoBERTa, enable GPU in Space settings.
|
9 |
-
- Env var: SAMPLE_SIZE (default 5000).
|
10 |
-
|
11 |
-
## Files
|
12 |
-
- `app.py` β Gradio app
|
13 |
-
- `requirements.txt` β dependencies
|
14 |
-
- `README.md` β this file
|
|
|
1 |
+
---
|
2 |
+
title: Tweet UI
|
3 |
+
emoji: π
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.42.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
short_description: Find similar tweets and generate new ones.
|
12 |
|
13 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|