volve_alpaca / README.md
bengsoon's picture
Update README.md
948fa34 verified
---
language:
- en
---
Daily Drilling Reports (DDRs) from [Volve field](https://www.equinor.com/energy/volve-data-sharing), released by Equinor, consisting of 1759 files. The original files were in [WITSML format](https://energistics.org/witsml-data-standards), but this dataset was converted into Alpaca format for text summarization.
Train set (1596 examples) consists of all the DDRs from 1980 onwards until the end of field, with the exception of the drilling campaigns in 2016.
Test set (163 examples) consists of all DDRs from the last few drilling campaigns in 2016 only.
---
license: cc-by-2.0
dataset_info:
features:
- name: instruction
dtype: string
- name: input
dtype: string
- name: output
dtype: string
splits:
- name: train
num_bytes: 4418448
num_examples: 1596
- name: test
num_bytes: 590750
num_examples: 163
download_size: 1595053
dataset_size: 5009198
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---