hiyouga
|
d1e03512f4
|
fix model card network issue
Former-commit-id: 211b2db5a8
|
2023-11-19 23:03:19 +08:00 |
|
hiyouga
|
8d82d7e994
|
fix Mistral template
https://github.com/lm-sys/FastChat/pull/2547
Former-commit-id: bfb9433165
|
2023-11-19 16:29:30 +08:00 |
|
hiyouga
|
a53afb27eb
|
fix #1263
Former-commit-id: 065bfaeed4
|
2023-11-19 16:05:18 +08:00 |
|
hiyouga
|
48d6d925f7
|
fix #1558
Former-commit-id: 1740131d63
|
2023-11-19 14:15:47 +08:00 |
|
hiyouga
|
112108d564
|
fix evaluator and cached_file in 4.31.0
Former-commit-id: ff6056405d
|
2023-11-18 19:39:23 +08:00 |
|
hiyouga
|
6d8d8509da
|
update benchmark
Former-commit-id: a2019c8b61
|
2023-11-18 11:30:01 +08:00 |
|
hiyouga
|
60fe410f05
|
update readme
Former-commit-id: 90212280d6
|
2023-11-18 11:15:56 +08:00 |
|
hiyouga
|
3dc7c0a88c
|
add benchmark
Former-commit-id: 329134f58c
|
2023-11-18 11:09:52 +08:00 |
|
hiyouga
|
303956cbb9
|
update dataset
Former-commit-id: 7b1aa6f63c
|
2023-11-17 23:19:12 +08:00 |
|
hiyouga
|
0d98d1a28c
|
fix quantization
Former-commit-id: ccb0f58e22
|
2023-11-17 22:21:29 +08:00 |
|
hiyouga
|
f9df6c17ed
|
fix #1550
Former-commit-id: 1bbc1be95e
|
2023-11-17 17:23:13 +08:00 |
|
Yuchen Han
|
b92259ae02
|
Update README_zh.md
Former-commit-id: 7cab47b822
|
2023-11-17 00:18:07 -08:00 |
|
Yuchen Han
|
c761a9987c
|
Update README.md
Former-commit-id: c9b499fa7e
|
2023-11-17 00:17:36 -08:00 |
|
Yuchen Han
|
a419122179
|
Update workflow.py
Former-commit-id: eeb5249d0b
|
2023-11-17 00:16:27 -08:00 |
|
Yuchen Han
|
ec910a87c0
|
Update finetuning_args.py
Former-commit-id: b24635d22b
|
2023-11-17 00:15:51 -08:00 |
|
hiyouga
|
d3c4881ccb
|
fix packages
Former-commit-id: 999bc0ed93
|
2023-11-17 16:11:48 +08:00 |
|
hoshi-hiyouga
|
0d2262ffd0
|
Merge #1544 from Outsider565/main, fix #1548
Fix: Change rouge-chinese package name to rouge_chinese
Former-commit-id: 7f9770b2c6
|
2023-11-17 16:09:42 +08:00 |
|
Shaowen Wang
|
4ea3144554
|
Fix: Change rouge-chinese package name to rouge_chinese
To reproduce:
python:
importlib.util.find_spec('rouge-chinese') -> None
importlib.util.find_spec('rouge_chinese') -> ModuleSpec(name='rouge_chinese'...)
from rouge_chinese import Rouge
print(Rouge.__module__) -> rouge_chinese
Former-commit-id: 397e948984
|
2023-11-16 20:12:35 -06:00 |
|
hiyouga
|
5de45bf989
|
fix chatglm template
Former-commit-id: ed9f7705ef
|
2023-11-16 22:54:15 +08:00 |
|
hiyouga
|
4a6cb33f0c
|
Update bug-report.yml
Former-commit-id: 438c374567
|
2023-11-16 19:37:35 +08:00 |
|
hiyouga
|
1fd8f1eb72
|
add issue template
Former-commit-id: 9e0bfcfc14
|
2023-11-16 19:35:30 +08:00 |
|
hoshi-hiyouga
|
39735b5750
|
Update issue templates
Former-commit-id: dea176f88e
|
2023-11-16 18:56:30 +08:00 |
|
hiyouga
|
8454e02313
|
fix web ui demo
Former-commit-id: 10ce87e088
|
2023-11-16 18:41:55 +08:00 |
|
hiyouga
|
be0fb659d2
|
fix web ui demo
Former-commit-id: 1c80e9a09e
|
2023-11-16 17:12:23 +08:00 |
|
hiyouga
|
11af6c1e39
|
release v0.3.0
Former-commit-id: c4facc03af
|
2023-11-16 16:00:11 +08:00 |
|
hiyouga
|
763a9305d0
|
update readme
Former-commit-id: 72e6699547
|
2023-11-16 15:58:37 +08:00 |
|
hoshi-hiyouga
|
550293badc
|
Merge #1525 from hiyouga/dev, fix #224 #336 #931 #936 #1011
Refactor llmtuner, support full-parameter RLHF
Former-commit-id: f04bc2a428
|
2023-11-16 15:47:13 +08:00 |
|
hiyouga
|
11de514cc6
|
fix css
Former-commit-id: 08f3c11429
|
2023-11-16 15:45:38 +08:00 |
|
hiyouga
|
3f53155a90
|
fix bug in web ui
Former-commit-id: 6efa38be46
|
2023-11-16 15:21:24 +08:00 |
|
hiyouga
|
e4f97615f0
|
update ppo and demo in webui
Former-commit-id: 7537dd434f
|
2023-11-16 14:55:26 +08:00 |
|
hiyouga
|
0ed0b8f9c5
|
fix bug in freeze tuning
Former-commit-id: ff52b1779c
|
2023-11-16 14:25:11 +08:00 |
|
hiyouga
|
627212e48b
|
tiny fix
Former-commit-id: 83cee2a604
|
2023-11-16 03:27:19 +08:00 |
|
hiyouga
|
678052a7ef
|
fix rlhf callback
Former-commit-id: 1817ffc86f
|
2023-11-16 03:26:19 +08:00 |
|
hiyouga
|
b71da932eb
|
fix bug in PPO training
Former-commit-id: 856522a3df
|
2023-11-16 02:32:54 +08:00 |
|
hiyouga
|
eb5a852dd5
|
fix import bug
Former-commit-id: 35b91ea34c
|
2023-11-16 02:27:03 +08:00 |
|
hiyouga
|
f441932bd1
|
support full-parameter PPO
Former-commit-id: ce78303600
|
2023-11-16 02:08:04 +08:00 |
|
hiyouga
|
0c1fab84f1
|
add demo mode for web UI
Former-commit-id: 8350bcf85d
|
2023-11-15 23:51:26 +08:00 |
|
hoshi-hiyouga
|
2ec5c734f3
|
Create CODE_OF_CONDUCT.md
Former-commit-id: 01b9f63465
|
2023-11-15 20:42:15 +08:00 |
|
hiyouga
|
3e0b76650a
|
update readme and constants
Former-commit-id: 1e19cf242a
|
2023-11-15 18:04:37 +08:00 |
|
hiyouga
|
e30290444a
|
support multiple modules in freeze training #1514
Former-commit-id: 4907452d95
|
2023-11-15 17:08:18 +08:00 |
|
hiyouga
|
4a0be64ae6
|
fix imports
Former-commit-id: bbbce1f516
|
2023-11-15 16:47:45 +08:00 |
|
hiyouga
|
06a4820836
|
disentangle model from tuner and rename modules
Former-commit-id: 4736344eb1
|
2023-11-15 16:29:09 +08:00 |
|
hiyouga
|
8ee48a9c9e
|
fix #1507
Former-commit-id: 2f02f688e1
|
2023-11-15 16:22:32 +08:00 |
|
hiyouga
|
2ba88c6b08
|
Update cal_lr.py
Former-commit-id: 829e879e04
|
2023-11-14 21:14:42 +08:00 |
|
hiyouga
|
426c2fc340
|
Update cal_lr.py
Former-commit-id: 5619e76dc5
|
2023-11-14 21:13:01 +08:00 |
|
hiyouga
|
b45fb2b3da
|
Update cal_lr.py
Former-commit-id: fcb2daf7f3
|
2023-11-14 21:09:30 +08:00 |
|
hiyouga
|
fffb8ea764
|
add cal_lr.py
Former-commit-id: 42c8fc4fb9
|
2023-11-14 20:58:37 +08:00 |
|
hiyouga
|
8387f3011c
|
fix #1494
Former-commit-id: d125ef5535
|
2023-11-14 18:07:20 +08:00 |
|
hiyouga
|
9176b55fe6
|
fix #1489
Former-commit-id: 3743b7420b
|
2023-11-14 15:27:05 +08:00 |
|
hiyouga
|
5c4ddebde5
|
support eval remote dataset
Former-commit-id: 2d42be32c1
|
2023-11-14 02:42:30 +08:00 |
|