Yali Zhang, Haifan Yin, Weidong Li, Emil Björnson, Mérouane Debbah, "Port-LLM: A Port Prediction Method for Fluid Antenna based on Large Language Models",available online: [paper].
- Python 3.9
- Pytorch 2.1.0
- NVIDIV GPU + CUDA 12.1
- Anaconda (conda 24.5.0)
The dataset used in this code is derived from the CDL-D channel model. Comprehensive information regarding the parameter configurations for dataset generation is available in our paper.
- The code for model training is in the
train, while the code utilized for testing the model across multiple antennas at the base station can be found in theMultiantenna_test.other_NN_based_modelscontains the other neural network-based models compared in our paper andplot_figsincludes some data file processing and graphing code utilized in our research. - The trained model obtained by utilizing the codes in
trainis employed for the purposes of performance evaluation and comparative analysis inMultiantenna_testandother_NN_based_models. - Please be advised that when utilizing this code, it is essential to modify the file paths within the code to correspond with your specific file locations.
- The pre-trained GPT-2 model utilized in the code is available for download from the official website [Hugging Face].
If you find this repo helpful, please cite our paper.
@article{zhang2025portllm,
title={Port-LLM: A Port Prediction Method for Fluid Antenna based on Large Language Models},
author={Yali Zhang, Haifan Yin, Weidong Li, Emil Björnson, Mérouane Debbah},
journal={arXiv preprint arXiv:2502.09857},
year={2025}
}