Add metadata and update model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
|
| 3 |
# Entering the Era of Discrete Diffusion Models: A Benchmark for Schrödinger Bridges and Entropic Optimal Transport
|
| 4 |
|
| 5 |
-
[Xavier Aramayo](https://scholar.google.com/citations?user=1B9UIYoAAAAJ),
|
| 6 |
-
[Grigoriy Ksenofontov](https://scholar.google.com/citations?user=e0mirzYAAAAJ), [Aleksei Leonov](https://scholar.google.com/citations?user=gzj9nOcAAAAJ), [Iaroslav Koshelev](https://scholar.google.com/citations?user=gmaJRL4AAAAJ), [Alexander Korotin](https://scholar.google.ru/citations?user=1rIIvjAAAAAJ)
|
| 7 |
|
| 8 |
-
[](https://openreview.net/forum?id=XcPDT615Gd)~
|
| 10 |
[](https://github.com/gregkseno/catsbench)
|
| 11 |
[](https://huggingface.co/gregkseno/catsbench)
|
|
@@ -13,9 +19,7 @@
|
|
| 13 |
|
| 14 |
</div>
|
| 15 |
|
| 16 |
-
This repository contains the benchmark checkpoints associated with the paper
|
| 17 |
-
|
| 18 |
-
<!--  -->
|
| 19 |
|
| 20 |
## 📦 CatSBench (Package)
|
| 21 |
|
|
@@ -86,4 +90,4 @@ x_end = bench.sample(x_start) # [B=32, D=2]
|
|
| 86 |
|
| 87 |
- [Comet ML](https://www.comet.com) — experiment-tracking and visualization toolkit;
|
| 88 |
- [Inkscape](https://inkscape.org/) — an excellent open-source editor for vector graphics;
|
| 89 |
-
- [Hydra/Lightning template](https://github.com/ashleve/lightning-hydra-template) — project template used as a starting point.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: catsbench
|
| 4 |
+
pipeline_tag: other
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
<div align="center">
|
| 8 |
|
| 9 |
# Entering the Era of Discrete Diffusion Models: A Benchmark for Schrödinger Bridges and Entropic Optimal Transport
|
| 10 |
|
| 11 |
+
[Xavier Aramayo Carrasco](https://scholar.google.com/citations?user=1B9UIYoAAAAJ),
|
| 12 |
+
[Grigoriy Ksenofontov](https://scholar.google.com/citations?user=e0mirzYAAAAJ), [Aleksei Leonov](https://scholar.google.com/citations?user=gzj9nOcAAAAJ), [Iaroslav Sergeevich Koshelev](https://scholar.google.com/citations?user=gmaJRL4AAAAJ), [Alexander Korotin](https://scholar.google.ru/citations?user=1rIIvjAAAAAJ)
|
| 13 |
|
| 14 |
+
[](https://arxiv.org/abs/2509.23348)
|
| 15 |
[](https://openreview.net/forum?id=XcPDT615Gd)~
|
| 16 |
[](https://github.com/gregkseno/catsbench)
|
| 17 |
[](https://huggingface.co/gregkseno/catsbench)
|
|
|
|
| 19 |
|
| 20 |
</div>
|
| 21 |
|
| 22 |
+
This repository contains the benchmark checkpoints associated with the paper ["Entering the Era of Discrete Diffusion Models: A Benchmark for Schrödinger Bridges and Entropic Optimal Transport"](https://huggingface.co/papers/2509.23348), accepted at **ICLR 2026**.
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## 📦 CatSBench (Package)
|
| 25 |
|
|
|
|
| 90 |
|
| 91 |
- [Comet ML](https://www.comet.com) — experiment-tracking and visualization toolkit;
|
| 92 |
- [Inkscape](https://inkscape.org/) — an excellent open-source editor for vector graphics;
|
| 93 |
+
- [Hydra/Lightning template](https://github.com/ashleve/lightning-hydra-template) — project template used as a starting point.
|