eCeLLM-S / README.md
xin10's picture
Update README.md
7c60866 verified
|
raw
history blame
No virus
798 Bytes
---
license: cc-by-4.0
datasets:
- NingLab/ECInstruct
---
# eCeLLM-S
This repo contains the models for "eCeLLM: Generalizing Large Language Models for E-commerce from Large-scale, High-quality Instruction Data"
## eCeLLM Models
Leveraging ECInstruct, we develop eCeLLM by instruction tuning general-purpose LLMs (base models).
The eCeLLM-S model is instruction-tuned from the large base models [Phi-2](https://huggingface.co/microsoft/phi-2).
## Citation
```bibtex
@misc{peng2024ecellm,
title={eCeLLM: Generalizing Large Language Models for E-commerce from Large-scale, High-quality Instruction Data},
author={Bo Peng and Xinyi Ling and Ziru Chen and Huan Sun and Xia Ning},
year={2024},
eprint={2402.08831},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```