Skip to content

Commit

Permalink
about page copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Aug 25, 2024
1 parent bb2866b commit 695d47f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ddlh/templates/pages/about_llms.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The Distributed Design Learning Hub relies on both editorial content and curation, and the use of <strong>Large Language Models (LLMs)</strong> to help assist with discovering information and resources in the Distributed Design Platform archive.
</p>
<p>
<strong>Wherever you see text that is<span class="robot-text"><span class="emoji">✨</span> set in a light blue colour, preceded by the "sparkle" emoji</span>, that text has been generated by an LLM</strong>. Such text will always be preceded by a notice linking to this page for further details. Any other content you see on this site has been written, by hand, by a subject-matter expert from the Distributed Design team. At present, LLM-generated text is only used in the responses generated for queries for custom themes, using the search box on the homepage.
<strong>Wherever you see text that is<span class="robot-text"><span class="emoji">✨</span> set in a light blue colour, preceded by the "sparkle" emoji</span>, that text has been generated by an LLM</strong>. Such text will always be preceded by a notice linking to this page for further details. Any other content you see on this site has been written, by hand, by a subject-matter expert from the Distributed Design Platform community. At present, LLM-generated text is only used in the responses generated for queries for custom themes, using the search box on the homepage.
</p>
<p>
LLM generated text always be an automatically generated <strong>summary</strong> of some content from within the Distributed Design Platform archive, and the sources used to generate it will always be linked and prominently referenced.
Expand All @@ -26,7 +26,7 @@
Bear in mind that <strong>summaries are based on the information in the Distributed Design Platform archive</strong>, and as such, reflect the research, interests, and knowledge of our community in particular. Summaries for broad themes and topics will reflect our community's engagement with them, not give an entire overview of the field.
</li>
<li>
<strong>Always verify factual claims, particularly those liable to change over time</strong>. Our archive contains the archive of outputs of over seven years of research, and a lot can change over that time. Please do further research to check that the summarised information is still current!
<strong>Always verify factual claims, particularly those liable to change over time</strong>. Our archive contains the archive of outputs of more than 10 years of research, and a lot can change over that time. Please do further research to check that the summarised information is still current!
</li>
</ul>
<h2>Our commitment to responsible use of machine learning technologies</h2>
Expand All @@ -42,7 +42,7 @@
<strong>Responsable</strong>, in that we take concrete steps to mitigate the social and environmental risks that LLMs and other machine learning technologies have the potential to present.
</li>
<li>
<strong>Complemantary</strong> to our knowledge and skills, and those of the wider Distributed design community. Our use of LLMs is not intentded to replace or supplant domain knowledge or editorial skills, but to augment them.
<strong>Complemantary</strong> to our knowledge and skills, and those of the wider Distributed Design community. Our use of LLMs is not intentded to replace or supplant domain knowledge or editorial skills, but to augment them.
</li>
</ul>
<p>
Expand Down Expand Up @@ -74,7 +74,7 @@
</p>
<p>
For those who want more technical details: our embeddings are created with the <a href="https://docs.mistral.ai/getting-started/models/"
target="_blank">mistral-embed</a> model, stored in an <a href="https://www.elastic.co/" target="_blank">elasticsearch</a> database, and similarity is measured by cosine distance between the query and the fragment. We use the <a href="https://mistral.ai/news/mixtral-8x22b/" target=""_blank">mixtral-8x-22B</a> large language model to generate summaries, and <a href="https://docs.llamaindex.ai/en/stable/" target="_blank">llama_index</a> as plumbing for the whole system. The entire application is open source, and <a href="https://github.com/timcowlishaw/ddhub-prototype"
target="_blank">mistral-embed</a> model, stored in an <a href="https://www.elastic.co/" target="_blank">elasticsearch</a> database, and similarity is measured by cosine distance between the query and the fragment. We use the <a href="https://mistral.ai/news/mixtral-8x22b/" target=""_blank">mixtral-8x-22B</a> large language model to generate summaries, and <a href="https://docs.llamaindex.ai/en/stable/" target="_blank">llama_index</a> as plumbing for the whole system. The entire application is open source, and <a href="https://github.com/fablabbcn/distributed-design-learning-hub/"
target="_blank">available on Github</a>.
</p>
</div>
Expand Down

0 comments on commit 695d47f

Please sign in to comment.