DSMI
/

KaizeShi commited on
Commit
0ec69d3
1 Parent(s): 6be1b12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ ---
4
+
5
+ <div align="center">
6
+ <a href="https://huggingface.co/DSMI/LLaMA-E/tree/main#/">
7
+ <img src="https://huggingface.co/DSMI/LLaMA-E/resolve/main/LLaMA-E.png?download=true" alt="LLaMA-E">
8
+ </a>
9
+ <h1>LLaMA-E</h1>
10
+ </div>
11
+
12
+ ### Model Introduction
13
+
14
+ LLaMA-E is meticulously crafted for e-commerce authoring tasks, incorporating specialized features to excel in generating product descriptions, advertisements, and other related content, as outlined in https://arxiv.org/abs/2308.04913#/.
15
+
16
+ ### License
17
+ The model released here is under the [Llama-2 LICENSE][license] to ensure more flexible accessibility; please adhere to the corresponding licence.
18
+
19
+ ### Citation
20
+ If you find our work helpful, please consider [citing][paper] the following papers.
21
+
22
+ ```bibtex
23
+ @article{shi2023llama,
24
+ title={LLaMA-E: Empowering E-commerce Authoring with Multi-Aspect Instruction Following},
25
+ author={Shi, Kaize and Sun, Xueyao and Wang, Dingxian and Fu, Yinlin and Xu, Guandong and Li, Qing},
26
+ journal={arXiv preprint arXiv:2308.04913},
27
+ year={2023}
28
+ }
29
+ ```
30
+
31
+ [license]: <https://ai.meta.com/llama/license/#/>
32
+ [paper]: <https://arxiv.org/abs/2308.04913#/>