lu-vae commited on
Commit
33c6f26
1 Parent(s): 7bc9a93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,8 +9,8 @@ language:
9
 
10
  This is a Chinese instruction-tuning lora checkpoint based on llama-7B from [this repo's work](https://github.com/Facico/Chinese-Vicuna)
11
 
12
- We finetune it on the combination of [alpaca_chinese_dataset](https://github.com/hikariming/alpaca_chinese_dataset.git) and the Chinese part of sharegpt-90k data.
13
- We finetune it for 3 epochs use a single 4090 with ctxlen=2048.
14
 
15
  You can use it like this:
16
  ```python
 
9
 
10
  This is a Chinese instruction-tuning lora checkpoint based on llama-7B from [this repo's work](https://github.com/Facico/Chinese-Vicuna)
11
 
12
+ We use the 50k Chinese data, which is the combination of [alpaca_chinese_instruction_dataset](https://github.com/hikariming/alpaca_chinese_dataset.git) and the Chinese conversation data from sharegpt-90k data.
13
+ We finetune the model for 3 epochs use a single 4090 with ctxlen=2048.
14
 
15
  You can use it like this:
16
  ```python