AdaptKey/datasets
收藏Hugging Face2026-03-01 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/AdaptKey/datasets
下载链接
链接失效反馈官方服务:
资源简介:
---
license: other
license_name: nvidia-open-model-license
language:
- en
tags:
- telecommunications
- 3gpp
- ietf
- network-engineering
- fine-tuning
size_categories:
- 1M<n<10M
---
# AdaptKey-Nemotron-30b Training Data
Training dataset used to fine-tune [AdaptKey/AdaptKey-Nemotron-30b](https://huggingface.co/AdaptKey/AdaptKey-Nemotron-30b).
## Dataset Summary
| Split | Examples |
|-------|----------|
| Train | 1,303,277 |
| Validation | 5,000 |
| Test | 5,000 |
| **Total** | **1,313,277** |
## Domain Coverage
- Network Traces & Anomaly Detection
- Network Slicing (eMBB, URLLC, mMTC)
- Network Function Configuration (Open5GS YAML)
- 3GPP Standards Q&A
- Network Forecasting & Troubleshooting
## Format
```json
{
"input": "System: You are an expert telecommunications engineer...\nUser: [question]",
"output": "[answer with reasoning]"
}
```
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("AdaptKey/datasets", data_files="AdaptKey-Nemotron-30b-Training-Data.jsonl")
```
## License
Subject to NVIDIA Open Model License terms.
提供机构:
AdaptKey



