LZHgrla commited on
Commit
deb3c32
1 Parent(s): 2fc8a6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: peft
3
  datasets:
4
  - timdettmers/openassistant-guanaco
5
  pipeline_tag: conversational
6
- base_model: internlm/internlm2-7b
7
  ---
8
 
9
  <div align="center">
@@ -17,7 +17,7 @@ base_model: internlm/internlm2-7b
17
 
18
  ## Model
19
 
20
- internlm2-7b-qlora-oasst1 is fine-tuned from [InternLM2-7B](https://huggingface.co/internlm/internlm2-7b) with [openassistant-guanaco](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) dataset by [XTuner](https://github.com/InternLM/xtuner).
21
 
22
 
23
  ## Quickstart
@@ -33,7 +33,7 @@ pip install xtuner
33
  #### Chat
34
 
35
  ```shell
36
- xtuner chat internlm/internlm2-7b --adapter xtuner/internlm2-7b-qlora-oasst1 --prompt-template internlm2_chat
37
  ```
38
 
39
  #### Fine-tune
@@ -41,5 +41,5 @@ xtuner chat internlm/internlm2-7b --adapter xtuner/internlm2-7b-qlora-oasst1 --p
41
  Use the following command to quickly reproduce the fine-tuning results.
42
 
43
  ```shell
44
- xtuner train internlm2_7b_qlora_oasst1_e3
45
  ```
 
3
  datasets:
4
  - timdettmers/openassistant-guanaco
5
  pipeline_tag: conversational
6
+ base_model: internlm/internlm2-chat-7b
7
  ---
8
 
9
  <div align="center">
 
17
 
18
  ## Model
19
 
20
+ internlm2-chat-7b-qlora-oasst1 is fine-tuned from [InternLM2-Chat-7B](https://huggingface.co/internlm/internlm2-chat-7b) with [openassistant-guanaco](https://huggingface.co/datasets/timdettmers/openassistant-guanaco) dataset by [XTuner](https://github.com/InternLM/xtuner).
21
 
22
 
23
  ## Quickstart
 
33
  #### Chat
34
 
35
  ```shell
36
+ xtuner chat internlm/internlm2-chat-7b --adapter xtuner/internlm2-chat-7b-qlora-oasst1 --prompt-template internlm2_chat
37
  ```
38
 
39
  #### Fine-tune
 
41
  Use the following command to quickly reproduce the fine-tuning results.
42
 
43
  ```shell
44
+ xtuner train internlm2_chat_7b_qlora_oasst1_e3
45
  ```