--- license: apache-2.0 datasets: - daven3/geosignal language: - en ---
k2-logo

Delta Model for Large Language Model for Geoscience

## Introduction We introduce **K2** (7B), an open-source language model trained by firstly further pretraining LLaMA on collected and cleaned geoscience literature, including geoscience open-access papers and Wikipedia pages, and secondly fine-tuning with knowledge-intensive instruction tuning data (GeoSignal). As for preliminary evaluation, we use GeoBenchmark (consisting of NPEE and AP Test on Geology, Geography, and Environmental Science) as the benchmark. K2 outperforms the baselines on objective and subjective tasks compared to several baseline models with similar parameters. We release K2 delta weights after further pretraining with the geoscience text corpus to comply with the LLaMA model license. ***The following is the overview of training K2:*** ![overview](https://big-cheng.com/k2/overview.png) ## How to Use Please refer to [K2](https://github.com/davendw49/k2) Github repo for further usage.