├── .ipynb_checkpoints └── Benchmarking-checkpoint.ipynb ├── Benchmarking Results.ipynb ├── Benchmarking.ipynb ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── data ├── numeric_data.csv └── transformed_data.txt ├── requirements.txt └── results ├── Benchmarking Results.png ├── GPR ├── test.csv └── train.csv ├── ICL ├── test.csv └── train.txt ├── ICL_finetuned ├── test.csv └── train.txt └── RF ├── test.csv ├── train.csv └── train.txt /.ipynb_checkpoints/Benchmarking-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/.ipynb_checkpoints/Benchmarking-checkpoint.ipynb -------------------------------------------------------------------------------- /Benchmarking Results.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/Benchmarking Results.ipynb -------------------------------------------------------------------------------- /Benchmarking.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/Benchmarking.ipynb -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/README.md -------------------------------------------------------------------------------- /data/numeric_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/data/numeric_data.csv -------------------------------------------------------------------------------- /data/transformed_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/data/transformed_data.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/requirements.txt -------------------------------------------------------------------------------- /results/Benchmarking Results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/Benchmarking Results.png -------------------------------------------------------------------------------- /results/GPR/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/GPR/test.csv -------------------------------------------------------------------------------- /results/GPR/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/GPR/train.csv -------------------------------------------------------------------------------- /results/ICL/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/ICL/test.csv -------------------------------------------------------------------------------- /results/ICL/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/ICL/train.txt -------------------------------------------------------------------------------- /results/ICL_finetuned/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/ICL_finetuned/test.csv -------------------------------------------------------------------------------- /results/ICL_finetuned/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/ICL_finetuned/train.txt -------------------------------------------------------------------------------- /results/RF/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/RF/test.csv -------------------------------------------------------------------------------- /results/RF/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/RF/train.csv -------------------------------------------------------------------------------- /results/RF/train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghezalahmad/LLMs-for-the-Design-of-Sustainable-Concretes/HEAD/results/RF/train.txt --------------------------------------------------------------------------------