YikangS commited on
Commit
34d691a
1 Parent(s): b94f300

update readme

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -70,6 +70,19 @@ In this section, we report the results for the MoLM models on standard academic
70
  ## Ethical Considerations and Limitations
71
  MoLM is a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, MoLM’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of MoLM, developers should perform safety testing and tuning tailored to their specific applications of the model.
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  ## MoLM Model Index
74
  |Model|MoLM|
75
  |---|---|
 
70
  ## Ethical Considerations and Limitations
71
  MoLM is a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, MoLM’s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of MoLM, developers should perform safety testing and tuning tailored to their specific applications of the model.
72
 
73
+ ## Citation
74
+
75
+ Please cite the following paper if you use the data or code in this repo.
76
+
77
+ ```
78
+ @article{shen2023moduleformer,
79
+ title={ModuleFormer: Learning Modular Large Language Models From Uncurated Data},
80
+ author={Shen, Yikang and Zhang, Zheyu and Cao, Tianyou and Tan, Shawn and Chen, Zhenfang and Gan, Chuang},
81
+ journal={arXiv preprint arXiv:2306.04640},
82
+ year={2023}
83
+ }
84
+ ```
85
+
86
  ## MoLM Model Index
87
  |Model|MoLM|
88
  |---|---|