File size: 891 Bytes
2f148e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a7d7463
2f148e5
 
 
a7d7463
 
2f148e5
 
cd30429
2f148e5
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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