Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: codespell-project/actions-codespell@v2.2
with:
check_hidden: false
skip: ./datasets/*,./reports/*,*.ipynb
skip: ./datasets/*,./reports/*,*.ipynb,./generation/seeds/translations-*,./**/snapshots/*
ignore_words_list: hass

- name: Run yamllint
Expand Down
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@ repos:
datasets/homes.yaml|
.*/snapshots/.*|
.*/_fixtures.yaml|
.*/__snapshots__/.*
.*/__snapshots__/.*|
generation/seeds/translations-.*\.yaml|
datasets/.+-(de|es|fr|it|nl|pl|se)(/.*|\.yaml)|
datasets/intents/(de|es|fr|nl)/.*|
datasets/automations/.*/.*|
datasets/actions.yaml|
tests/datasets/snapshots/
)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.38.0
Expand Down
15 changes: 15 additions & 0 deletions datasets/assist-de/dataset_card.yaml
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/
# Increase default # of runs to have lower confidence interval
count: 5
Loading
Loading