Commit Graph

400 Commits

Author SHA1 Message Date
Anooyman
de0674ccf7
Update main code (#2)
* update rag/src/data_processing.py

* Add files via upload

allow user to load embedding & rerank models from cache

* Add files via upload

embedding_path = os.path.join(model_dir, 'embedding_model')  
rerank_path = os.path.join(model_dir, 'rerank_model')

* 测试push dev

测试push dev

* Add files via upload

两个母亲多轮对话数据集合并、清理和去重之后,得到 2439 条多轮对话数据(每条有6-8轮对话)。

* optimize deduplicate.py

Add time print information
save duplicate dataset as well
remove print(content)

* add base model qlora fintuning config file: internlm2_7b_base_qlora_e10_M_1e4_32_64.py

* add full finetune code from internlm2

* other 2 configs for base model

* update cli_internlm2.py

 three methods to load model

1. download model in openxlab
2. download model in modelscope
3. offline model

* create upload_modelscope.py

* add base model and update personal contributions

* add README.md for Emollm_Scientist

* Create README_internlm2_7b_base_qlora.md

InternLM2 7B Base QLoRA 微调指南

* [DOC]EmoLLM_Scientist微调指南

* [DOC]EmoLLM_Scientist微调指南

* [DOC]EmoLLM_Scientist微调指南

* [DOC]EmoLLM_Scientist微调指南

* [DOC]EmoLLM_Scientist微调指南

* [DOC]EmoLLM_Scientist微调指南

* update

* [DOC]README_scientist.md

* delete config

* format update

* upload xlab

* add README_Model_Uploading.md and images

* modelscope model upload

* Modify Recent Updates

* update daddy-like Boy-Friend EmoLLM

* update model uploading with openxlab

* update model uploading with openxlab

---------

Co-authored-by: zealot52099 <songyan5209@163.com>
Co-authored-by: xzw <62385492+aJupyter@users.noreply.github.com>
Co-authored-by: zealot52099 <67356208+zealot52099@users.noreply.github.com>
Co-authored-by: Bryce Wang <90940753+brycewang2018@users.noreply.github.com>
Co-authored-by: HongCheng <kwchenghong@gmail.com>
2024-03-24 11:51:19 +08:00
Anooyman
2d3bd4a8f5 Update RAG pipeline 2024-03-21 22:43:09 +08:00
Anooyman
6c2c7496ba
Merge pull request #1 from SmartFlowAI/main
Update main
2024-03-21 20:03:19 +08:00
xzw
66fa15da5d
Dev (#117) (#118) (#119) 2024-03-21 17:02:41 +08:00
xzw
1c5a9c081c
Dev (#117) (#118) 2024-03-21 16:14:08 +08:00
xzw
412c80aef3
Dev (#117) 2024-03-21 15:58:09 +08:00
xzw
8a1e0df9d3
[DOC]update datesets/README.md (#115) 2024-03-21 15:50:20 +08:00
xzw
e0ec624943
[Update] modified and add files related to fintuning with internlm2_7b_base (#116) 2024-03-21 15:47:35 +08:00
HongCheng
4ff7910368
Update process_merge.py 2024-03-21 16:07:18 +09:00
HongCheng
d25a304c4d
Update process_single_turn_conversation_construction.py 2024-03-21 16:06:41 +09:00
HongCheng
085a01eafa add dataset processing codes
1. update process.py for multi_turn_dataset(1 and 2) and data.json, data_pro.json
2. add datasets\processed\process_single_turn_conversation_construction.py for single-turn dataset (1 and 2)
3. add datasets\processed\process_merge.py for these 6 updated dataset in datasets\processed\
2024-03-21 16:01:54 +09:00
HongCheng
ce2cb5156c update data.json (delete 4 empty data)
4 empty lines in data.json 425 483 742 1120
2024-03-21 15:56:54 +09:00
HongCheng
d42f378eaa add internlm2_7b_base_qlora_e3.py and modify requirements.txt 2024-03-21 15:55:50 +09:00
zealot52099
e2025cc8ea [DOC]update datesets/README.md 2024-03-21 08:24:15 +08:00
zealot52099
3b21f79c3c Merge branch 'dev' of https://github.com/SmartFlowAI/EmoLLM into dev 2024-03-21 07:59:16 +08:00
zealot52099
c354ffd7e0 [DOC]update datesets/README.md 2024-03-21 07:58:13 +08:00
xzw
fcd7ea5327
Merge pull request #114 from SmartFlowAI/dev
Dev
2024-03-20 23:45:28 +08:00
xzw
f5eb0ddc93
Merge pull request #113 from lll997150986/main
scientist.json
2024-03-20 23:44:46 +08:00
jeky
dbdd731565 1111 2024-03-20 23:25:07 +08:00
xzw
817c25b349
Merge pull request #112 from zealot52099/dev
update deduplicate.py
2024-03-20 23:20:14 +08:00
zealot52099
927659148c Merge branch 'dev' of https://github.com/SmartFlowAI/EmoLLM into dev 2024-03-20 23:14:20 +08:00
zealot52099
77ff2d079c update deduplicate.py 2024-03-20 23:08:36 +08:00
xzw
4e8271a540
Merge pull request #110 from SmartFlowAI/dev
Dev
2024-03-20 19:51:33 +08:00
MING_X
9e86195458
Merge pull request #109 from MING-ZCH/main
[DOC] Update README.md
2024-03-20 18:01:15 +08:00
xzw
585facad06
Merge pull request #108 from zealot52099/dev
update rag/src/data_processing.py & main,py
2024-03-20 17:58:12 +08:00
MING_X
c35f75ff1d
Update README_EN.md 2024-03-20 17:54:26 +08:00
zealot52099
41744ed604 [DOC] update datasets/README_EN.md 2024-03-20 17:52:23 +08:00
zealot52099
9b4e58f732 [DOC]update datasets/README.md 2024-03-20 17:40:31 +08:00
MING_X
12959e6d1a
Update README.md 2024-03-20 17:40:07 +08:00
MING_X
4c855f521d
Add files via upload 2024-03-20 17:21:16 +08:00
zealot52099
fdf05f480c update rag/src/data_processing.py & main,py 2024-03-20 16:51:07 +08:00
MING_X
cf1b17abf3
Update README.md 2024-03-20 16:05:31 +08:00
MING_X
3393149685
Update README.md 2024-03-20 16:01:43 +08:00
MING_X
4d4dfbae88
Update README_EN.md 2024-03-20 15:58:48 +08:00
xzw
a119fdb507
Merge pull request #107 from SmartFlowAI/dev
Dev
2024-03-19 22:03:10 +08:00
xzw
37fbba84a5
Merge pull request #106 from Anooyman/main
update RAG pipeline
2024-03-19 22:02:11 +08:00
xzw
01b5231aa0
Merge pull request #105 from zealot52099/main
update deduplicate.py
2024-03-19 22:00:44 +08:00
Anooyman
96f6ce307e Update 2024-03-19 21:11:10 +08:00
zealot52099
feb252d5b5
Merge branch 'SmartFlowAI:main' into main 2024-03-19 20:14:33 +08:00
zealot52099
b542929c1d add deduplicate.py 2024-03-19 20:09:44 +08:00
xzw
af53e9744d
Merge pull request #104 from wwwyfff/clean-QA
GLM-6B ft
2024-03-19 18:14:04 +08:00
王友昉
6e7bd5e5d4 GLM-6B ft 2024-03-19 18:03:26 +08:00
xzw
19724be6b0
Merge pull request #103 from zealot52099/main
add deduplicate.py
2024-03-19 17:09:43 +08:00
xzw
3eb1642f92
Merge pull request #102 from jkhumor/modify_readme
update readme
2024-03-19 17:08:28 +08:00
zealot52099
861f12d47a add deduplicate.py 2024-03-19 16:41:09 +08:00
jkhumor
1ee3a481b8 update readme 2024-03-19 13:11:39 +08:00
jkhumor
7bbe3842dc modify readme 2024-03-19 12:34:51 +08:00
xzw
c7d916bf4f
Merge pull request #100 from zealot52099/main
update
2024-03-18 23:22:02 +08:00
xzw
c403563865
Merge pull request #99 from wwwyfff/clean-QA
update README
2024-03-18 23:18:31 +08:00
王友昉
1de2cf5a86 update README 2024-03-18 23:13:00 +08:00