nbertagnolli / counsel-chat

This repository holds the code for working with data from counselchat.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

counsel-chat

This repository holds the code for working with data from counselchat.com. The scarped data are from individiuals seeking assistance from licensed therapists and their associated responses. The goal is to provide a high quality open source dataset of quality counseling responses.

I've recently added the data to HuggingFace so getting the data should be as easy as:

from datasets import load_dataset

dataset = load_dataset("nbertagnolli/counsel-chat")

There is a larger writeup available on medium

If you use this data in your work please cite the medium article.

@misc{bertagnolli2020counsel,
  title={Counsel chat: Bootstrapping high-quality therapy data},
  author={Bertagnolli, Nicolas},
  year={2020},
  publisher={Towards Data Science. https://towardsdatascience. com/counsel-chat~…}
}

About

This repository holds the code for working with data from counselchat.com

License:MIT License


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.5%Language:Dockerfile 0.1%Language:Makefile 0.1%