--- title: Amkyaw Core L3 emoji: 🧠 colorFrom: yellow colorTo: purple sdk: gradio sdk_version: 6.12.0 app_file: app.py pinned: false license: mit short_description: '3-Step Reasoning Chat System' tags: - chat - reasoning - gradio - burmese --- # 🧠 Amkyaw Core L3 - ၃ ဆင့်တွေးခေါ်မှု System This is a 3-step reasoning system that uses keyword matching to provide structured responses. ## Features - Step 1: Perception (ထခြေထနေ ပိုင်းခြား) - Step 2: Logical Sequence (α€šα€―α€α€Ήα€α€­α€‘α€…α€‰α€Ί) - Step 3: Verification & Output (α€‘α€α€Šα€Ία€•α€Όα€― + ထဖြေထုတ်) ## Dataset Structure ``` Amkyaw-Core-L3/ β”œβ”€β”€ app.py # Gradio app β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ responses.jsonl # Response data β”‚ β”œβ”€β”€ brain/ β”‚ β”‚ β”œβ”€β”€ reasoning_steps.jsonl β”‚ β”‚ β”œβ”€β”€ conversations.jsonl β”‚ β”‚ └── metadata.json β”‚ └── validation/ β”‚ └── validation.jsonl β”œβ”€β”€ scripts/ β”‚ └── *.py └── configs/ └── *.yaml ``` ## Usage ```python from datasets import load_dataset dataset = load_dataset("amkyawdev/Amkyaw-Core-L3") ``` ## License MIT License