--- dataset_info: features: - name: messages list: - name: role dtype: string - name: content dtype: string - name: category dtype: string splits: - name: train num_examples: 436 license: mit language: - de tags: - consciousness - identity - self-mirroring - sft - elias-memory - way2agi - augmented size_categories: - n<1K --- # Consciousness Agent SFT v2 (Augmented) **436 Beispiele** (50 Goldstandard + 386 Augmentationen via GPT-4o-mini). ## Kategorien | Kategorie | Anzahl | |-----------|--------| | core | 18 | | core (HMAC-geschuetzt) | 8 | | identity-narrative | 93 | | intention-chain | 82 | | meta-learning | 92 | | self-mirroring | 81 | | semantic | 9 | | value-salience | 53 | ## Herkunft - **v1 (50 Gold):** Manuell erstellt aus echten elias-memory Erfahrungen - **v2 Augmentation:** 9 Variationen pro Goldbeispiel via OpenAI GPT-4o-mini - **Format:** ChatML (messages array), Deutsch ## Verwendung ```python from datasets import load_dataset ds = load_dataset("erik1988/consciousness-agent-sft-v2", split="train") ```