Add metadata and update model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -7
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
- [![arXiv Paper](https://img.shields.io/badge/arXiv-2502.01416-b31b1b)](https://arxiv.org/abs/2509.23348)
9
  [![OpenReview Paper](https://img.shields.io/badge/OpenReview-PDF-8c1b13)](https://openreview.net/forum?id=XcPDT615Gd)~
10
  [![GitHub](https://img.shields.io/github/stars/gregkseno/catsbench?style=social)](https://github.com/gregkseno/catsbench)
11
  [![Hugging Face Model](https://img.shields.io/badge/🤗%20Hugging%20Face-view-green)](https://huggingface.co/gregkseno/catsbench)
@@ -13,9 +19,7 @@
13
 
14
  </div>
15
 
16
- 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"*, accepted at **ICLR 2026**.
17
-
18
- <!-- ![teaser](./images/teaser.png) -->
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
+ [![arXiv Paper](https://img.shields.io/badge/arXiv-2509.23348-b31b1b)](https://arxiv.org/abs/2509.23348)
15
  [![OpenReview Paper](https://img.shields.io/badge/OpenReview-PDF-8c1b13)](https://openreview.net/forum?id=XcPDT615Gd)~
16
  [![GitHub](https://img.shields.io/github/stars/gregkseno/catsbench?style=social)](https://github.com/gregkseno/catsbench)
17
  [![Hugging Face Model](https://img.shields.io/badge/🤗%20Hugging%20Face-view-green)](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.