Molten salt reactors (MSRs) were built and operated in the 1950s and 60s at the Oak Ridge National Laboratory. During this period, a lot of technical and scientific knowledge was developed and written down. We are using large language models to make this wealth of wisdom available for researchers in the current century. This code presents an introduction to leveraging openly available foundational large language models (FLLM) into virtual subject-matter experts (ViSMErs), demonstrating locally executed retrieval-augmented text generation using pre-processed dataset of the historical MSR documents.
Create an offline usable knowledge base distilled from the 1950s and newer MSR work, to make it available for 21st century researchers.
First time running the script will download the FLLM blob, as well as smaller files needed by the tokenizer of the cleaned MSR historical documents used for augmentation. These are saved in /tmp/llama_index/ and reused on rerun.
Python
99.2%
Molten salt reactors (MSRs) were built and operated in the 1950s and 60s at the Oak Ridge National Laboratory. During this period, a lot of technical and scientific knowledge was developed and written down. We are using large language models to make this wealth of wisdom available for researchers in the current century. This code presents an introduction to leveraging openly available foundational large language models (FLLM) into virtual subject-matter experts (ViSMErs), demonstrating locally executed retrieval-augmented text generation using pre-processed dataset of the historical MSR documents.
Create an offline usable knowledge base distilled from the 1950s and newer MSR work, to make it available for 21st century researchers.
First time running the script will download the FLLM blob, as well as smaller files needed by the tokenizer of the cleaned MSR historical documents used for augmentation. These are saved in /tmp/llama_index/ and reused on rerun.
Python
99.2%