├── Daoyuan Li - LMSYS - Chatbot Arena Human Preference Predictions.png ├── LICENSE ├── code ├── 1.train.py ├── 2.makepl.py ├── 3.train_pl.py ├── inference.ipynb ├── train_v106.yaml ├── train_v106_pl.yaml └── utils.py ├── dataset └── dataset download.txt └── readme.md /Daoyuan Li - LMSYS - Chatbot Arena Human Preference Predictions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/Daoyuan Li - LMSYS - Chatbot Arena Human Preference Predictions.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/LICENSE -------------------------------------------------------------------------------- /code/1.train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/code/1.train.py -------------------------------------------------------------------------------- /code/2.makepl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/code/2.makepl.py -------------------------------------------------------------------------------- /code/3.train_pl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/code/3.train_pl.py -------------------------------------------------------------------------------- /code/inference.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/code/inference.ipynb -------------------------------------------------------------------------------- /code/train_v106.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/code/train_v106.yaml -------------------------------------------------------------------------------- /code/train_v106_pl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/code/train_v106_pl.yaml -------------------------------------------------------------------------------- /code/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/code/utils.py -------------------------------------------------------------------------------- /dataset/dataset download.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/dataset/dataset download.txt -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaoyuanLi2816/Kaggle-4th-Place-Solution-LMSYS-Chatbot-Arena-Human-Preference-Predictions/HEAD/readme.md --------------------------------------------------------------------------------