k2_fp_delta / README.md
daven3's picture
Update README.md
23e9b24
|
raw
history blame
1.17 kB
---
license: apache-2.0
datasets:
- daven3/geosignal
language:
- en
---
<div style="text-align:center">
<img src="https://big-cheng.com/k2/k2.png" alt="k2-logo" width="200"/>
<h2>Delta Model for Large Language Model for Geoscience</h2>
</div>
## 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.