Skip to content

Commit

Permalink
Add GMPO & GMPG colab.
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Aug 4, 2024
1 parent 892f4aa commit 2bbedb6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@ English | [简体中文(Simplified Chinese)](https://github.com/opendilab/Genera

| | [Score Matching](https://ieeexplore.ieee.org/document/6795935) | [Flow Matching](https://arxiv.org/abs/2210.02747) |
|-------------------------------------------------------------------------------------| -------------------------------------------------------------- | ------------------------------------------------- |
| **Diffusion Model** [Colab](https://colab.research.google.com/drive/18yHUAmcMh_7xq2U6TBCtcLKX2y4YvNyk#scrollTo=xcfAsMbM2yCP) | | |
| **Diffusion Model** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/18yHUAmcMh_7xq2U6TBCtcLKX2y4YvNyk) | | |
| [Linear VP SDE](https://arxiv.org/abs/2011.13456) |||
| [Generalized VP SDE](https://arxiv.org/abs/2209.15571) |||
| [Linear SDE](https://arxiv.org/abs/2206.00364) |||
| **Flow Model** [Colab](https://colab.research.google.com/drive/1vrxREVXKsSbnsv9G2CnKPVvrbFZleElI?usp=sharing) | | |
| **Flow Model** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1vrxREVXKsSbnsv9G2CnKPVvrbFZleElI) | | |
| [Independent Conditional Flow Matching](https://arxiv.org/abs/2302.00482) | 🚫 ||
| [Optimal Transport Conditional Flow Matching](https://arxiv.org/abs/2302.00482) | 🚫 ||



## Integrated Algorithms

| Algo./Models | Diffusion Model | Flow Model |
|---------------------------------------------------- | ----------------- | ---------------------- |
| [QGPO](https://arxiv.org/abs/2304.12824) || 🚫 |
| [SRPO](https://arxiv.org/abs/2310.07297) || 🚫 |
| GMPO | ||
| GMPG | ||
| Algo./Models | Diffusion Model | Flow Model |
|---------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| [QGPO](https://arxiv.org/abs/2304.12824) | | 🚫 |
| [SRPO](https://arxiv.org/abs/2310.07297) | | 🚫 |
| GMPO |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1A79ueOdLvTfrytjOPyfxb6zSKXi1aePv) ||
| GMPG |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hhMvQsrV-mruvpSCpmnsOxmCb6bMPOBq) ||


## Installation
Expand Down
16 changes: 8 additions & 8 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@

| | [Score Matching](https://ieeexplore.ieee.org/document/6795935) | [Flow Matching](https://arxiv.org/abs/2210.02747) |
|-------------------------------------------------------------------------------------| -------------------------------------------------------------- | ------------------------------------------------- |
| **扩散模型** [Colab](https://colab.research.google.com/drive/18yHUAmcMh_7xq2U6TBCtcLKX2y4YvNyk#scrollTo=xcfAsMbM2yCP) | | |
| **扩散模型** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/18yHUAmcMh_7xq2U6TBCtcLKX2y4YvNyk) | | |
| [Linear VP SDE](https://arxiv.org/abs/2011.13456) |||
| [Generalized VP SDE](https://arxiv.org/abs/2209.15571) |||
| [Linear SDE](https://arxiv.org/abs/2206.00364) |||
| **流模型** [Colab](https://colab.research.google.com/drive/1vrxREVXKsSbnsv9G2CnKPVvrbFZleElI?usp=sharing) | | |
| **流模型** [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1vrxREVXKsSbnsv9G2CnKPVvrbFZleElI) | | |
| [Independent Conditional Flow Matching](https://arxiv.org/abs/2302.00482) | 🚫 ||
| [Optimal Transport Conditional Flow Matching](https://arxiv.org/abs/2302.00482) | 🚫 ||

## 已集成的生成式强化学习算法

| 算法/模型 | 扩散模型 | 流模型 |
|---------------------------------------------------- | ---------------- | ---------------------- |
| [QGPO](https://arxiv.org/abs/2304.12824) || 🚫 |
| [SRPO](https://arxiv.org/abs/2310.07297) || 🚫 |
| GMPO | ||
| GMPG | ||
| 算法/模型 | 扩散模型 | 流模型 |
|---------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| [QGPO](https://arxiv.org/abs/2304.12824) | | 🚫 |
| [SRPO](https://arxiv.org/abs/2310.07297) | | 🚫 |
| GMPO |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1A79ueOdLvTfrytjOPyfxb6zSKXi1aePv) ||
| GMPG |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hhMvQsrV-mruvpSCpmnsOxmCb6bMPOBq) ||

## 安装

Expand Down

0 comments on commit 2bbedb6

Please sign in to comment.