update readme
Browse files
README.md
CHANGED
@@ -71,6 +71,19 @@ In this section, we report the results for the MoLM models on standard academic
|
|
71 |
## Ethical Considerations and Limitations
|
72 |
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.
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
## MoLM Model Index
|
75 |
|Model|MoLM|
|
76 |
|---|---|
|
|
|
71 |
## Ethical Considerations and Limitations
|
72 |
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.
|
73 |
|
74 |
+
## Citation
|
75 |
+
|
76 |
+
Please cite the following paper if you use the data or code in this repo.
|
77 |
+
|
78 |
+
```
|
79 |
+
@article{shen2023moduleformer,
|
80 |
+
title={ModuleFormer: Learning Modular Large Language Models From Uncurated Data},
|
81 |
+
author={Shen, Yikang and Zhang, Zheyu and Cao, Tianyou and Tan, Shawn and Chen, Zhenfang and Gan, Chuang},
|
82 |
+
journal={arXiv preprint arXiv:2306.04640},
|
83 |
+
year={2023}
|
84 |
+
}
|
85 |
+
```
|
86 |
+
|
87 |
## MoLM Model Index
|
88 |
|Model|MoLM|
|
89 |
|---|---|
|