Edit model card

Model Summary

This model builds on the architecture of Microsoft's Phi-2, incorporating the LoRA [1] paradigm for supervised fine-tuning on a high quality question answering dataset in the insurance domain. Thus, soulhq-ai/phi-2-insurance_qa-sft-lora-gguf-f16 serves as a text generation model capable of answering questions around insurance.

Dataset

We utilise the InsuranceQA dataset [2], which comprises 27.96K QA pairs related to the insurance domain. The content of this dataset consists of questions from real world users, the answers with high quality were composed by insurance professionals with deep domain knowledge. Since the dataset isn't available in a readable format on the web, we make it available on huggingface in a jsonl format, at soulhq-ai/insuranceQA-v2.

Usage

You can use the llama.cpp library to infer from this model. Download the model weights and setup the llama.cpp library.

Input Format

### Instruction: <Question>
### Response: 

For instance:

### Instruction: What does Basic Homeowners Insurance Cover?
### Response: 

Inference Code

./main -m ggml-model-f16.gguf -p "### Instruction: What does Basic Homeowners Insurance Cover?\n### Response: " --temp 0.1 --top_p 0.95

Training

Model

  • Architecture: Phi-2, with LoRA modifications for efficient Insurance domain-specific fine-tuning.
  • Context length: 2048 tokens
  • Modifications: Added <|eostoken|> for end-of-response learning - to help the model learn the end of responses, facilitating its use in dialogue systems.

Configuration

  • Hyperparameters:
    • learning_rate=2e-5,
    • batch_size=8,
    • epochs=10,
    • lora_r=32,
    • lora_alpha=64.
  • Infrastructure: Trained on an NVIDIA A40 and utilized the FullyShardedDataParallelPlugin for CPU offloading.

Evaluation

Coming Soon!

Limitations of soulhq-ai/phi-2-insurance_qa-sft-lora

  • Generate Inaccurate Facts: The model may produce incorrect code snippets and statements. Users should treat these outputs as suggestions or starting points, not as definitive or accurate solutions.
  • Unreliable Responses to Instruction: It may struggle or fail to adhere to intricate or nuanced instructions provided by users.
  • Language Limitations: The model is primarily designed to understand standard English. Informal English, slang, or any other languages might pose challenges to its comprehension, leading to potential misinterpretations or errors in response.
  • Potential Societal Biases: Phi-2 is not entirely free from societal biases despite efforts in assuring training data safety. There's a possibility it may generate content that mirrors these societal biases, particularly if prompted or instructed to do so. We urge users to be aware of this and to exercise caution and critical thinking when interpreting model outputs.
  • Toxicity: Despite being trained with carefully selected data, the model can still produce harmful content if explicitly prompted or instructed to do so. We chose to release the model to help the open-source community develop the most effective ways to reduce the toxicity of a model directly after pretraining.
  • Verbosity: Phi-2 being a base model often produces irrelevant or extra text and responses following its first answer to user prompts within a single turn. This is due to its training dataset being primarily textbooks, which results in textbook-like responses.

License

The model is licensed under the MIT license.

Citations

[1] Hu, Edward J., et al. "Lora: Low-rank adaptation of large language models." arXiv preprint arXiv:2106.09685 (2021).
[2] Feng, Minwei, et al. "Applying deep learning to answer selection: A study and an open task." 2015 IEEE workshop on automatic speech recognition and understanding (ASRU). IEEE, 2015.

Downloads last month
174
GGUF

Dataset used to train soulhq-ai/phi-2-insurance_qa-sft-lora-gguf-f16

Collection including soulhq-ai/phi-2-insurance_qa-sft-lora-gguf-f16