diff --git a/README.md b/README.md index 68001837..7b31453a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Our current key achievements and timelines are as follows: 🔥 Feb 20, 2024: a single-table data synthesis model based on LLM is included, view colab example: LLM: Data Synthesis and LLM: Off-table Feature Inference. -🔶 Dec 20, 2023: v0.1.0 released, a CTGAN model that supports billions of data processing capabilities is included, view colab example: Billion-Level-Data supported CTGAN. +🔶 Dec 20, 2023: v0.1.0 released, a CTGAN model that supports billions of data processing capabilities is included, view our benchmark against SDV, where SDG achieved less memory consumption and avoided crashing during training. For specific use, view colab example: Billion-Level-Data supported CTGAN. 🔆 Aug 10, 2023: First line of SDG code committed. diff --git a/README_ZH_CN.md b/README_ZH_CN.md index f50c4c7c..2b6d067d 100644 --- a/README_ZH_CN.md +++ b/README_ZH_CN.md @@ -31,7 +31,7 @@  |   借助LLM进行表外特征推断  |   - CTGAN模型 + 支持十亿级数据的CTGAN

@@ -49,7 +49,7 @@ 🔥 2024年2月20日:基于LLM的单表数据合成模型已包含,查看colab示例:LLM:数据合成LLM:表外特征推断。 -🔶 2023年12月20日:v0.1.0版本发布,包含支持数十亿数据处理能力的CTGAN模型,查看colab示例:支持数十亿数据的CTGAN。 +🔶 2023年12月20日:v0.1.0发布,包含支持数十亿数据处理能力的CTGAN模型,查看我们的 针对 SDV 的基准,SDG 实现了更少的内存消耗并避免了训练期间的崩溃(Out of Memory),具体使用请查看我们的colab示例:支持十亿级数据的CTGAN。 🔆 2023年8月10日:第一行SDG代码提交。