初始化项目,由ModelHub XC社区提供模型

Model: NingLab/eCeLLM-M
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-27 07:22:19 +08:00
commit aadd8917c2
11 changed files with 91586 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
---
license: cc-by-4.0
datasets:
- NingLab/ECInstruct
---
# eCeLLM-M
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-M model is instruction-tuned from the large base models [Mistral-7B Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
## Citation
```bibtex
@inproceedings{
peng2024ecellm,
title={eCe{LLM}: 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},
booktitle={Forty-first International Conference on Machine Learning},
year={2024},
url={https://openreview.net/forum?id=LWRI4uPG2X}
}
```