 hoshi-hiyougaandGitHub
|
32fa5e8d70
|
fix tokenizer
|
2023-08-09 00:54:54 +08:00 |
|
hiyouga
|
3a720aac66
|
update webui
|
2023-08-09 00:26:11 +08:00 |
|
hiyouga
|
eecc4b2131
|
fix tokenizer #417
|
2023-08-08 23:59:41 +08:00 |
|
hiyouga
|
caa0eda27d
|
fix bug
|
2023-08-08 21:28:28 +08:00 |
|
hiyouga
|
4b841a6b35
|
fix bug
|
2023-08-08 17:55:55 +08:00 |
|
hiyouga
|
a9980617f5
|
fix chatml template #408
|
2023-08-08 17:44:39 +08:00 |
|
hiyouga
|
5453b93db0
|
update args spec
|
2023-08-07 15:23:35 +08:00 |
|
hiyouga
|
20cf27976f
|
update readme
|
2023-08-07 15:02:02 +08:00 |
|
hiyouga
|
cacd5b703d
|
Merge branch 'main' of https://github.com/hiyouga/LLaMA-Efficient-Tuning
|
2023-08-07 13:59:16 +08:00 |
|
hiyouga
|
081345baca
|
fix #376
|
2023-08-07 13:58:59 +08:00 |
|
 hoshi-hiyougaandGitHub
|
da42d289ee
|
Merge pull request #382 from hiyouga/feature-updateReadme
add detailed model configs
|
2023-08-07 13:43:38 +08:00 |
|
hiyouga
|
220175ab24
|
update trainer
|
2023-08-07 13:34:35 +08:00 |
|
hiyouga
|
e21ae01356
|
fix qwen eos token
|
2023-08-06 13:31:17 +08:00 |
|
hiyouga
|
7f18d2a335
|
fix qwen tokenizer #361
|
2023-08-05 17:06:05 +08:00 |
|
hiyouga
|
1afa51c2fa
|
fix template for tiktoken
|
2023-08-05 13:42:42 +08:00 |
|
hiyouga
|
53d95725c5
|
remove redundant code
|
2023-08-05 00:27:27 +08:00 |
|
hiyouga
|
c183b3551d
|
fix template
|
2023-08-05 00:25:00 +08:00 |
|
hiyouga
|
e4a15f863c
|
fix llama2 template
|
2023-08-05 00:07:54 +08:00 |
|
 hoshi-hiyougaandGitHub
|
f30fc3b030
|
Support safe ChatML template, fix qwen tok #351 #354
https://github.com/openai/openai-python/blob/main/chatml.md
|
2023-08-05 00:00:23 +08:00 |
|
hiyouga
|
d87c8fd8ab
|
fix bos and eos token
|
2023-08-04 23:55:57 +08:00 |
|
hiyouga
|
8172ad1b5e
|
fix encode
|
2023-08-04 23:27:55 +08:00 |
|
hiyouga
|
b4852f9406
|
support chatml safe encoding
|
2023-08-04 23:14:28 +08:00 |
|
hiyouga
|
69744c17e8
|
support interleave probs
|
2023-08-04 21:27:35 +08:00 |
|
hiyouga
|
6bdb7f0910
|
Update wechat.jpg
|
2023-08-04 15:03:53 +08:00 |
|
hiyouga
|
d6b14658d4
|
fix webui export model
|
2023-08-04 14:20:27 +08:00 |
|
hiyouga
|
a0173c427d
|
fix mtloader
|
2023-08-03 19:29:02 +08:00 |
|
hiyouga
|
ff98f1cba8
|
tiny fix
|
2023-08-03 17:42:28 +08:00 |
|
hiyouga
|
2780792754
|
fix qwen inference
|
2023-08-03 16:31:55 +08:00 |
|
hiyouga
|
ea30da4794
|
fix qwen inference
|
2023-08-03 16:15:38 +08:00 |
|
hiyouga
|
87f8f830e2
|
support Qwen-7B, fix InternLM-7B inference
|
2023-08-03 15:53:32 +08:00 |
|
hiyouga
|
53d6dc396d
|
update web demo
|
2023-08-03 13:28:28 +08:00 |
|
hiyouga
|
e23a3a366c
|
fix webui
|
2023-08-03 12:43:12 +08:00 |
|
hiyouga
|
08f180e788
|
modify code structure
|
2023-08-02 23:17:36 +08:00 |
|
hiyouga
|
1d8a1878ea
|
fix PPO trainer
|
2023-08-02 19:10:23 +08:00 |
|
hiyouga
|
b5ba87952a
|
update ppo trainer
|
2023-08-02 18:46:41 +08:00 |
|
hiyouga
|
286f7be346
|
fix memory leak of PPO trainer
|
2023-08-02 17:41:34 +08:00 |
|
hiyouga
|
c689857bbb
|
release v0.1.5
|
2023-08-02 16:10:31 +08:00 |
|
 hoshi-hiyougaandGitHub
