mikecovlee commited on
Commit
a7d7d37
1 Parent(s): 4ef62fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -56,12 +56,12 @@ python mlora.py \
56
  ## Citation
57
  Please cite the repo if you use the code in this repo.
58
  ```bibtex
59
- @misc{Mix-LoRA,
60
  author = {Dengchun, Li and Tingfeng, Lan and Zhengmao, Ye and Lei, Duan and Mingjie, Tang},
61
- title = {MixLoRA: Resource-Efficient Model with Mix-of-Experts Architecture for Enhanced LoRA Performance},
62
  year = {2023},
63
- publisher = {GitHub},
64
- howpublished = {\url{https://github.com/TUDB-Labs/multi-lora-fine-tune}},
65
  }
66
  ```
67
 
 
56
  ## Citation
57
  Please cite the repo if you use the code in this repo.
58
  ```bibtex
59
+ @misc{alpaca-mixlora-7b,
60
  author = {Dengchun, Li and Tingfeng, Lan and Zhengmao, Ye and Lei, Duan and Mingjie, Tang},
61
+ title = {MixLoRA MoE model based on AlpacaCleaned dataset and LLaMA-7B base model},
62
  year = {2023},
63
+ publisher = {HuggingFace Hub},
64
+ howpublished = {\url{https://huggingface.co/scu-kdde/alpaca-mixlora-7b}},
65
  }
66
  ```
67