Add model card (#1)
Browse files- Add model card (800ac41985afa85408b2eab5092277116303ea9d)
Co-authored-by: Niels Rogge <[email protected]>
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-classification
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model described in the paper [Concept Bottleneck Large Language Models](https://huggingface.co/papers/2412.07992).
|
8 |
+
|
9 |
+
Code: https://github.com/Trustworthy-ML-Lab/CB-LLMs
|