metadata
license: mit
task_categories:
- text-generation
language:
- en
pretty_name: en-US
tags:
- agriculture
- natural-language-understanding
size_categories:
- 1K<n<10K
Agri-LLM Raw Dataset
Dataset Description
The Agri-LLM Raw Dataset is a collection of processed text extracted from various PDF documents related to agriculture. This dataset is intended for use in language modeling and other NLP tasks focused on agricultural content.
Dataset Structure
Data Fields
- sentence_chunks: A list of sentence chunks, where each chunk contains up to 10 sentences.
Example Data
Below is an example of a single entry in the dataset:
{"sentence_chunks": [
['part and invigorate the commitments of organizations to continuously provide better products and services to their customers.', 'Hazard Analysis Critical Control Point HACCP Since its introduction in the early 1970 s HACCP system is a cost effective management tool for food safety assurance that can be applied to all sections of the food chain from primary production to processing manufacturing distribution and retails to the point of consumption.'
]
}''''