| license: mit | |
| # burme-coder-max | |
| Burmese (Myanmar) Coding Assistant Dataset for training AI coding models. | |
| ## Dataset Information | |
| - **Total Rows:** 310 | |
| - **Format:** Parquet | |
| - **Columns:** system, instruction, response | |
| ## Topics Covered | |
| - Python, JavaScript, TypeScript, Go, Rust programming | |
| - REST API development | |
| - Database operations | |
| - DevOps and deployment | |
| - Data structures and algorithms | |
| - **Knowledge Base & RAG Systems** | |
| - **Data File Handling (CSV, JSON, Excel)** | |
| - **API Integration Patterns** | |
| - **Error Handling & Custom Exceptions** | |
| - **Python Type Hints & Type Safety** | |
| - **Vector Search & Semantic Search** | |
| - **Dataclasses & Complex Data Models** | |
| - **Result Pattern & Functional Error Handling** | |
| ## Usage | |
| ```python | |
| from datasets import load_dataset | |
| ds = load_dataset("amkyawdev/burme-coder-max") | |
| print(ds['train'][0]) | |
| ``` | |
| ## License | |
| MIT License | |
| ## Author | |
| amkyawdev |