You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/ai/app_llm2.rst
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,4 +129,27 @@ Known Limitations
129
129
* Language models are likely to generate false information and should thus only be used in situations that are not critical. It's recommended to only use AI at the beginning of a creation process and not at the end, so that outputs of AI serve as a draft for example and not as final product. Always check the output of language models before using it.
130
130
* Make sure to test the language model you are using it for whether it meets the use-case's quality requirements
131
131
* Language models notoriously have a high energy consumption, if you want to reduce load on your server you can choose smaller models or quantized models in exchange for lower accuracy
132
-
* Customer support is available upon request, however we can't solve false or problematic output, most performance issues, or other problems caused by the underlying model. Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI)
132
+
* Customer support is available upon request, however we can't solve false or problematic output, most performance issues, or other problems caused by the underlying model. Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI)
133
+
134
+
Addendum: Running with a fully open model
135
+
-----------------------------------------
136
+
137
+
If you would like to use a fully open model that scores a green score on our Ethical AI rating, we recommend the following model:
138
+
139
+
* OLMo 2 (either in 7B or 13B): `<https://huggingface.co/allenai/OLMo-2-1124-7B-Instruct-GGUF>`_
140
+
141
+
What makes OLMo a fully open model?
142
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143
+
144
+
* The code for training, fine-tuning and inference of the model is publicly available and fully open source
145
+
* The training data with which the model is pretrained is publicly available
146
+
* The model itself is publicly available and fully open source
147
+
* The instruction tuning data is publicly available
148
+
* The Reinforcement learning model is publicly available and fully open source
149
+
150
+
Limitations
151
+
~~~~~~~~~~~
152
+
153
+
* OLMo currently only works well with English language input
154
+
* In our tests it sometimes produced hallucinated or garbled output; make sure to thoroughly test the model for your use case
155
+
* It cannot use tools, so cannot be used in conjunction with :ref:`Context Agent <ai-app-context_agent>`
0 commit comments