File size: 700 Bytes
ab16fd6 |
1 2 3 4 5 6 7 8 9 10 11 |
# IPM-Llama-2-13b
This model is a fine-tuned version of [Llama-2-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf), designed to support the inverse prompting process for the ACL 2024 Findings paper **"Towards Better Question Generation in QA-Based Event Extraction."**
**Paper Link:** [https://arxiv.org/abs/2405.10517](https://arxiv.org/abs/2405.10517)
**GitHub Repository:** [https://github.com/Rcrossmeister/RLQG](https://github.com/Rcrossmeister/RLQG)
This Hugging Face repository only provides LoRA weights. Please merge them with the backbone model before use.
**Backbone Model:** [https://huggingface.co/meta-llama/Llama-2-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf) |