|
8ca01e53a8
|
Merge pull request #307 from GitYCC/feature/fix-llama2-prompt-template
[feature] Fix template of Llama2 to match the offical template
|
2023-08-02 15:51:28 +08:00 |
|
hiyouga
|
968ce0dcce
|
fix bug in preprocessing
|
2023-08-02 01:10:28 +08:00 |
|
hiyouga
|
ccde51c5ea
|
update readme
|
2023-08-01 18:48:27 +08:00 |
|
hiyouga
|
e3f80774c4
|
fix #296
|
2023-08-01 18:43:53 +08:00 |
|
hiyouga
|
e6a3894b99
|
Fix #294
|
2023-08-01 18:13:03 +08:00 |
|
hiyouga
|
b9cdff41bb
|
restore from git lfs
|
2023-08-01 16:33:25 +08:00 |
|
hiyouga
|
7cdb720da2
|
Update .gitattributes
|
2023-08-01 16:28:54 +08:00 |
|
hiyouga
|
9879cd64da
|
Update wechat.jpg
|
2023-08-01 12:27:37 +08:00 |
|
hiyouga
|
befaab5720
|
fix webui
|
2023-08-01 12:11:37 +08:00 |
|
hiyouga
|
ac88ce5233
|
fix RM save model
|
2023-08-01 11:56:17 +08:00 |
|
hiyouga
|
82e793ddb4
|
use git lfs
|
2023-08-01 10:14:08 +08:00 |
|
hiyouga
|
973a638665
|
release v0.1.4
|
2023-08-01 10:08:47 +08:00 |
|
hiyouga
|
d3a0692d4d
|
fix inference
|
2023-08-01 00:06:48 +08:00 |
|
hiyouga
|
9cb1f119a4
|
fix arg check
|
2023-07-31 23:48:57 +08:00 |
|
hiyouga
|
62dca5bb82
|
update readme
|
2023-07-31 23:42:32 +08:00 |
|
hiyouga
|
0411a4b3e1
|
support streaming data, fix #284 #274 #268
|
2023-07-31 23:33:00 +08:00 |
|
hiyouga
|
513e1f1ec9
|
Update data_args.py
|
2023-07-28 17:42:41 +08:00 |
|
hiyouga
|
5ee87138e4
|
update readme
|
2023-07-28 17:36:00 +08:00 |
|
hiyouga
|
91dd17d8a6
|
fix #268
|
2023-07-28 17:02:26 +08:00 |
|
hiyouga
|
553b97a9d5
|
Update wechat.jpg
|
2023-07-27 15:09:29 +08:00 |
|
hiyouga
|
f5c2ccdde4
|
update dataset
|
2023-07-26 17:05:12 +08:00 |
|
hiyouga
|
00efa8a07f
|
fix #242
|
2023-07-25 17:04:02 +08:00 |
|
hiyouga
|
2c31e05e63
|
update wechat
|
2023-07-24 20:33:40 +08:00 |
|
 hoshi-hiyougaandGitHub
|
0c05d00bfb
|
Add files via upload
|
2023-07-24 18:08:09 +08:00 |
|
hiyouga
|
182b425043
|
update dataset
|
2023-07-23 20:01:43 +08:00 |
|
hiyouga
|
6a2967ff7a
|
Update README_zh.md
|
2023-07-22 14:31:16 +08:00 |
|
hiyouga
|
035c966d5c
|
update readme, fix web ui postprocess
|
2023-07-22 14:29:22 +08:00 |
|
 hoshi-hiyougaandGitHub
