-
Notifications
You must be signed in to change notification settings - Fork 13
Add multilingual benchmarking #267
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
Open
victorigualada
wants to merge
18
commits into
allenporter:main
Choose a base branch
from
victorigualada:add-multilingual-benchmarking
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4abf721
openrouter benchmark action
victorigualada d108821
lint fix
victorigualada a550b32
fix
victorigualada bef415b
merge upstream
victorigualada 0eae050
add multilingual logic
victorigualada 36f6d18
add required openrouter python package
victorigualada ce57535
add translations
victorigualada 3a355ba
add translated datasets
victorigualada a44811d
translate automation datasets
victorigualada e9cb398
remove bad workflow
victorigualada 77416c7
update scripts for automation datasets
victorigualada b005f3f
add benchmark for fr, de and nl
victorigualada 5bfed7a
fixes
victorigualada d9d5a98
some more fixes
victorigualada cf046ef
fix CI
victorigualada d87fe97
untranslate comments
victorigualada 7b5fc56
update snapshot script so it doesn't blow on snapshot update
victorigualada 715170d
undo
victorigualada File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| --- | ||
| name: "Benchmark run (OpenRouter)" | ||
| description: "Request a benchmark run for a single OpenRouter model" | ||
| title: "Benchmark: <author>/<model> (OpenRouter)" | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Submit a benchmark request for a single OpenRouter model. | ||
|
|
||
| - Only org members/collaborators can trigger runs. | ||
| - A workflow will validate this issue when the `run-benchmark` label is applied. | ||
|
|
||
| - type: textarea | ||
| id: models | ||
| attributes: | ||
| label: Model (OpenRouter URL or slug) | ||
| description: | | ||
| Exactly one model. Accepted formats: | ||
| - https://openrouter.ai/<author>/<model> | ||
| - <author>/<model> | ||
| placeholder: | | ||
| https://openrouter.ai/mistralai/mistral-large-2512 | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: notes | ||
| attributes: | ||
| label: Notes (optional) | ||
| description: Any context for reviewers / maintainers. | ||
| validations: | ||
| required: false | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| name: assist-de | ||
| language: de | ||
| version: v2 | ||
| description: |- | ||
| Ein Datensatz zum Testen der Home Assistant LLM API. Die Häuser in diesem | ||
| Datensatz wurden synthetisch mit gpt-3.5 generiert und anschließend manuell | ||
| kuratiert, um die Home Assistant Intents zur Gerätesteuerung zu testen. Die | ||
| Sätze wurden absichtlich schwieriger gestaltet als die bestehende | ||
| Assistenten-NLP, um die Denkfähigkeiten größerer Modelle zu demonstrieren. | ||
| urls: | ||
| - https://github.com/allenporter/home-assistant-datasets/tree/main/datasets/assist-de | ||
| - https://developers.home-assistant.io/blog/2024/05/20/llm-api/ | ||
| # Erhöhe die Standard-Anzahl der Durchläufe für ein niedrigeres Konfidenzintervall | ||
| count: 5 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.