晓雷
04b26f42bb
change name to AReaL-lite
2025-08-01 16:01:51 +08:00
晓雷
3a97f06be1
add figure to explain AReaLite components
2025-08-01 11:49:30 +08:00
Richard.Bian
a5e55acb26
[fix] nitpick fixes for readme ( #204 )
2025-08-01 11:00:42 +08:00
晓雷
bdf0a5d7fe
.
2025-08-01 09:46:57 +08:00
晓雷
642ee93605
format
2025-08-01 04:31:58 +08:00
nuzant
62afd16c2c
revise
2025-08-01 04:22:53 +08:00
晓雷
a8da72a95b
.
2025-07-31 11:46:43 +08:00
晓雷
e5a47bb71f
.
2025-07-31 11:29:18 +08:00
晓雷
2bfba4804e
minor revise code walkthrough to be consistent with current impl
2025-07-31 11:23:24 +08:00
晓雷
5ad65846c7
.
2025-07-30 16:38:26 +08:00
晓雷
e6bf47f7b0
.
2025-07-30 15:46:50 +08:00
晓雷
7f876e7182
.
2025-07-29 16:56:49 +08:00
晓雷
96265c2dde
draft
2025-07-29 10:25:50 +08:00
晓雷
40573a6580
arealite doc final draft
2025-07-28 23:37:35 +08:00
GurrenLagann97
e3005d57f6
add a preprocessing script for code training data and update readme ( #126 )
...
* add a preprocessing script for code training data and update readme
* add a preprocessing script for code training data and update readme
* add a preprocessing script for code training data and update readme
* fix eval doc
---------
Co-authored-by: hcy <hechuyi.hcy@antgroup.com>
2025-06-24 09:44:15 +08:00
Wei Fu
86625c56e4
[Doc] Add WeChat QR code ( #99 )
...
* update qrcode
* update qrcode
2025-06-10 13:57:20 +08:00
Wei Fu
b768e5ce3c
update readme ( #78 )
2025-06-04 12:02:15 +08:00
Wei Fu
15024d8d32
fix ( #77 )
2025-06-04 11:27:09 +08:00
GurrenLagann97
67dc056dd9
add hf links in readme and blog ( #75 )
...
* add hf links in readme and blog
* fix
* add model link in table
* add model link in table
---------
Co-authored-by: hcy <hechuyi.hcy@antgroup.com>
2025-06-04 10:32:18 +08:00
Wei Fu
d56df5102e
[Doc] Update README. ( #74 )
...
* update benchmark script
* .
* add benchmark docs
* add v0.3.0 configs
* .
* PullRequest: 178 multi turn math agent training
Merge branch gjx/multi-turn-math of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/178?tab=diff
Reviewed-by: 博惟 <bowei.fw@antgroup.com>
* multi turn math agent training
* training data logging and clean math multi-turn exp
* fix
* .
* fix
* change readme
* fix typo
* revert multiturn
---------
Co-authored-by: 步偶 <sam.gjx@antgroup.com>
2025-06-04 00:43:19 +08:00
Wei Fu
fabe59aad1
add doc ( #68 )
2025-06-02 21:16:36 +08:00
Wei Fu
4fab3ac769
[Doc & Fix] Simplify the environment setup procedure ( #62 )
...
* PullRequest: 176 [FIX] clear sensitive info
Merge branch fw/fix-sensitive-info of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/176
Reviewed-by: 晓雷 <meizhiyu.mzy@antgroup.com>
* .
* .
* .
* .
* .
* test env setup
* fix
* allow cached model
* .
* revise docs
* change docs
* format docs
* update readme
2025-06-01 14:57:21 +08:00
Wei Fu
d87c898d36
[Feature] Add link to documentation in README ( #61 )
2025-05-30 19:58:58 +08:00
Wei Fu
e9eff73d90
Update README.md ( #35 )
2025-04-27 22:28:54 +08:00
Wei Fu
aff05c2544
Update time estimation in README ( #23 )
...
* fix: `self.tasks_ids` should also be filtered
* PullRequest: 67 Update v0.2.0 Dockerfile
Merge branch fw/v0.2.0-dockerfile of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/67
Signed-off-by: 温差 <xushusheng.xss@antgroup.com>
* fw/v0.2.0-dockerfile
* PullRequest: 66 Update v0.2.0 cover letter
Merge branch fw/v0.2.0-readme of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/66
Signed-off-by: 温差 <xushusheng.xss@antgroup.com>
* .
* .
* .
* .
* .
* update thpt fig
* update readme 20250329-20:16
* update
* update tutorial
* .
* upload 7B zero and 32B sft config
* clean ci
* PullRequest: 72 change the condition of using etcd
Merge branch fw/fix-etcd of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/72
Signed-off-by: 晓雷 <meizhiyu.mzy@antgroup.com>
* change the condition of using etcd
* PullRequest: 60 Change the default SGLang parameters to avoid precision issues.
Merge branch fw/fix-sglang of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/60
Signed-off-by: 晓雷 <meizhiyu.mzy@antgroup.com>
* change vllm config
* .
* .
* PullRequest: 73 Fix a setup issue when using ETCD
Merge branch fw/fix-etcd of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/73
Signed-off-by: 晓雷 <meizhiyu.mzy@antgroup.com>
* fix etcd
* .
* .
* PullRequest: 75 Fix epoch counter before model function call execution.
Merge branch fw/fix-epoch-counter of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/75
Signed-off-by: 晓雷 <meizhiyu.mzy@antgroup.com>
* .
* PullRequest: 76 Update from opensource repository.
Merge branch mzy/update-from-opensource of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/76
Signed-off-by: 博惟 <bowei.fw@antgroup.com>
* .
* .
* .
* .
* .
* update thpt fig
* update readme 20250329-20:16
* update
* update tutorial
* fw/v0.2.0-dockerfile
* .
* V0.2.0 prerelease (#8 )
* V0.2.0 prerelease (#9 )
* Update README.md
* Clean up CI (#11 )
* Update README.md citation (#15 )
* Xss/readme (#16 )
* Merge updates from ant repository. (#18 )
* update readme
update readme
update readme
* update readme
* .
* .
---------
Signed-off-by: 博惟 <bowei.fw@antgroup.com>
Co-authored-by: wanghuaijie.whj <wanghuaijie.whj@antgroup.com>
Co-authored-by: meijun <meijun.mei@antgroup.com>
Co-authored-by: 晓雷 <meizhiyu.mzy@antgroup.com>
Co-authored-by: chucai.dzq <chucai.dzq@alibaba-inc.com>
2025-04-02 08:09:11 +08:00
xssstory
f4bd798ed9
Xss/readme ( #16 )
...
* update readme
* update readme
* update readme
* update readme
* update readme
2025-03-31 18:57:39 +08:00
Wei Fu
22838f3288
Update README.md citation ( #15 )
2025-03-31 18:17:35 +08:00
Yi Wu
2f148c3ed7
Update README.md
2025-03-31 00:07:50 +08:00
Wei Fu
df7d84cb0e
V0.2.0 prerelease ( #9 )
...
* PullRequest: 67 Update v0.2.0 Dockerfile
Merge branch fw/v0.2.0-dockerfile of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/67
Signed-off-by: 温差 <xushusheng.xss@antgroup.com>
* fw/v0.2.0-dockerfile
* PullRequest: 66 Update v0.2.0 cover letter
Merge branch fw/v0.2.0-readme of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/66
Signed-off-by: 温差 <xushusheng.xss@antgroup.com>
* .
* .
* .
* .
* .
* update thpt fig
* update readme 20250329-20:16
* update
* update tutorial
* .
* update readme
2025-03-30 21:26:48 +08:00
garrett4wade
9ac5b9bdc3
.
2025-03-30 20:43:51 +08:00
博惟
6794b2f07e
update
2025-03-30 20:32:15 +08:00
博惟
b54ffe1193
update readme 20250329-20:16
2025-03-29 20:16:18 +08:00
博惟
5997ba8b47
update thpt fig
2025-03-28 17:43:13 +08:00
博惟
2755fc9d8c
.
2025-03-28 17:07:15 +08:00
博惟
c9c2c79370
.
2025-03-28 17:03:25 +08:00
bowei.fw
111211b302
.
2025-03-28 16:44:56 +08:00
bowei.fw
1649c9fcf1
.
2025-03-28 16:36:03 +08:00
bowei.fw
a568dd0e5a
.
2025-03-28 16:34:03 +08:00
meijun.mei
abfe8bd30f
update dataset for fused-refrw
2025-03-27 18:38:22 +08:00
温差
054d323979
PullRequest: 13 update 7B-zero figures
...
Merge branch 0304-7b-zero-readme of git@code.alipay.com:inclusionAI/AReaL.git into main
https://code.alipay.com/inclusionAI/AReaL/pull_requests/13
Signed-off-by: 晓雷 <meizhiyu.mzy@antgroup.com>
* update 7B zero figures
* update readme
* update amc
* update readme
* Delete Data Comparison
* typo
* update figures
* fix typo
2025-03-04 19:11:52 +08:00
Wei Fu
c8a3090acb
Update README.md
2025-02-25 10:37:37 +08:00
Wei Fu
0f2c5c564d
Update README.md
2025-02-25 09:55:34 +08:00
晓雷
2963a67311
Initial commit.
2025-02-24 18:58:19 +08:00