diff --git a/README.md b/README.md index d51e442b..ea882370 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ +![sotopia-pi](assets/sotopia-pi.png) + # Sotopia-π: Interactive Learning of Socially Intelligent Language Agents + [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3109/) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://pre-commit.com/) Code style: black @@ -8,7 +11,7 @@ ## 📢 Release [03/14] 🎆We released our paper on [arXiv](https://arxiv.org/abs/2403.08715) on 3/14 PI day and the paper was reported by AK on twitter ([here](https://twitter.com/_akhaliq/status/1768118035770974262)). - + [03/07] 🔥We released our model checkpoints (BC, SR, BC+SR) on huggingface ([BC model](https://huggingface.co/cmu-lti/sotopia-pi-mistral-7b-BC), [SR model](https://huggingface.co/cmu-lti/sotopia-pi-mistral-7b-SR), [BC+SR model](https://huggingface.co/cmu-lti/sotopia-pi-mistral-7b-BC_SR)). [03/04] 📊We released our social converation data on huggingface ([here](https://huggingface.co/datasets/cmu-lti/sotopia-pi/tree/main)). diff --git a/assets/sotopia-pi.png b/assets/sotopia-pi.png new file mode 100644 index 00000000..d3e25389 Binary files /dev/null and b/assets/sotopia-pi.png differ