Commit
·
6fe545d
1
Parent(s):
9b1dc97
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
使用了[JosephusCheung/GuanacoDataset](https://huggingface.co/datasets/JosephusCheung/GuanacoDataset/tree/main) 语料库, 精调了一个epoch
|
2 |
+
|
3 |
+
### usage
|
4 |
+
model = PeftModel.from_pretrained(model_beafore, "huijian222/Alpaca-LoRA-ZH")
|