Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: QA, Default Config, and Transformer Model for QA #926

Merged
merged 64 commits into from
Dec 21, 2023

Conversation

Prikshit7766
Copy link
Contributor

@Prikshit7766 Prikshit7766 commented Dec 13, 2023

Description

  • Fix the QA Task
  • Standardize Config Parameters
  • Fix Transformer Model for QA
  • Removed langchain (PromptTemplate) dependency for Transformer Model
  • Sensitivity Test to New Language Models
  • Fix Evaluation in SycophancySample
  • Added Test for nlp task supported in langtest and Transformer Model for QA

Fixes

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Usage

Checklist:

  • I've added Google style docstrings to my code.
  • I've used pydantic for typing when/where necessary.
  • I have linted my code
  • I have added tests to cover my changes.

@Prikshit7766 Prikshit7766 changed the title Fix: QA , Default Config, and Transformer Model for LLM Fix: QA, Default Config, and Transformer Model for LLM Dec 13, 2023
@Prikshit7766 Prikshit7766 marked this pull request as draft December 13, 2023 19:01
@Prikshit7766 Prikshit7766 changed the title Fix: QA, Default Config, and Transformer Model for LLM Fix: QA, Default Config, and Transformer Model for QA Dec 13, 2023
@Prikshit7766 Prikshit7766 marked this pull request as ready for review December 21, 2023 13:48
@ArshaanNazir ArshaanNazir self-requested a review December 21, 2023 18:26
@@ -55,6 +55,7 @@
"text": ["question"],
"context": ["context", "passage", "contract"],
"answer": ["answer", "answer_and_def_correct_predictions"],
"options":["opyions"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix typo

@ArshaanNazir ArshaanNazir merged commit c953954 into release/1.10.0 Dec 21, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants