jetskewur's picture
Update README.md
7ad4b6f verified
|
Raw
History Blame Contribute Delete
1.4 kB
metadata
library_name: transformers
language:
  - en
base_model:
  - Qwen/Qwen3-0.6B

ClimAdaptLM-II-policy-annotator

This model is a fine-tuned version of Qwen/Qwen3-0.6B on a dataset of climate change adaptation policy text blocks (input) and structured arrays of JSON objects of adaptation policy goals, instruments, and outputs.

Model Description

This model extracts climate change adaptation policy elements from (adaptation-relevant) text chunks. When providing it the instruction 'Identify all climate change adaptation goals, instruments, and outputs in below text chunk' together with the input chunk, it returns JSON objects containing verbatim substrings from the chunk representing an adaptation policy element, together with the corresponding type (goal, instrument, or output).

Input format

This model is fine-tuned on adaptation-relevant input text chunks (pre-classified by distilroberta-base-climate-adaptation-detector) that with an average of 3,158 characters and 10 paragraphs per chunk.

Fine-tuning took place with in chat template style, with the instruction provided as system message and the input text as user message.