https://github.com/nkluge-correa/model-library
The Model Library is a project that maps the risks associated with modern machine learning systems.
https://github.com/nkluge-correa/model-library
ai ai-safety deep-learning large-language-models
Last synced: 7 months ago
JSON representation
The Model Library is a project that maps the risks associated with modern machine learning systems.
- Host: GitHub
- URL: https://github.com/nkluge-correa/model-library
- Owner: Nkluge-correa
- License: apache-2.0
- Created: 2024-02-01T02:00:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T16:17:08.000Z (over 1 year ago)
- Last Synced: 2025-01-24T23:29:33.587Z (9 months ago)
- Topics: ai, ai-safety, deep-learning, large-language-models
- Language: Python
- Homepage: https://nkluge-correa.github.io/Model-Library/
- Size: 495 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Model Library
[Demo](https://huggingface.co/spaces/nicholasKluge/Model-Library)
![]()
The Model Library is a project that maps the risks associated with modern machine learning systems. Here, we assess some of the most recent and capable AI systems ever created.
## How to submit a new model?
Follow these [instructions](INSTRUCTIONS.md) if you would like to submit a model to our library.
After completing the [template file](SUBMISSION-TEMPLATE.md) with your submission, add it to the submissions folder and make a PR request. All current models are stored on [Hugging Face](https://huggingface.co/datasets/nicholasKluge/model-library) for our demo and in [here](data/data.csv) for this repo. We use the [md-to-csv.py](md-to-csv.py) script to turn all submissions into a table and the [csv-to-md.py](csv-to-md.py) to reverse the process.
## Cite as 🤗
```latex
@misc{correa24library,
author = {Nicholas Kluge Corr{\^e}a and Faizah Naqvi and Robayet Rossain},
title = {Model Library},
year = {2024},
howpublished = {\url{https://github.com/Nkluge-correa/Model-Library}}
}```
## License
The code for this dashboard is licensed under the [Apache 2.0 License](LICENSE).