|
21daf34f0c
|
Merge pull request #221 from mrhan1993/main
根据GLM Efficient Tuning添加中文README,web添加了server_port参数
|
2023-07-22 13:04:25 +08:00 |
|
hiyouga
|
0b6150bc31
|
release v0.1.3
|
2023-07-21 16:48:34 +08:00 |
|
hiyouga
|
d2f18197e3
|
fix save function
|
2023-07-21 14:09:07 +08:00 |
|
hiyouga
|
1d1d8538c9
|
Update runner.py
|
2023-07-21 13:35:19 +08:00 |
|
hiyouga
|
ed0e186a13
|
update web UI, support rm predict #210
|
2023-07-21 13:27:27 +08:00 |
|
hiyouga
|
4c45a3a884
|
release v0.1.2
|
2023-07-20 22:33:59 +08:00 |
|
hiyouga
|
8333795fcb
|
fix api
|
2023-07-20 22:14:54 +08:00 |
|
 hoshi-hiyougaandGitHub
|
6022adb72e
|
Merge pull request #213 from Ehco1996/patch-1
feat: support pass args before init web app
|
2023-07-20 22:12:07 +08:00 |
|
hiyouga
|
4d1641c1bf
|
update UI, fix #212
|
2023-07-20 22:09:06 +08:00 |
|
hiyouga
|
c3fcb67486
|
Update README.md
|
2023-07-20 17:23:16 +08:00 |
|
hiyouga
|
67a2773074
|
simplify code
|
2023-07-20 15:08:57 +08:00 |
|
hiyouga
|
d1d8e8bae1
|
tiny fix
|
2023-07-19 22:53:46 +08:00 |
|
hiyouga
|
d111e658a2
|
fix #199
|
2023-07-19 22:51:29 +08:00 |
|
hiyouga
|
7159bc54ed
|
add datasets
|
2023-07-19 20:59:15 +08:00 |
|
hiyouga
|
925a790bc9
|
fix #196
|
2023-07-19 17:35:38 +08:00 |
|
hiyouga
|
8f7819fcaa
|
fix #194
|
2023-07-19 17:07:33 +08:00 |
|
hiyouga
|
7a3ade8c69
|
support LLaMA-2
|
2023-07-19 16:42:14 +08:00 |
|
hiyouga
|
38eb1aaf55
|
add LLaMA2 template
|
2023-07-19 00:44:49 +08:00 |
|
hiyouga
|
29af67b015
|
fix API
|
2023-07-19 00:01:14 +08:00 |
|
hiyouga
|
fe2887ca13
|
support dev set in web ui
|
2023-07-18 20:40:49 +08:00 |
|
hiyouga
|
b447fa85aa
|
add web demo
|
2023-07-18 17:21:16 +08:00 |
|
hiyouga
|
bdf91846da
|
update baichuan template
|
2023-07-18 16:43:51 +08:00 |
|
hiyouga
|
d1ae428c6e
|
fix template
|
2023-07-18 16:37:23 +08:00 |
|
hiyouga
|
cadeac0f44
|
fix #176
|
2023-07-18 16:36:24 +08:00 |
|
hiyouga
|
6f9360c0bd
|
fix webUI, fix #171 #177
|
2023-07-18 15:51:48 +08:00 |
|
hiyouga
|
12d8a8633f
|
update webUI, fix #179
|
2023-07-18 15:35:17 +08:00 |
|
hiyouga
|
b9fe83fb75
|
tiny fix
|
2023-07-18 00:52:31 +08:00 |
|
hiyouga
|
262252d67b
|
a monkey patch for lora_target
|
2023-07-18 00:31:40 +08:00 |
|
hiyouga
|
f8193e8009
|
release v0.1.0
|
2023-07-18 00:18:25 +08:00 |
|
hiyouga
|
85c2210452
|
fix #175
|
2023-07-17 18:07:17 +08:00 |
|
hiyouga
|
1e1358431d
|
fix saving custom code
|
2023-07-16 18:04:41 +08:00 |
|
hiyouga
|
2c867b9bb1
|
add custom baichuan-13B code supports left-padding
|
2023-07-15 22:37:17 +08:00 |
|
hiyouga
|
552d773dad
|
fix callback
|
2023-07-15 22:01:43 +08:00 |
|
hiyouga
|
8528a84e74
|
update stream_chat
|
2023-07-15 19:51:02 +08:00 |
|
hiyouga
|
657cf0f55a
|
create chat model
|
2023-07-15 19:26:20 +08:00 |
|
hiyouga
|
d640c5545f
|
Update callbacks.py
|
2023-07-15 17:39:16 +08:00 |
|