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

German improvements #81

Merged
merged 6 commits into from
Jan 31, 2024
Merged

Conversation

ischender
Copy link
Contributor

Tiny changes:
a) adding DE to the main README
b) adding a notebook for factual consistency (it was still work in progress at the time of last PR)

Copy link
Contributor

@yosukehigashi yosukehigashi left a comment

Choose a reason for hiding this comment

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

Thanks @ischender!! Left a few comments about the benchmarking notebook!

"# annotated scores\n",
"from langcheck.metrics.de import factual_consistency\n",
"import os\n",
"\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need these lines below, since the model_type is azure_openai

os.environ["AZURE_OPENAI_KEY"] = 'YOUR_AZURE_OPENAI_KEY'
os.environ["OPENAI_API_VERSION"] = 'YOUR_OPENAI_API_VERSION'
os.environ["AZURE_OPENAI_ENDPOINT"] = 'YOUR_AZURE_OPENAI_ENDPOINT'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh yes, I guess I had removed it while tinkering... re-added

Copy link
Contributor

@yosukehigashi yosukehigashi left a comment

Choose a reason for hiding this comment

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

LGTM! Let's merge this one first since #82 also changes the benchmarking notebook

@yosukehigashi yosukehigashi mentioned this pull request Jan 31, 2024
@yosukehigashi yosukehigashi merged commit 5edc736 into citadel-ai:main Jan 31, 2024
2 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
Development

Successfully merging this pull request may close these issues.

2 participants