├── .gitignore ├── LICENSE ├── README.md └── assets └── totalplot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsdanielpark/open-llm-datasets/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsdanielpark/open-llm-datasets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsdanielpark/open-llm-datasets/HEAD/README.md -------------------------------------------------------------------------------- /assets/totalplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsdanielpark/open-llm-datasets/HEAD/assets/totalplot.png --------------------------------------------------------------------------------