Skip to content

Commit 7b02be5

Browse files
authored
Merge pull request #2148 from TayTroye/updateReadMe
Fix:update readme
2 parents cfdf046 + e01328e commit 7b02be5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Our library includes 94 recommendation algorithms, covering four major categorie
3131
+ Context-aware Recommendation
3232
+ Knowledge-based Recommendation
3333

34-
We design a unified and flexible data file format, and provide the support for 43 benchmark recommendation datasets.
34+
We design a unified and flexible data file format, and provide the support for 44 benchmark recommendation datasets.
3535
A user can apply the provided script to process the original data copy, or simply download the processed datasets
3636
by our team.
3737

@@ -49,7 +49,7 @@ In order to support the study of recent advances in recommender systems, we cons
4949
usage of various recommendation datasets.
5050

5151
+ **Comprehensive benchmark models and datasets.** We implement 94 commonly used recommendation algorithms, and provide
52-
the formatted copies of 43 recommendation datasets.
52+
the formatted copies of 44 recommendation datasets.
5353

5454
+ **Efficient GPU-accelerated execution.** We optimize the efficiency of our library with a number of improved techniques
5555
oriented to the GPU environment.

README_CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RecBole 是一个基于 PyTorch 实现的,面向研究者的,易于开发与
3232
+ Knowledge-based Recommendation
3333

3434

35-
我们约定了一个统一、易用的数据文件格式,并已支持 43 个 benchmark dataset。
35+
我们约定了一个统一、易用的数据文件格式,并已支持 44 个 benchmark dataset。
3636
用户可以选择使用我们的数据集预处理脚本,或直接下载已被处理好的数据集文件。
3737

3838

@@ -46,7 +46,7 @@ RecBole 是一个基于 PyTorch 实现的,面向研究者的,易于开发与
4646
## 特色
4747
+ **通用和可扩展的数据结构** 我们设计了通用和可扩展的数据结构来支持各种推荐数据集统一化格式和使用。
4848

49-
+ **全面的基准模型和数据集** 我们实现了94个常用的推荐算法,并提供了43个推荐数据集的格式化副本
49+
+ **全面的基准模型和数据集** 我们实现了94个常用的推荐算法,并提供了44个推荐数据集的格式化副本
5050

5151
+ **高效的 GPU 加速实现** 我们针对GPU环境使用了一系列的优化技术来提升代码库的效率。
5252

@@ -227,7 +227,7 @@ NOTE: 我们的测试结果只给出了RecBole库中实现模型的大致时间
227227
## RecBole 重要发布
228228
| Releases | Date |
229229
|----------|------------|
230-
| v1.2.1 | 02/23/2023 |
230+
| v1.2.1 | 02/23/2025 |
231231
| v1.2.0 | 11/01/2023 |
232232
| v1.1.1 | 10/05/2022 |
233233
| v1.0.0 | 09/17/2021 |

0 commit comments

Comments
 (0)