Anonymous Authors commited on
Commit ·
8fc9a54
1
Parent(s): 3ceb528
Unify companion-repo links in the model card header
Browse filesReplace the single Project-page line with the same four-link bar used
on the project page and leaderboard:
🌐 Project page · 📊 Dataset · 🧪 Benchmark code · 🏆 Leaderboard
The model card itself fills the "Model & Inference code" slot, so it
is not linked back to itself.
README.md
CHANGED
|
@@ -10,7 +10,10 @@ tags:
|
|
| 10 |
|
| 11 |
# ViTeX-14B
|
| 12 |
|
| 13 |
-
🌐
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
ViTeX is a video text editing model. It replaces text content inside a user-provided mask region of a video while preserving the original visual style (font, color, stroke, shadow, perspective) and the surrounding scene.
|
| 16 |
|
|
|
|
| 10 |
|
| 11 |
# ViTeX-14B
|
| 12 |
|
| 13 |
+
🌐 [Project page](https://vitex-bench.github.io/) ·
|
| 14 |
+
📊 [Dataset](https://huggingface.co/datasets/ViTeX-Bench/ViTeX-Dataset) ·
|
| 15 |
+
🧪 [Benchmark code](https://huggingface.co/ViTeX-Bench/ViTeX-Bench) ·
|
| 16 |
+
🏆 [Leaderboard](https://huggingface.co/spaces/ViTeX-Bench/ViTeX-Bench-Leaderboard)
|
| 17 |
|
| 18 |
ViTeX is a video text editing model. It replaces text content inside a user-provided mask region of a video while preserving the original visual style (font, color, stroke, shadow, perspective) and the surrounding scene.
|
| 19 |
|