| --- |
| license: apache-2.0 |
| task_categories: |
| - question-answering |
| language: |
| - en |
| tags: |
| - ccna |
| - cisco |
| - networking |
| - network-engineering |
| - computer-networks |
| - education |
| - llm-training |
| size_categories: |
| - 10K<n<100K |
| --- |
| |
| # CCNA_Medium |
| |
| ## Dataset Description |
| |
| CCNA_Medium is a domain-specific question-answer dataset focused on Cisco networking and CCNA-level concepts. |
|
|
| The dataset contains **23.3k networking questions and answers** designed for: |
|
|
| - CCNA study and exam preparation |
| - Networking education assistants |
| - Retrieval-Augmented Generation (RAG) |
| - Domain-specific LLM fine-tuning |
| - Evaluation of networking knowledge in language models |
|
|
| ## Dataset Statistics |
|
|
| | Split | Samples | |
| |---|---:| |
| | train | 56,505 | |
|
|
| ## Dataset Features |
|
|
| | Column | Type | Description | |
| |---|---|---| |
| | question | string | CCNA-related networking question | |
| | answer | string | Technical explanation or solution | |
|
|
| ## Example |
|
|
| ```json |
| { |
| "question": "What is the purpose of VLANs?", |
| "answer": "A VLAN creates logical segmentation within a switched network by separating broadcast domains." |
| } |